Searched refs:nFrameWidth (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp135 outDef->format.video.nFrameWidth = outputBufferWidth();
137 outDef->format.video.nStride = outDef->format.video.nFrameWidth;
144 inDef->format.video.nFrameWidth = mWidth;
387 uint32_t oldWidth = def->format.video.nFrameWidth;
389 uint32_t newWidth = video_def->nFrameWidth;
402 // For input port, we only set nFrameWidth and nFrameHeight. Buffer size
405 def->format.video.nFrameWidth = newWidth;
H A DSoftVideoEncoderOMXComponent.cpp102 def.format.video.nFrameWidth = mWidth;
104 def.format.video.nStride = def.format.video.nFrameWidth;
130 def.format.video.nFrameWidth = mWidth;
151 inDef->format.video.nFrameWidth = mWidth;
153 inDef->format.video.nStride = inDef->format.video.nFrameWidth;
166 outDef->format.video.nFrameWidth = mWidth;
176 mWidth = port->format.video.nFrameWidth;
H A DOMXNodeInstance.cpp897 def.format.video.nFrameWidth,
/frameworks/native/include/media/hardware/
H A DHardwareAPI.h208 uint32_t mWidth; // width of largest plane (unpadded, as in nFrameWidth)
253 OMX_U32 nFrameWidth; member in struct:android::DescribeColorFormatParams
/frameworks/native/include/media/openmax/
H A DOMX_Image.h108 * nFrameWidth : Width of frame to be used on port if
131 OMX_U32 nFrameWidth; member in struct:OMX_IMAGE_PORTDEFINITIONTYPE
H A DOMX_Video.h118 * nFrameWidth : Width of frame to be used on channel if
147 OMX_U32 nFrameWidth; member in struct:OMX_VIDEO_PORTDEFINITIONTYPE
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp936 video_def->nFrameWidth = width;
961 video_def->nFrameWidth = width;
1383 video_def->nFrameWidth = width;
1411 video_def->nFrameWidth = width;
1828 def.format.video.nFrameWidth,
3465 imageDef->nFrameWidth = width;
3523 imageDef->nFrameWidth = width;
3918 printf(" nFrameWidth = %" PRIu32 "\n", imageDef->nFrameWidth);
3937 printf(" nFrameWidth
[all...]
H A DACodec.cpp914 def.format.video.nFrameWidth,
2985 video_def->nFrameWidth = width;
3060 video_def->nFrameWidth = width;
3720 video_def->nFrameWidth = width;
3833 image.mWidth = params.nFrameWidth;
3959 describeParams.nFrameWidth = 128;
4028 describeParams.nFrameWidth = videoDef->nFrameWidth;
4067 rect.nWidth = videoDef->nFrameWidth;
4073 rect.nLeft + rect.nWidth > videoDef->nFrameWidth ||
[all...]

Completed in 572 milliseconds