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

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp743 OMX_VIDEO_PARAM_PORTFORMATTYPE portFormat; local
744 InitOMXParams(&portFormat);
745 portFormat.nPortIndex = portIndex;
747 portFormat.nIndex = index;
751 &portFormat, sizeof(portFormat))) {
756 CHECK_EQ(index, portFormat.nIndex);
757 if (portFormat.eColorFormat == colorFormat) {
758 CODEC_LOGV("Found supported color format: %d", portFormat.eColorFormat);
762 portFormat
4599 OMX_VIDEO_PARAM_PORTFORMATTYPE portFormat; local
[all...]

Completed in 8 milliseconds