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

/frameworks/native/include/media/openmax/
H A DOMX_IVCommon.h338 * nHeight : Frame height in pixels
345 OMX_U32 nHeight; member in struct:OMX_FRAMESIZETYPE
432 * nHeight : Height of the rectangle
441 OMX_U32 nHeight; member in struct:OMX_CONFIG_RECTTYPE
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp431 rectParams->nHeight = mCropHeight;
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp4399 CHECK_GE(rect.nHeight, 0u);
4401 CHECK_LE(rect.nTop + rect.nHeight - 1, video_def->nFrameHeight);
4408 rect.nTop + rect.nHeight - 1);
4412 rect.nWidth, rect.nHeight, rect.nLeft, rect.nTop);
H A DACodec.cpp3513 rect.nHeight = videoDef->nFrameHeight;
3519 CHECK_GE(rect.nHeight, 0u);
3521 CHECK_LE(rect.nTop + rect.nHeight - 1, videoDef->nFrameHeight);
3528 rect.nTop + rect.nHeight - 1);

Completed in 6653 milliseconds