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

/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp80 def.format.video.nStride = def.format.video.nFrameWidth;
105 def.format.video.nStride = def.format.video.nFrameWidth;
361 def->format.video.nStride = def->format.video.nFrameWidth;
367 def->format.video.nStride = def->format.video.nFrameWidth;
/frameworks/native/include/media/openmax/
H A DOMX_Image.h114 * nStride : Number of bytes per span of an image (i.e.
133 OMX_S32 nStride; member in struct:OMX_IMAGE_PORTDEFINITIONTYPE
H A DOMX_Video.h122 * nStride : Number of bytes per span of an image
147 OMX_S32 nStride; member in struct:OMX_VIDEO_PORTDEFINITIONTYPE
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp122 def.format.video.nStride = def.format.video.nFrameWidth;
150 def.format.video.nStride = def.format.video.nFrameWidth;
574 def->format.video.nStride = def->format.video.nFrameWidth;
580 def->format.video.nStride = def->format.video.nFrameWidth;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp122 def.format.video.nStride = def.format.video.nFrameWidth;
147 def.format.video.nStride = def.format.video.nFrameWidth;
541 def->format.video.nStride = def->format.video.nFrameWidth;
547 def->format.video.nStride = def->format.video.nFrameWidth;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp261 def.format.video.nStride = mVideoWidth;
292 def.format.video.nStride = mVideoWidth;
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp399 def.format.video.nStride = mVideoWidth;
422 def.format.video.nStride = mVideoWidth;
/frameworks/av/media/libstagefright/
H A DACodec.cpp1532 video_def->nStride = stride;
1541 def.nBufferSize = (video_def->nStride * video_def->nSliceHeight * 3) / 2;
2147 notify->setInt32("stride", videoDef->nStride);
H A DOMXCodec.cpp825 video_def->nStride = stride;
4189 printf(" nStride = %ld\n", imageDef->nStride);
4208 printf(" nStride = %ld\n", videoDef->nStride);

Completed in 72 milliseconds