Searched refs:top (Results 1 - 25 of 726) sorted by path

1234567891011>>

/frameworks/av/include/media/stagefright/
H A DMetaData.h242 int32_t left, int32_t top,
253 int32_t *left, int32_t *top,
/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h111 int32_t left, int32_t top, int32_t right, int32_t bottom);
128 int32_t *left, int32_t *top, int32_t *right, int32_t *bottom) const;
/frameworks/av/include/ndk/
H A DNdkImage.h125 * Each one of the first 4 bytes contains the top 8 bits of each pixel, The
243 * and second byte contains the top 8 bits of first and second pixel. The third
408 * (right - left) and the height of the rectangle is (bottom - top).</p>
412 int32_t top; member in struct:AImageCropRect
/frameworks/av/media/img_utils/include/img_utils/
H A DDngUtils.h94 virtual status_t addGainMap(uint32_t top,
127 * center relative to the top,left pixel of the produced images (e.g. [0.5, 0.5]
154 * bayerPhase - 0=top-left of image is red, 1=top-left of image is green pixel in red row,
155 * 2=top-left of image is green pixel in blue row, 3=top-left of image is
158 * badRectCount - number of (top, left, bottom, right) tuples are given in
/frameworks/av/media/img_utils/src/
H A DDngUtils.cpp145 status_t err = addGainMap(/*top*/redTop,
163 err = addGainMap(/*top*/greenEvenTop,
181 err = addGainMap(/*top*/greenOddTop,
199 err = addGainMap(/*top*/blueTop,
218 status_t OpcodeListBuilder::addGainMap(uint32_t top, argument
254 uint32_t settings1[] = { top,
/frameworks/av/media/libeffects/testlibs/
H A DAudioEqualizer.cpp87 const int32_t top = Effects_log2(mSampleRate * 500); local
88 const int32_t jump = (top - bottom) / (mNumPeaking + 2);
/frameworks/av/media/libstagefright/
H A DACodec.cpp5223 int32_t left, top, right, bottom; local
5224 if (mOutputFormat->findRect("crop", &left, &top, &right, &bottom)) {
5225 notify->setRect("crop", left, top, right + 1, bottom + 1);
6128 if (msg->findRect("crop", &crop.left, &crop.top, &crop.right, &crop.bottom)
H A DMediaCodec.cpp1452 int32_t left, top, right, bottom, width, height; local
1453 if (mOutputFormat->findRect("crop", &left, &top, &right, &bottom)) {
1454 mCrypto->notifyResolution(right - left + 1, bottom - top + 1);
2672 int32_t left, top, right, bottom; local
2673 if (info->mFormat->findRect("crop", &left, &top, &right, &bottom)) {
2674 info->mData->meta()->setRect("crop-rect", left, top, right, bottom);
H A DMediaCodecList.cpp591 mCurrentSection = mPastSections.top();
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp675 int64_t currentTime = mBufferTimestamps.top();
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h472 int top; /* macroblock address of the current pixel, see below */ member in struct:tagNeighborAvailability
493 AVCPictureType picType; /* frame, top-field or bot-field */
518 int IsReference; /* 0=not used for ref; 1=top used; 2=bottom used; 3=both fields (or frame) used */
519 int IsLongTerm; /* 0=not used for ref; 1=top used; 2=bottom used; 3=both fields (or frame) used */
545 frame top bot top frame bot frame
548 bot 2 and top 4 do not exist, the memory is not used.
633 uint8 *pintra_pred_top; /* pointer to the top intra prediction value */
671 AVCPictureType currPicType; /* frame, top-field or bot-field */
801 Availability of the neighboring top
[all...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dintra_est.cpp52 /* top neighbor */
217 uint8 *pred, *top, *left; local
230 top = curL - pitch;
234 word1 = *((uint32*)(top)); /* read 4 bytes from top */
235 word2 = *((uint32*)(top + 4)); /* read 4 bytes from top */
236 word3 = *((uint32*)(top + 8)); /* read 4 bytes from top */
237 word4 = *((uint32*)(top
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_deblocking.c133 u32 top; member in struct:__anon639
390 top-most edge of a macroblock. Macroblock types are checked
420 top-most edge of a macroblock. Macroblock types are checked
563 mb pointer to macroblock data structure of the top-left
1149 /* top edges */
1154 bS[0].top = bS[1].top = bS[2].top = bS[3].top = 4;
1159 bS[0].top
[all...]
H A Dh264bsd_decoder.h73 u32 *left, u32 *width, u32 *top, u32 *height);
H A Dh264bsd_reconstruct.c97 pRef pointer to reference frame Cb top-left corner
2240 i32 top, y, bottom; local
2287 top = y0 < 0 ? -y0 : 0;
2289 y = (i32)blockHeight - top - bottom;
2292 for ( ; top; top-- )
/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp176 crop.top = mCropTop;
180 crop.left, crop.top, crop.right, crop.bottom, bufWidth, bufHeight);
/frameworks/av/media/libstagefright/foundation/
H A DAHierarchicalStateMachine.cpp101 while (A.size() > 0 && B.size() > 0 && A.top() == B.top()) {
H A DAMessage.cpp285 int32_t left, int32_t top, int32_t right, int32_t bottom) {
290 item->u.rectValue.mTop = top;
333 int32_t *left, int32_t *top, int32_t *right, int32_t *bottom) const {
340 *top = item->u.rectValue.mTop;
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
H A DMetaData.cpp82 int32_t left, int32_t top,
86 r.mTop = top;
171 int32_t *left, int32_t *top,
184 *top = r->mTop;
80 setRect( uint32_t key, int32_t left, int32_t top, int32_t right, int32_t bottom) argument
169 findRect( uint32_t key, int32_t *left, int32_t *top, int32_t *right, int32_t *bottom) argument
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp577 rect.top <= y && y < rect.bottom;
581 rect.top <= 2*y && 2*y < rect.bottom;
/frameworks/av/media/libstagefright/yuv/
H A DYUVCanvas.cpp44 for (int32_t y = rect.top; y < rect.bottom; ++y) {
65 int32_t srcStartY = srcRect.top;
H A DYUVImage.cpp203 int32_t srcStartY = srcRect.top;
285 int32_t srcStartY = srcRect.top;
/frameworks/av/media/ndk/
H A DNdkImage.cpp568 rect->top = 0;
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp273 sp<IMemory> iMemory(mUnregisteredWriters.top()->getIMemory());
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp288 p.focusingAreas[i].top,
305 p.meteringAreas[i].top,

Completed in 399 milliseconds

1234567891011>>