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

1234567891011>>

/frameworks/av/include/media/stagefright/
H A DMetaData.h211 int32_t left, int32_t top,
222 int32_t *left, int32_t *top,
/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h60 int32_t left, int32_t top, int32_t right, int32_t bottom);
77 int32_t *left, int32_t *top, int32_t *right, int32_t *bottom) const;
/frameworks/av/media/img_utils/include/img_utils/
H A DDngUtils.h93 virtual status_t addGainMap(uint32_t top,
/frameworks/av/media/img_utils/src/
H A DDngUtils.cpp133 status_t err = addGainMap(/*top*/redTop,
151 err = addGainMap(/*top*/greenEvenTop,
169 err = addGainMap(/*top*/greenOddTop,
187 err = addGainMap(/*top*/blueTop,
206 status_t OpcodeListBuilder::addGainMap(uint32_t top, argument
248 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.cpp3848 int32_t left, top, right, bottom; local
3851 notify->findRect("crop", &left, &top, &right, &bottom)) {
3854 reply->setRect("crop", left, top, right + 1, bottom + 1);
4637 &crop.left, &crop.top, &crop.right, &crop.bottom)) {
H A DMediaCodec.cpp1022 int32_t left, top, right, bottom, width, height; local
1023 if (mOutputFormat->findRect("crop", &left, &top, &right, &bottom)) {
1024 mCrypto->notifyResolution(right - left + 1, bottom - top + 1);
2057 int32_t left, top, right, bottom; local
2058 if (info->mFormat->findRect("crop", &left, &top, &right, &bottom)) {
2059 info->mData->meta()->setRect("crop-rect", left, top, right, bottom);
H A DMediaCodecList.cpp452 mCurrentSection = mPastSections.top();
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
H A DOMXCodec.cpp2526 int32_t left, top, right, bottom; local
2528 &left, &top,
2545 ((bottom - top + 1) * scale.xHeight) >> 16);
4209 int32_t left, top, right, bottom; local
4213 &left, &top, &right, &bottom));
4217 crop.top = top;
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp624 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:__anon596
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.cpp158 crop.top = mCropTop;
162 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.cpp263 int32_t left, int32_t top, int32_t right, int32_t bottom) {
268 item->u.rectValue.mTop = top;
311 int32_t *left, int32_t *top, int32_t *right, int32_t *bottom) const {
318 *top = item->u.rectValue.mTop;
261 setRect( const char *name, int32_t left, int32_t top, int32_t right, int32_t bottom) argument
309 findRect( const char *name, int32_t *left, int32_t *top, int32_t *right, int32_t *bottom) const argument
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp581 rect.top <= y && y < rect.bottom;
585 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/services/audioflinger/
H A DAudioFlinger.cpp259 sp<IMemory> iMemory(mUnregisteredWriters.top()->getIMemory());
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp304 p.focusingAreas[i].top,
321 p.meteringAreas[i].top,
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp2024 normalizedYToArray(focusingAreas[j].top);
2053 normalizedYToArray(meteringAreas[j].top);
2097 static_cast<int32_t>(crop.top),
2528 areas[0].top == 0 &&
2552 if (a->top < -1000 || a->top > 1000) return BAD_VALUE;
2556 if (a->top >= a->bottom) return BAD_VALUE;
2612 int ret = y + previewCrop.top;
2654 float left, top, width, height; local
2663 top
[all...]

Completed in 4878 milliseconds

1234567891011>>