Home
last modified time | relevance | path

Searched refs:nLeft (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/include/media/openmax/
DOMX_IVCommon.h438 OMX_S32 nLeft; member
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp428 rectParams->nLeft = mCropLeft; in getConfig()
/frameworks/av/media/libstagefright/
DOMXCodec.cpp4396 CHECK_GE(rect.nLeft, 0); in initOutputFormat()
4400 CHECK_LE(rect.nLeft + rect.nWidth - 1, video_def->nFrameWidth); in initOutputFormat()
4405 rect.nLeft, in initOutputFormat()
4407 rect.nLeft + rect.nWidth - 1, in initOutputFormat()
4412 rect.nWidth, rect.nHeight, rect.nLeft, rect.nTop); in initOutputFormat()
DACodec.cpp3510 rect.nLeft = 0; in getPortFormat()
3516 CHECK_GE(rect.nLeft, 0); in getPortFormat()
3520 CHECK_LE(rect.nLeft + rect.nWidth - 1, videoDef->nFrameWidth); in getPortFormat()
3525 rect.nLeft, in getPortFormat()
3527 rect.nLeft + rect.nWidth - 1, in getPortFormat()