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

/frameworks/native/include/media/openmax/
H A DOMX_IVCommon.h330 * nWidth : Frame width in pixels
337 OMX_U32 nWidth; member in struct:OMX_FRAMESIZETYPE
424 * nWidth : Width of the rectangle
433 OMX_U32 nWidth; member in struct:OMX_CONFIG_RECTTYPE
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp249 rectParams->nWidth = mCropWidth;
/frameworks/av/media/libstagefright/
H A DACodec.cpp2536 rect.nWidth = videoDef->nFrameWidth;
2542 CHECK_GE(rect.nWidth, 0u);
2544 CHECK_LE(rect.nLeft + rect.nWidth - 1, videoDef->nFrameWidth);
2551 rect.nLeft + rect.nWidth - 1,
2559 rect.nLeft + rect.nWidth,
H A DOMXCodec.cpp4471 CHECK_GE(rect.nWidth, 0u);
4473 CHECK_LE(rect.nLeft + rect.nWidth - 1, video_def->nFrameWidth);
4480 rect.nLeft + rect.nWidth - 1,
4485 rect.nWidth, rect.nHeight, rect.nLeft, rect.nTop);

Completed in 2084 milliseconds