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

/frameworks/native/include/media/openmax/
H A DOMX_IVCommon.h429 * nLeft : X Coordinate of the top left corner of the rectangle
438 OMX_S32 nLeft; member in struct:OMX_CONFIG_RECTTYPE
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp428 rectParams->nLeft = mCropLeft;
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp4396 CHECK_GE(rect.nLeft, 0);
4400 CHECK_LE(rect.nLeft + rect.nWidth - 1, video_def->nFrameWidth);
4405 rect.nLeft,
4407 rect.nLeft + rect.nWidth - 1,
4412 rect.nWidth, rect.nHeight, rect.nLeft, rect.nTop);
H A DACodec.cpp3510 rect.nLeft = 0;
3516 CHECK_GE(rect.nLeft, 0);
3520 CHECK_LE(rect.nLeft + rect.nWidth - 1, videoDef->nFrameWidth);
3525 rect.nLeft,
3527 rect.nLeft + rect.nWidth - 1,

Completed in 121 milliseconds