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

/frameworks/av/media/libstagefright/
H A DACodec.cpp2249 OMX_VIDEO_PORTDEFINITIONTYPE *videoDef = &def.format.video; local
2255 videoDef->eCompressionFormat, &mime) != OK) {
2261 notify->setInt32("width", videoDef->nFrameWidth);
2262 notify->setInt32("height", videoDef->nFrameHeight);
2265 notify->setInt32("stride", videoDef->nStride);
2266 notify->setInt32("slice-height", videoDef->nSliceHeight);
2267 notify->setInt32("color-format", videoDef->eColorFormat);
2278 rect.nWidth = videoDef->nFrameWidth;
2279 rect.nHeight = videoDef->nFrameHeight;
2286 CHECK_LE(rect.nLeft + rect.nWidth - 1, videoDef
[all...]
H A DOMXCodec.cpp4208 OMX_VIDEO_PORTDEFINITIONTYPE *videoDef = &def.format.video; local
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));

Completed in 2710 milliseconds