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

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp754 OMX_VIDEO_PARAM_PORTFORMATTYPE portFormat; local
755 InitOMXParams(&portFormat);
756 portFormat.nPortIndex = portIndex;
758 portFormat.nIndex = index;
762 &portFormat, sizeof(portFormat))) {
767 CHECK_EQ(index, portFormat.nIndex);
768 if (portFormat.eColorFormat == colorFormat) {
769 CODEC_LOGV("Found supported color format: %d", portFormat.eColorFormat);
773 portFormat
4605 OMX_VIDEO_PARAM_PORTFORMATTYPE portFormat; local
[all...]

Completed in 284 milliseconds