Searched refs:nTop (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/include/media/openmax/ |
D | OMX_IVCommon.h | 440 OMX_S32 nTop; member
|
/frameworks/av/media/libstagefright/omx/ |
D | SoftVideoDecoderOMXComponent.cpp | 429 rectParams->nTop = mCropTop; in getConfig()
|
/frameworks/av/media/libstagefright/ |
D | OMXCodec.cpp | 4207 CHECK_GE(rect.nTop, 0); in initOutputFormat() 4211 CHECK_LE(rect.nTop + rect.nHeight - 1, video_def->nFrameHeight); in initOutputFormat() 4216 rect.nTop, in initOutputFormat() 4218 rect.nTop + rect.nHeight - 1); in initOutputFormat() 4221 rect.nWidth, rect.nHeight, rect.nLeft, rect.nTop); in initOutputFormat()
|
D | ACodec.cpp | 4066 rect.nTop = 0; in getPortFormat() 4072 rect.nTop < 0 || in getPortFormat() 4074 rect.nTop + rect.nHeight > videoDef->nFrameHeight) { in getPortFormat() 4076 rect.nLeft, rect.nTop, in getPortFormat() 4077 rect.nLeft + rect.nWidth, rect.nTop + rect.nHeight, in getPortFormat() 4085 rect.nTop, in getPortFormat() 4087 rect.nTop + rect.nHeight - 1); in getPortFormat()
|