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

/frameworks/av/media/libstagefright/
H A DACodec.cpp2142 OMX_VIDEO_PORTDEFINITIONTYPE *videoDef = &def.format.video; local
2145 notify->setInt32("width", videoDef->nFrameWidth);
2146 notify->setInt32("height", videoDef->nFrameHeight);
2147 notify->setInt32("stride", videoDef->nStride);
2148 notify->setInt32("slice-height", videoDef->nSliceHeight);
2149 notify->setInt32("color-format", videoDef->eColorFormat);
2160 rect.nWidth = videoDef->nFrameWidth;
2161 rect.nHeight = videoDef->nFrameHeight;
2168 CHECK_LE(rect.nLeft + rect.nWidth - 1, videoDef->nFrameWidth);
2169 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 37 milliseconds