Home
last modified time | relevance | path

Searched refs:nWidth (Results 1 – 3 of 3) 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.cpp539 rectParams->nWidth = mCropWidth; in getConfig()
/frameworks/av/media/libstagefright/
DACodec.cpp4833 rect.nWidth = videoDef->nFrameWidth; in getPortFormat()
4839 rect.nLeft + rect.nWidth > videoDef->nFrameWidth || in getPortFormat()
4843 rect.nLeft + rect.nWidth, rect.nTop + rect.nHeight, in getPortFormat()
4852 rect.nLeft + rect.nWidth - 1, in getPortFormat()
4855 width = rect.nWidth; in getPortFormat()