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

/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp78 def.format.video.nFrameWidth = mWidth;
80 def.format.video.nStride = def.format.video.nFrameWidth;
103 def.format.video.nFrameWidth = mWidth;
105 def.format.video.nStride = def.format.video.nFrameWidth;
115 (def.format.video.nFrameWidth * def.format.video.nFrameHeight * 3) / 2;
359 def->format.video.nFrameWidth = mWidth;
361 def->format.video.nStride = def->format.video.nFrameWidth;
365 def->format.video.nFrameWidth = mWidth;
367 def->format.video.nStride = def->format.video.nFrameWidth;
371 (def->format.video.nFrameWidth
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp120 def.format.video.nFrameWidth = mWidth;
122 def.format.video.nStride = def.format.video.nFrameWidth;
148 def.format.video.nFrameWidth = mWidth;
150 def.format.video.nStride = def.format.video.nFrameWidth;
160 (def.format.video.nFrameWidth * def.format.video.nFrameHeight * 3) / 2;
572 def->format.video.nFrameWidth = mWidth;
574 def->format.video.nStride = def->format.video.nFrameWidth;
578 def->format.video.nFrameWidth = mWidth;
580 def->format.video.nStride = def->format.video.nFrameWidth;
584 (((def->format.video.nFrameWidth
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp120 def.format.video.nFrameWidth = mWidth;
122 def.format.video.nStride = def.format.video.nFrameWidth;
145 def.format.video.nFrameWidth = mWidth;
147 def.format.video.nStride = def.format.video.nFrameWidth;
157 (def.format.video.nFrameWidth * def.format.video.nFrameHeight * 3) / 2;
539 def->format.video.nFrameWidth = mWidth;
541 def->format.video.nStride = def->format.video.nFrameWidth;
545 def->format.video.nFrameWidth = mWidth;
547 def->format.video.nStride = def->format.video.nFrameWidth;
551 (def->format.video.nFrameWidth
[all...]
/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.h116 * nFrameWidth : Width of frame to be used on channel if
145 OMX_U32 nFrameWidth; member in struct:OMX_VIDEO_PORTDEFINITIONTYPE
/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.cpp823 video_def->nFrameWidth = width;
848 video_def->nFrameWidth = width;
1274 video_def->nFrameWidth = width;
1302 video_def->nFrameWidth = width;
1714 def.format.video.nFrameWidth,
3521 imageDef->nFrameWidth = width;
3579 imageDef->nFrameWidth = width;
4187 printf(" nFrameWidth = %ld\n", imageDef->nFrameWidth);
4206 printf(" nFrameWidth
[all...]
H A DACodec.cpp512 def.format.video.nFrameWidth,
1519 video_def->nFrameWidth = width;
1589 video_def->nFrameWidth = width;
1998 video_def->nFrameWidth = width;
2092 notify->setInt32("width", videoDef->nFrameWidth);
2107 rect.nWidth = videoDef->nFrameWidth;
2115 CHECK_LE(rect.nLeft + rect.nWidth - 1, videoDef->nFrameWidth);
/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 1509 milliseconds