Searched refs:nLeft (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/include/media/openmax/ |
D | OMX_IVCommon.h | 439 OMX_S32 nLeft; member
|
/frameworks/av/media/libstagefright/omx/ |
D | SoftVideoDecoderOMXComponent.cpp | 428 rectParams->nLeft = mCropLeft; in getConfig()
|
/frameworks/av/media/libstagefright/ |
D | OMXCodec.cpp | 4206 CHECK_GE(rect.nLeft, 0); in initOutputFormat() 4210 CHECK_LE(rect.nLeft + rect.nWidth - 1, video_def->nFrameWidth); in initOutputFormat() 4215 rect.nLeft, in initOutputFormat() 4217 rect.nLeft + rect.nWidth - 1, in initOutputFormat() 4221 rect.nWidth, rect.nHeight, rect.nLeft, rect.nTop); in initOutputFormat()
|
D | ACodec.cpp | 4065 rect.nLeft = 0; in getPortFormat() 4071 if (rect.nLeft < 0 || in getPortFormat() 4073 rect.nLeft + rect.nWidth > videoDef->nFrameWidth || in getPortFormat() 4076 rect.nLeft, rect.nTop, in getPortFormat() 4077 rect.nLeft + rect.nWidth, rect.nTop + rect.nHeight, in getPortFormat() 4084 rect.nLeft, in getPortFormat() 4086 rect.nLeft + rect.nWidth - 1, in getPortFormat()
|