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

/frameworks/av/media/libstagefright/
H A DACodec.cpp2089 OMX_VIDEO_PORTDEFINITIONTYPE *videoDef = &def.format.video; local
2092 notify->setInt32("width", videoDef->nFrameWidth);
2093 notify->setInt32("height", videoDef->nFrameHeight);
2094 notify->setInt32("stride", videoDef->nStride);
2095 notify->setInt32("slice-height", videoDef->nSliceHeight);
2096 notify->setInt32("color-format", videoDef->eColorFormat);
2107 rect.nWidth = videoDef->nFrameWidth;
2108 rect.nHeight = videoDef->nFrameHeight;
2115 CHECK_LE(rect.nLeft + rect.nWidth - 1, videoDef->nFrameWidth);
2116 CHECK_LE(rect.nTop + rect.nHeight - 1, videoDef
[all...]
H A DOMXCodec.cpp4202 OMX_VIDEO_PORTDEFINITIONTYPE *videoDef = &def.format.video; local
4206 printf(" nFrameWidth = %ld\n", videoDef->nFrameWidth);
4207 printf(" nFrameHeight = %ld\n", videoDef->nFrameHeight);
4208 printf(" nStride = %ld\n", videoDef->nStride);
4211 videoCompressionFormatString(videoDef->eCompressionFormat));
4214 colorFormatString(videoDef->eColorFormat));

Completed in 279 milliseconds