Searched refs:nTop (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/include/media/openmax/
H A DOMX_IVCommon.h421 * nTop : Y Coordinate of the top left corner of the rectangle
430 OMX_S32 nTop; member in struct:OMX_CONFIG_RECTTYPE
/frameworks/av/media/libstagefright/
H A DACodec.cpp2106 rect.nTop = 0;
2112 CHECK_GE(rect.nTop, 0);
2116 CHECK_LE(rect.nTop + rect.nHeight - 1, videoDef->nFrameHeight);
2121 rect.nTop,
2123 rect.nTop + rect.nHeight - 1);
2128 crop.top = rect.nTop;
2130 crop.bottom = rect.nTop + rect.nHeight;
H A DOMXCodec.cpp4466 CHECK_GE(rect.nTop, 0);
4470 CHECK_LE(rect.nTop + rect.nHeight - 1, video_def->nFrameHeight);
4475 rect.nTop,
4477 rect.nTop + rect.nHeight - 1);
4481 rect.nWidth, rect.nHeight, rect.nLeft, rect.nTop);
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp300 rectParams->nTop = mCropTop;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp278 rectParams->nTop = mCropTop;

Completed in 76 milliseconds