Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:videoDef

4208             OMX_VIDEO_PORTDEFINITIONTYPE *videoDef = &def.format.video;
4212 printf(" nFrameWidth = %ld\n", videoDef->nFrameWidth);
4213 printf(" nFrameHeight = %ld\n", videoDef->nFrameHeight);
4214 printf(" nStride = %ld\n", videoDef->nStride);
4217 videoCompressionFormatString(videoDef->eCompressionFormat));
4220 colorFormatString(videoDef->eColorFormat));