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

/frameworks/av/media/libstagefright/
H A DACodec.cpp4780 OMX_VIDEO_PORTDEFINITIONTYPE *videoDef = &def.format.video; local
4781 switch ((int)videoDef->eCompressionFormat) {
4787 notify->setInt32("stride", videoDef->nStride);
4788 notify->setInt32("slice-height", videoDef->nSliceHeight);
4789 notify->setInt32("color-format", videoDef->eColorFormat);
4794 describeParams.eColorFormat = videoDef->eColorFormat;
4795 describeParams.nFrameWidth = videoDef->nFrameWidth;
4796 describeParams.nFrameHeight = videoDef->nFrameHeight;
4797 describeParams.nStride = videoDef->nStride;
4798 describeParams.nSliceHeight = videoDef
[all...]

Completed in 35 milliseconds