Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp135 outDef->format.video.nFrameWidth = outputBufferWidth(); in updatePortDefinitions()
137 outDef->format.video.nStride = outDef->format.video.nFrameWidth; in updatePortDefinitions()
144 inDef->format.video.nFrameWidth = mWidth; in updatePortDefinitions()
387 uint32_t oldWidth = def->format.video.nFrameWidth; in internalSetParameter()
389 uint32_t newWidth = video_def->nFrameWidth; in internalSetParameter()
405 def->format.video.nFrameWidth = newWidth; in internalSetParameter()
DSoftVideoEncoderOMXComponent.cpp102 def.format.video.nFrameWidth = mWidth; in initPorts()
104 def.format.video.nStride = def.format.video.nFrameWidth; in initPorts()
130 def.format.video.nFrameWidth = mWidth; in initPorts()
151 inDef->format.video.nFrameWidth = mWidth; in updatePortParams()
153 inDef->format.video.nStride = inDef->format.video.nFrameWidth; in updatePortParams()
166 outDef->format.video.nFrameWidth = mWidth; in updatePortParams()
176 mWidth = port->format.video.nFrameWidth; in internalSetPortParams()
DOMXNodeInstance.cpp897 def.format.video.nFrameWidth, in createGraphicBufferSource()
/frameworks/native/include/media/hardware/
DHardwareAPI.h253 OMX_U32 nFrameWidth; member
/frameworks/native/include/media/openmax/
DOMX_Image.h131 OMX_U32 nFrameWidth; member
DOMX_Video.h147 OMX_U32 nFrameWidth; member
/frameworks/av/media/libstagefright/
DOMXCodec.cpp936 video_def->nFrameWidth = width; in setVideoInputFormat()
961 video_def->nFrameWidth = width; in setVideoInputFormat()
1383 video_def->nFrameWidth = width; in setVideoOutputFormat()
1411 video_def->nFrameWidth = width; in setVideoOutputFormat()
1828 def.format.video.nFrameWidth, in allocateOutputBuffersFromNativeWindow()
3465 imageDef->nFrameWidth = width; in setImageOutputFormat()
3523 imageDef->nFrameWidth = width; in setJPEGInputFormat()
3918 printf(" nFrameWidth = %" PRIu32 "\n", imageDef->nFrameWidth); in dumpPortStatus()
3937 printf(" nFrameWidth = %" PRIu32 "\n", videoDef->nFrameWidth); in dumpPortStatus()
4064 mOutputFormat->setInt32(kKeyWidth, imageDef->nFrameWidth); in initOutputFormat()
[all …]
DACodec.cpp914 def.format.video.nFrameWidth, in setupNativeWindowSizeFormatAndUsage()
2985 video_def->nFrameWidth = width; in setupVideoEncoder()
3060 video_def->nFrameWidth = width; in setupVideoEncoder()
3720 video_def->nFrameWidth = width; in setVideoFormatOnPort()
3833 image.mWidth = params.nFrameWidth; in describeDefaultColorFormat()
3959 describeParams.nFrameWidth = 128; in isFlexibleColorFormat()
4028 describeParams.nFrameWidth = videoDef->nFrameWidth; in getPortFormat()
4067 rect.nWidth = videoDef->nFrameWidth; in getPortFormat()
4073 rect.nLeft + rect.nWidth > videoDef->nFrameWidth || in getPortFormat()
4078 videoDef->nFrameWidth, videoDef->nFrameHeight); in getPortFormat()
[all …]