Searched defs:left (Results 151 - 175 of 334) sorted by relevance

1234567891011>>

/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.c94 ALOGE("Unsupported channels (top or front left/right of center)");
132 const int indexBL = hasBacks ? indexLFE + 1 : indexLFE; // back left
135 const int indexSL = hasSides ? indexBC + 1 : indexBC; // side left
151 ALOGE("Unsupported channels (top or front left/right of center)");
501 float left = (float)(*(uint32_t *)pCmdData) / (1 << 24); local
503 ALOGV("Downmix_Command EFFECT_CMD_SET_VOLUME: left %f, right %f ", left, right);
982 * - if using AUDIO_CHANNEL_OUT_SIDE*, it contains both left and right
983 * - if using AUDIO_CHANNEL_OUT_BACK*, it contains both left and right
1023 const int indexBL = hasBacks ? indexLFE + 1 : indexLFE; // back left
[all...]
/frameworks/av/media/libstagefright/
H A DSampleTable.cpp608 uint32_t left = 0; local
610 while (left < right_plus_one) {
611 uint32_t center = left + (right_plus_one - left) / 2;
618 left = center + 1;
625 uint32_t closestIndex = left;
690 uint32_t left = 0; local
692 while (left < right_plus_one) {
693 uint32_t center = left + (right_plus_one - left) /
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_deblocking.c71 * Info 701: Shift left of signed quantity (int)
134 u32 left; member in struct:__anon639
232 Function to determine if there is a slice boundary on the left side
304 /* filterLeftMbEdgeFlag, left mb is MB_A */
389 Function to calculate boundary strength value bs for left- or
486 Function to calculate boundary strength value bs for left-
558 filtered macroblock, macroblock above and macroblock on the left of
563 mb pointer to macroblock data structure of the top-left
1172 /* left edges */
1177 bS[0].left
[all...]
H A Dh264bsd_intra_prediction.c162 static void Get4x4NeighbourPels(u8 *a, u8 *l, u8 *data, u8 *above, u8 *left,
165 static void Intra16x16HorizontalPrediction(u8 *data, u8 *left);
166 static void Intra16x16DcPrediction(u8 *data, u8 *above, u8 *left,
168 static void Intra16x16PlanePrediction(u8 *data, u8 *above, u8 *left);
169 static void IntraChromaDcPrediction(u8 *data, u8 *above, u8 *left,
171 static void IntraChromaHorizontalPrediction(u8 *data, u8 *left);
173 static void IntraChromaPlanePrediction(u8 *data, u8 *above, u8 *left);
176 static void Intra4x4HorizontalPrediction(u8 *data, u8 *left);
177 static void Intra4x4DcPrediction(u8 *data, u8 *above, u8 *left, u32 A, u32 B);
179 static void Intra4x4DiagonalDownRightPrediction(u8 *data, u8 *above, u8 *left);
540 h264bsdGetNeighbourPels(image_t *image, u8 *above, u8 *left, u32 mbNum) argument
622 h264bsdIntra16x16Prediction(mbStorage_t *pMb, u8 *data, i32 residual[][16], u8 *above, u8 *left, u32 constrainedIntraPred) argument
696 h264bsdIntra4x4Prediction(mbStorage_t *pMb, u8 *data, macroblockLayer_t *mbLayer, u8 *above, u8 *left, u32 constrainedIntraPred) argument
840 h264bsdIntraChromaPrediction(mbStorage_t *pMb, u8 *data, i32 residual[][16], u8 *above, u8 *left, u32 predMode, u32 constrainedIntraPred) argument
1026 Intra16x16HorizontalPrediction(u8 *data, u8 *left) argument
1057 Intra16x16DcPrediction(u8 *data, u8 *above, u8 *left, u32 availableA, u32 availableB) argument
1108 Intra16x16PlanePrediction(u8 *data, u8 *above, u8 *left) argument
1155 IntraChromaDcPrediction(u8 *data, u8 *above, u8 *left, u32 availableA, u32 availableB) argument
1253 IntraChromaHorizontalPrediction(u8 *data, u8 *left) argument
1323 IntraChromaPlanePrediction(u8 *data, u8 *above, u8 *left) argument
1383 Get4x4NeighbourPels(u8 *a, u8 *l, u8 *data, u8 *above, u8 *left, u32 blockNum) argument
1520 Intra4x4HorizontalPrediction(u8 *data, u8 *left) argument
1552 Intra4x4DcPrediction(u8 *data, u8 *above, u8 *left, u32 availableA, u32 availableB) argument
1645 Intra4x4DiagonalDownRightPrediction(u8 *data, u8 *above, u8 *left) argument
1683 Intra4x4VerticalRightPrediction(u8 *data, u8 *above, u8 *left) argument
1722 Intra4x4HorizontalDownPrediction(u8 *data, u8 *above, u8 *left) argument
1798 Intra4x4HorizontalUpPrediction(u8 *data, u8 *left) argument
[all...]
H A Dh264bsd_reconstruct.c56 * Info 701: Shift left of signed quantity (int)
97 pRef pointer to reference frame Cb top-left corner
2137 i32 left,
2141 UNUSED(left);
2159 (overfilling some pels on left and/or right edge).
2162 left amount of pixels to overfill on left-edge
2173 i32 left,
2182 if (left)
2185 for ( ; left; lef
2134 FillRow1( u8 *ref, u8 *fill, i32 left, i32 center, i32 right) argument
2170 h264bsdFillRow7( u8 *ref, u8 *fill, i32 left, i32 center, i32 right) argument
2239 i32 left, x, right; local
[all...]
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp285 int32_t left, int32_t top, int32_t right, int32_t bottom) {
289 item->u.rectValue.mLeft = left;
333 int32_t *left, int32_t *top, int32_t *right, int32_t *bottom) const {
339 *left = item->u.rectValue.mLeft;
283 setRect( const char *name, int32_t left, int32_t top, int32_t right, int32_t bottom) argument
331 findRect( const char *name, int32_t *left, int32_t *top, int32_t *right, int32_t *bottom) const argument
/frameworks/av/services/audioflinger/
H A DAudioResamplerDyn.cpp194 void AudioResamplerDyn<TC, TI, TO>::setVolume(float left, float right) argument
196 AudioResampler::setVolume(left, right);
198 mVolumeSimd[0] = static_cast<TO>(left);
203 mVolumeSimd[0] = u4_28_from_float(clampFloatVol(left));
H A DAudioResamplerSinc.cpp147 int32_t mulRL(int left, int32_t in, uint32_t vRL) argument
151 if (left) {
164 int16_t v = left ? int16_t(vRL) : int16_t(vRL>>16);
185 int32_t mulAddRL(int left, uint32_t inRL, int32_t v, int32_t a) argument
189 if (left) {
202 int16_t s = left ? int16_t(inRL) : int16_t(inRL>>16);
259 void AudioResamplerSinc::setVolume(float left, float right) { argument
260 AudioResampler::setVolume(left, right);
263 mVolumeSIMD[0] = u4_28_from_float(clampFloatVol(left));
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java153 setPadding(padding.left, padding.top, padding.right, padding.bottom);
194 padding.left = r.getDimensionPixelSize(com.android.internal.
246 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
248 super.onLayout(changed, left, top, right, bottom);
299 int xPaddingDips = (int) ((padding.left + padding.right) / density);
/frameworks/base/core/java/android/net/
H A DNetworkStats.java598 public static <C> NetworkStats subtract(NetworkStats left, NetworkStats right, argument
600 return subtract(left, right, observer, cookie, null);
615 public static <C> NetworkStats subtract(NetworkStats left, NetworkStats right, argument
617 long deltaRealtime = left.elapsedRealtime - right.elapsedRealtime;
620 observer.foundNonMonotonic(left, -1, right, -1, cookie);
628 if (recycle != null && recycle.capacity >= left.size) {
633 result = new NetworkStats(deltaRealtime, left.size);
635 for (int i = 0; i < left.size; i++) {
636 entry.iface = left.iface[i];
637 entry.uid = left
873 foundNonMonotonic( NetworkStats left, int leftIndex, NetworkStats right, int rightIndex, C cookie) argument
1039 tunSubtract(int i, NetworkStats left, Entry right) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DActionMenuView.java304 // Divide any space left that wouldn't divide along cell boundaries
433 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
435 super.onLayout(changed, left, top, right, bottom);
445 int widthRemaining = right - left - getPaddingRight() - getPaddingLeft();
493 final int midHorizontal = (right - left) / 2;
H A DActivityChooserView.java48 * The left button is an immediate action and allows one click activity choosing.
476 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
477 mActivityChooserContent.layout(0, 0, right - left, bottom - top);
H A DVideoView.java839 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
840 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuView.java351 // Start at the left
366 childLayoutParams.left = (int) itemLeft;
439 child.layout(childLayoutParams.left, childLayoutParams.top, childLayoutParams.right,
744 * Layout parameters specific to IconMenuView (stores the left, top, right, bottom from the
749 int left, top, right, bottom; field in class:IconMenuView.LayoutParams
/frameworks/base/core/jni/android/graphics/
H A DRegion.cpp60 static jboolean Region_setRect(JNIEnv* env, jobject, jlong dstHandle, jint left, jint top, jint right, jint bottom) { argument
62 bool result = dst->setRect(left, top, right, bottom);
91 static jboolean Region_op0(JNIEnv* env, jobject, jlong dstHandle, jint left, jint top, jint right, jint bottom, jint op) { argument
95 ir.set(left, top, right, bottom);
139 static jboolean Region_quickContains(JNIEnv* env, jobject region, jint left, jint top, jint right, jint bottom) { argument
140 bool result = GetSkRegion(env, region)->quickContains(left, top, right, bottom);
144 static jboolean Region_quickRejectIIII(JNIEnv* env, jobject region, jint left, jint top, jint right, jint bottom) { argument
146 ir.set(left, top, right, bottom);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableWrapper.java258 public void setHotspotBounds(int left, int top, int right, int bottom) { argument
260 mDrawable.setHotspotBounds(left, top, right, bottom);
H A DShapeDrawable.java137 * @param left padding for the left side (in pixels)
142 public void setPadding(int left, int top, int right, int bottom) { argument
143 if ((left | top | right | bottom) == 0) {
149 mShapeState.mPadding.set(left, top, right, bottom);
156 * in the Rect object as: left, top, right, bottom.
247 canvas.translate(r.left, r.top);
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.h138 float left, float top, float right, float bottom, bool opaque);
155 virtual int saveLayer(float left, float top, float right, float bottom, argument
157 return saveLayer(left, top, right, bottom, paint, flags, nullptr);
162 int saveLayer(float left, float top, float right, float bottom,
165 int saveLayerDeferred(float left, float top, float right, float bottom,
180 float left, float top, float right, float bottom, const SkPaint* paint);
182 void drawRect(float left, float top, float right, float bottom,
184 void drawRoundRect(float left, float top, float right, float bottom,
187 void drawOval(float left, float top, float right, float bottom,
189 void drawArc(float left, floa
269 drawScreenSpaceColorRect(float left, float top, float right, float bottom, int color) argument
313 quickRejectConservative(float left, float top, float right, float bottom) const argument
[all...]
H A DRecordedOp.h334 float* left, float* top, float* right, float* bottom, float *rx, float *ry)
336 , left(left)
342 const float* left; member in struct:android::uirenderer::RoundRectPropsOp
333 RoundRectPropsOp(const Matrix4& localMatrix, const ClipBase* localClip, const SkPaint* paint, float* left, float* top, float* right, float* bottom, float *rx, float *ry) argument
H A DSkiaCanvasProxy.cpp104 void SkiaCanvasProxy::onDrawBitmap(const SkBitmap& bitmap, SkScalar left, SkScalar top, argument
118 left, top,
119 left + bitmap.dimensions().width(),
123 mCanvas->drawBitmap(bitmap, left, top, paint);
255 // adjust for non-left alignment
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp414 // was moved to the upper left corner.
419 const int x = targetBounds.left;
427 // Check if we have to draw something on the left side ...
428 if (targetBounds.left < contentBounds.left) {
430 if (mCanvas->clipRect(targetBounds.left, targetBounds.top,
431 contentBounds.left, targetBounds.bottom,
436 targetBounds.left = std::min(contentBounds.left, targetBounds.right);
449 targetBounds.right = std::max(targetBounds.left, contentBound
480 const float left = mContentDrawBounds.left; local
[all...]
H A DRenderProxy.cpp555 CREATE_BRIDGE5(setContentDrawBounds, CanvasContext* context, int left, int top, argument
557 args->context->setContentDrawBounds(args->left, args->top, args->right, args->bottom);
561 void RenderProxy::setContentDrawBounds(int left, int top, int right, int bottom) { argument
564 args->left = left;
/frameworks/base/media/java/android/media/
H A DImageWriter.java334 nativeQueueInputImage(mNativeContext, image, image.getTimestamp(), crop.left, crop.top,
521 image.getTimestamp(), crop.left, crop.top, crop.right, crop.bottom);
819 long timestampNs, int left, int top, int right, int bottom);
822 long imageNativeBuffer, int imageFormat, long timestampNs, int left,
818 nativeQueueInputImage(long nativeCtx, Image image, long timestampNs, int left, int top, int right, int bottom) argument
821 nativeAttachAndQueueImage(long nativeCtx, long imageNativeBuffer, int imageFormat, long timestampNs, int left, int top, int right, int bottom) argument
/frameworks/base/media/jni/
H A Dandroid_media_ImageWriter.cpp419 jlong timestampNs, jint left, jint top, jint right, jint bottom) {
453 cropRect.left = left;
484 jlong nativeBuffer, jint imageFormat, jlong timestampNs, jint left, jint top,
545 cropRect.left = left;
418 ImageWriter_queueImage(JNIEnv* env, jobject thiz, jlong nativeCtx, jobject image, jlong timestampNs, jint left, jint top, jint right, jint bottom) argument
483 ImageWriter_attachAndQueueImage(JNIEnv* env, jobject thiz, jlong nativeCtx, jlong nativeBuffer, jint imageFormat, jlong timestampNs, jint left, jint top, jint right, jint bottom) argument
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPageAdapter.java126 public void setPadding(int left, int top, int right, int bottom); argument

Completed in 608 milliseconds

1234567891011>>