Searched defs:left (Results 176 - 200 of 367) sorted by relevance

1234567891011>>

/frameworks/wilhelm/tests/automated/
H A DBufferQueue_test.cpp38 short left; member in struct:__anon2177
142 stereoBuffer1[i].left = pcm;
/frameworks/av/media/img_utils/src/
H A DDngUtils.cpp146 /*left*/redLeft,
164 /*left*/greenEvenLeft,
182 /*left*/greenOddLeft,
200 /*left*/blueLeft,
219 uint32_t left,
255 left,
218 addGainMap(uint32_t top, uint32_t left, uint32_t bottom, uint32_t right, uint32_t plane, uint32_t planes, uint32_t rowPitch, uint32_t colPitch, uint32_t mapPointsV, uint32_t mapPointsH, double mapSpacingV, double mapSpacingH, double mapOriginV, double mapOriginH, uint32_t mapPlanes, const float* mapGains) argument
/frameworks/av/media/libaudioprocessing/
H A DAudioResamplerDyn.cpp204 void AudioResamplerDyn<TC, TI, TO>::setVolume(float left, float right) argument
206 AudioResampler::setVolume(left, right);
208 mVolumeSimd[0] = static_cast<TO>(left);
213 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/av/media/libeffects/downmix/
H A DEffectDownmix.c97 ALOGE("Unsupported channels (top or front left/right of center)");
135 const int indexBL = hasBacks ? indexLFE + 1 : indexLFE; // back left
138 const int indexSL = hasSides ? indexBC + 1 : indexBC; // side left
154 ALOGE("Unsupported channels (top or front left/right of center)");
503 float left = (float)(*(uint32_t *)pCmdData) / (1 << 24); local
505 ALOGV("Downmix_Command EFFECT_CMD_SET_VOLUME: left %f, right %f ", left, right);
984 * - if using AUDIO_CHANNEL_OUT_SIDE*, it contains both left and right
985 * - if using AUDIO_CHANNEL_OUT_BACK*, it contains both left and right
1025 const int indexBL = hasBacks ? indexLFE + 1 : indexLFE; // back left
[all...]
/frameworks/av/media/libstagefright/
H A DSampleTable.cpp727 uint32_t left = 0; local
729 while (left < right_plus_one) {
730 uint32_t center = left + (right_plus_one - left) / 2;
737 left = center + 1;
744 uint32_t closestIndex = left;
809 uint32_t left = 0; local
811 while (left < right_plus_one) {
812 uint32_t center = left + (right_plus_one - left) /
[all...]
/frameworks/av/media/libstagefright/codec2/include/
H A DC2Buffer.h747 inline C2Rect(uint32_t width, uint32_t height, uint32_t left, uint32_t top) argument
748 : mLeft(left), mTop(top), mWidth(width), mHeight(height) { }
1362 * and fills the |addr| array with pointers to the first byte of the top-left pixel of each
/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:__anon737
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.cpp332 int32_t left, int32_t top, int32_t right, int32_t bottom) {
336 item->u.rectValue.mLeft = left;
380 int32_t *left, int32_t *top, int32_t *right, int32_t *bottom) const {
386 *left = item->u.rectValue.mLeft;
330 setRect( const char *name, int32_t left, int32_t top, int32_t right, int32_t bottom) argument
378 findRect( const char *name, int32_t *left, int32_t *top, int32_t *right, int32_t *bottom) const argument
/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/view/
H A DViewStructure.java51 * @param left The view's left position, in pixels relative to its parent's left edge.
60 public abstract void setDimens(int left, int top, int scrollX, int scrollY, int width, argument
/frameworks/base/core/java/android/widget/
H A DActionMenuView.java305 // Divide any space left that wouldn't divide along cell boundaries
434 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
436 super.onLayout(changed, left, top, right, bottom);
446 int widthRemaining = right - left - getPaddingRight() - getPaddingLeft();
494 final int midHorizontal = (right - left) / 2;
H A DActivityChooserView.java50 * The left button is an immediate action and allows one click activity choosing.
479 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
480 mActivityChooserContent.layout(0, 0, right - left, bottom - top);
/frameworks/base/core/java/com/android/internal/graphics/palette/
H A DPalette.java732 * @param left The left side of the rectangle used for the region.
738 public Palette.Builder setRegion(int left, int top, int right, int bottom) { argument
744 if (!mRegion.intersect(left, top, right, bottom)) {
812 region.left = (int) Math.floor(region.left * scale);
901 System.arraycopy(pixels, ((row + mRegion.top) * bitmapWidth) + mRegion.left,
/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/core/jni/
H A Dandroid_view_Surface.cpp72 jfieldID left; member in struct:android::__anon1138
309 dirtyRect.left = env->GetIntField(dirtyRectObj, gRectClassInfo.left);
346 nativeCanvas->clipRect(dirtyRect.left, dirtyRect.top,
351 env->SetIntField(dirtyRectObj, gRectClassInfo.left, dirtyRect.left);
637 gRectClassInfo.left = GetFieldIDOrDie(env, clazz, "left", "I");
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableWrapper.java257 public void setHotspotBounds(int left, int top, int right, int bottom) { argument
259 mDrawable.setHotspotBounds(left, top, right, bottom);
H A DShapeDrawable.java142 * @param left padding for the left side (in pixels)
147 public void setPadding(int left, int top, int right, int bottom) { argument
148 if ((left | top | right | bottom) == 0) {
154 mShapeState.mPadding.set(left, top, right, bottom);
161 * in the Rect object as: left, top, right, bottom.
252 canvas.translate(r.left, r.top);
/frameworks/base/libs/hwui/
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
/frameworks/base/media/java/android/media/
H A DImageWriter.java373 nativeQueueInputImage(mNativeContext, image, image.getTimestamp(), crop.left, crop.top,
560 image.getTimestamp(), crop.left, crop.top, crop.right, crop.bottom);
859 long timestampNs, int left, int top, int right, int bottom);
862 long imageNativeBuffer, int imageFormat, long timestampNs, int left,
858 nativeQueueInputImage(long nativeCtx, Image image, long timestampNs, int left, int top, int right, int bottom) argument
861 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.cpp425 jlong timestampNs, jint left, jint top, jint right, jint bottom) {
459 cropRect.left = left;
490 jlong nativeBuffer, jint imageFormat, jlong timestampNs, jint left, jint top,
544 cropRect.left = left;
424 ImageWriter_queueImage(JNIEnv* env, jobject thiz, jlong nativeCtx, jobject image, jlong timestampNs, jint left, jint top, jint right, jint bottom) argument
489 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.java129 public void setPadding(int left, int top, int right, int bottom); argument

Completed in 907 milliseconds

1234567891011>>