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

/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp122 def->format.video.nFrameWidth = mWidth;
124 def->format.video.nStride = def->format.video.nFrameWidth;
128 def->format.video.nFrameWidth = mWidth;
130 def->format.video.nStride = def->format.video.nFrameWidth;
134 (def->format.video.nFrameWidth *
H A DOMXNodeInstance.cpp664 this, def.format.video.nFrameWidth, def.format.video.nFrameHeight,
/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.h117 * nFrameWidth : Width of frame to be used on channel if
146 OMX_U32 nFrameWidth; member in struct:OMX_VIDEO_PORTDEFINITIONTYPE
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp178 inputPort.format.video.nFrameWidth = mWidth;
180 inputPort.format.video.nStride = inputPort.format.video.nFrameWidth;
208 outputPort.format.video.nFrameWidth = mWidth;
210 outputPort.format.video.nStride = outputPort.format.video.nFrameWidth;
659 mWidth = port->format.video.nFrameWidth;
676 def->format.video.nFrameWidth = mWidth;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp259 def.format.video.nFrameWidth = mVideoWidth;
290 def.format.video.nFrameWidth = mVideoWidth;
483 mVideoWidth = def->format.video.nFrameWidth;
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp829 video_def->nFrameWidth = width;
854 video_def->nFrameWidth = width;
1275 video_def->nFrameWidth = width;
1303 video_def->nFrameWidth = width;
1718 def.format.video.nFrameWidth,
3525 imageDef->nFrameWidth = width;
3583 imageDef->nFrameWidth = width;
4191 printf(" nFrameWidth = %ld\n", imageDef->nFrameWidth);
4210 printf(" nFrameWidth
[all...]
H A DACodec.cpp577 def.format.video.nFrameWidth,
1824 video_def->nFrameWidth = width;
1894 video_def->nFrameWidth = width;
2367 video_def->nFrameWidth = width;
2510 notify->setInt32("width", videoDef->nFrameWidth);
2527 rect.nWidth = videoDef->nFrameWidth;
2535 CHECK_LE(rect.nLeft + rect.nWidth - 1, videoDef->nFrameWidth);
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp353 (((def->format.video.nFrameWidth + 15) & -16)
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp397 def.format.video.nFrameWidth = mVideoWidth;
420 def.format.video.nFrameWidth = mVideoWidth;
592 mVideoWidth = def->format.video.nFrameWidth;

Completed in 586 milliseconds