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

/frameworks/av/media/libstagefright/omx/
H A DOMXUtils.cpp51 nFrameWidth = params.nFrameWidth;
63 nFrameWidth = params.nFrameWidth;
H A DSoftVideoEncoderOMXComponent.cpp100 def.format.video.nFrameWidth = mWidth;
102 def.format.video.nStride = def.format.video.nFrameWidth;
128 def.format.video.nFrameWidth = mWidth;
149 inDef->format.video.nFrameWidth = mWidth;
151 inDef->format.video.nStride = inDef->format.video.nFrameWidth;
164 outDef->format.video.nFrameWidth = mWidth;
179 mWidth = port->format.video.nFrameWidth;
H A DSoftVideoDecoderOMXComponent.cpp152 outDef->format.video.nFrameWidth = outputBufferWidth();
154 outDef->format.video.nStride = outDef->format.video.nFrameWidth;
161 inDef->format.video.nFrameWidth = mWidth;
487 uint32_t oldWidth = def->format.video.nFrameWidth;
489 uint32_t newWidth = video_def->nFrameWidth;
510 // For input port, we only set nFrameWidth and nFrameHeight. Buffer size
513 def->format.video.nFrameWidth = newWidth;
H A DOMXNodeInstance.cpp1128 def.format.video.nFrameWidth,
/frameworks/native/include/media/hardware/
H A DHardwareAPI.h264 OMX_U32 nFrameWidth; member in struct:android::DescribeColorFormatParams
285 OMX_U32 nFrameWidth; member in struct:android::DescribeColorFormat2Params
/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.h119 * nFrameWidth : Width of frame to be used on channel if
148 OMX_U32 nFrameWidth; member in struct:OMX_VIDEO_PORTDEFINITIONTYPE
/frameworks/av/media/libstagefright/
H A DACodec.cpp989 def.format.video.nFrameWidth,
2404 width = video_def->nFrameWidth;
2450 width = video_def->nFrameWidth;
3753 video_def->nFrameWidth = width;
3828 video_def->nFrameWidth = width;
4644 video_def->nFrameWidth = width;
4757 image.mWidth = params.nFrameWidth;
4895 describeParams.nFrameWidth = 128;
4964 describeParams.nFrameWidth = videoDef->nFrameWidth;
[all...]

Completed in 2492 milliseconds