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

/frameworks/av/media/libstagefright/
H A DACodec.cpp4702 OMX_VIDEO_PORTDEFINITIONTYPE *videoDef = &def.format.video; local
4703 switch ((int)videoDef->eCompressionFormat) {
4709 notify->setInt32("stride", videoDef->nStride);
4710 notify->setInt32("slice-height", videoDef->nSliceHeight);
4711 notify->setInt32("color-format", videoDef->eColorFormat);
4716 describeParams.eColorFormat = videoDef->eColorFormat;
4717 describeParams.nFrameWidth = videoDef->nFrameWidth;
4718 describeParams.nFrameHeight = videoDef->nFrameHeight;
4719 describeParams.nStride = videoDef->nStride;
4720 describeParams.nSliceHeight = videoDef
[all...]

Completed in 399 milliseconds