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.cpp468 rectParams->nWidth = mCropWidth; in getConfig()
/frameworks/av/media/libstagefright/
DACodec.cpp4756 rect.nWidth = videoDef->nFrameWidth; in getPortFormat()
4762 rect.nLeft + rect.nWidth > videoDef->nFrameWidth || in getPortFormat()
4766 rect.nLeft + rect.nWidth, rect.nTop + rect.nHeight, in getPortFormat()
4775 rect.nLeft + rect.nWidth - 1, in getPortFormat()
4778 width = rect.nWidth; in getPortFormat()