Searched defs:portFormat (Results 1 - 1 of 1) sorted by path

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp749 OMX_VIDEO_PARAM_PORTFORMATTYPE portFormat; local
750 InitOMXParams(&portFormat);
751 portFormat.nPortIndex = portIndex;
753 portFormat.nIndex = index;
757 &portFormat, sizeof(portFormat))) {
762 CHECK_EQ(index, portFormat.nIndex);
763 if (portFormat.eColorFormat == colorFormat) {
764 CODEC_LOGV("Found supported color format: %d", portFormat.eColorFormat);
768 portFormat
4604 OMX_VIDEO_PARAM_PORTFORMATTYPE portFormat; local
[all...]

Completed in 115 milliseconds