Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/
DOMXUtils.cpp51 nFrameWidth = params.nFrameWidth; in DescribeColorFormatParams()
63 nFrameWidth = params.nFrameWidth; in initFromV1()
DSoftVideoEncoderOMXComponent.cpp100 def.format.video.nFrameWidth = mWidth; in initPorts()
102 def.format.video.nStride = def.format.video.nFrameWidth; in initPorts()
128 def.format.video.nFrameWidth = mWidth; in initPorts()
149 inDef->format.video.nFrameWidth = mWidth; in updatePortParams()
151 inDef->format.video.nStride = inDef->format.video.nFrameWidth; in updatePortParams()
164 outDef->format.video.nFrameWidth = mWidth; in updatePortParams()
179 mWidth = port->format.video.nFrameWidth; in internalSetPortParams()
DSoftVideoDecoderOMXComponent.cpp152 outDef->format.video.nFrameWidth = outputBufferWidth(); in updatePortDefinitions()
154 outDef->format.video.nStride = outDef->format.video.nFrameWidth; in updatePortDefinitions()
161 inDef->format.video.nFrameWidth = mWidth; in updatePortDefinitions()
487 uint32_t oldWidth = def->format.video.nFrameWidth; in internalSetParameter()
489 uint32_t newWidth = video_def->nFrameWidth; in internalSetParameter()
513 def->format.video.nFrameWidth = newWidth; in internalSetParameter()
DOMXNodeInstance.cpp1128 def.format.video.nFrameWidth, in createGraphicBufferSource()
/frameworks/native/include/media/hardware/
DHardwareAPI.h264 OMX_U32 nFrameWidth; member
285 OMX_U32 nFrameWidth; member
/frameworks/native/include/media/openmax/
DOMX_Image.h131 OMX_U32 nFrameWidth; member
DOMX_Video.h148 OMX_U32 nFrameWidth; member
/frameworks/av/media/libstagefright/
DACodec.cpp989 def.format.video.nFrameWidth, in setupNativeWindowSizeFormatAndUsage()
2404 width = video_def->nFrameWidth; in getIntraRefreshPeriod()
2450 width = video_def->nFrameWidth; in setIntraRefreshPeriod()
3753 video_def->nFrameWidth = width; in setupVideoEncoder()
3828 video_def->nFrameWidth = width; in setupVideoEncoder()
4644 video_def->nFrameWidth = width; in setVideoFormatOnPort()
4757 image.mWidth = params.nFrameWidth; in describeDefaultColorFormat()
4895 describeParams.nFrameWidth = 128; in isFlexibleColorFormat()
4964 describeParams.nFrameWidth = videoDef->nFrameWidth; in getPortFormat()
4987 int32_t width = (int32_t)videoDef->nFrameWidth; in getPortFormat()
[all …]