Searched refs:nSliceHeight (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/include/media/openmax/
H A DOMX_Image.h118 * nSliceHeight : Height used when encoding in slices
134 OMX_U32 nSliceHeight; member in struct:OMX_IMAGE_PORTDEFINITIONTYPE
H A DOMX_Video.h127 * nSliceHeight : Height used when encoding in slices
149 OMX_U32 nSliceHeight; member in struct:OMX_VIDEO_PORTDEFINITIONTYPE
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp125 def->format.video.nSliceHeight = def->format.video.nFrameHeight;
131 def->format.video.nSliceHeight = def->format.video.nFrameHeight;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp262 def.format.video.nSliceHeight = mVideoHeight;
293 def.format.video.nSliceHeight = mVideoHeight;
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp181 inputPort.format.video.nSliceHeight = inputPort.format.video.nFrameHeight;
197 inputPort.format.video.nSliceHeight * 3) / 2;
211 outputPort.format.video.nSliceHeight = outputPort.format.video.nFrameHeight;
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp400 def.format.video.nSliceHeight = mVideoHeight;
423 def.format.video.nSliceHeight = mVideoHeight;
/frameworks/av/media/libstagefright/
H A DACodec.cpp1848 video_def->nSliceHeight = sliceHeight;
1850 def.nBufferSize = (video_def->nStride * video_def->nSliceHeight * 3) / 2;
2524 notify->setInt32("slice-height", videoDef->nSliceHeight);
H A DOMXCodec.cpp832 video_def->nSliceHeight = sliceHeight;

Completed in 507 milliseconds