Home
last modified time | relevance | path

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

/frameworks/native/include/media/openmax/
DOMX_IVCommon.h345 OMX_U32 nHeight; member
441 OMX_U32 nHeight; member
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp431 rectParams->nHeight = mCropHeight; in getConfig()
/frameworks/av/media/libstagefright/
DOMXCodec.cpp4399 CHECK_GE(rect.nHeight, 0u); in initOutputFormat()
4401 CHECK_LE(rect.nTop + rect.nHeight - 1, video_def->nFrameHeight); in initOutputFormat()
4408 rect.nTop + rect.nHeight - 1); in initOutputFormat()
4412 rect.nWidth, rect.nHeight, rect.nLeft, rect.nTop); in initOutputFormat()
DACodec.cpp3513 rect.nHeight = videoDef->nFrameHeight; in getPortFormat()
3519 CHECK_GE(rect.nHeight, 0u); in getPortFormat()
3521 CHECK_LE(rect.nTop + rect.nHeight - 1, videoDef->nFrameHeight); in getPortFormat()
3528 rect.nTop + rect.nHeight - 1); in getPortFormat()