Home
last modified time | relevance | path

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

/frameworks/native/include/media/openmax/
DOMX_IVCommon.h345 OMX_U32 nWidth; member
441 OMX_U32 nWidth; member
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp430 rectParams->nWidth = mCropWidth; in getConfig()
/frameworks/av/media/libstagefright/
DOMXCodec.cpp4208 CHECK_GE(rect.nWidth, 0u); in initOutputFormat()
4210 CHECK_LE(rect.nLeft + rect.nWidth - 1, video_def->nFrameWidth); in initOutputFormat()
4217 rect.nLeft + rect.nWidth - 1, in initOutputFormat()
4221 rect.nWidth, rect.nHeight, rect.nLeft, rect.nTop); in initOutputFormat()
DACodec.cpp4067 rect.nWidth = videoDef->nFrameWidth; in getPortFormat()
4073 rect.nLeft + rect.nWidth > videoDef->nFrameWidth || in getPortFormat()
4077 rect.nLeft + rect.nWidth, rect.nTop + rect.nHeight, in getPortFormat()
4086 rect.nLeft + rect.nWidth - 1, in getPortFormat()