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

/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp247 rectParams->nLeft = mCropLeft;
/frameworks/native/include/media/openmax/
H A DOMX_IVCommon.h422 * nLeft : X Coordinate of the top left corner of the rectangle
431 OMX_S32 nLeft; member in struct:OMX_CONFIG_RECTTYPE
/frameworks/av/media/libstagefright/
H A DACodec.cpp2534 rect.nLeft = 0;
2540 CHECK_GE(rect.nLeft, 0);
2544 CHECK_LE(rect.nLeft + rect.nWidth - 1, videoDef->nFrameWidth);
2549 rect.nLeft,
2551 rect.nLeft + rect.nWidth - 1,
2557 rect.nLeft,
2559 rect.nLeft + rect.nWidth,
H A DOMXCodec.cpp4469 CHECK_GE(rect.nLeft, 0);
4473 CHECK_LE(rect.nLeft + rect.nWidth - 1, video_def->nFrameWidth);
4478 rect.nLeft,
4480 rect.nLeft + rect.nWidth - 1,
4485 rect.nWidth, rect.nHeight, rect.nLeft, rect.nTop);

Completed in 139 milliseconds