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

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilter.java638 FrameFormat portFormat = getInputPort(inputName).getPortFormat();
639 Class portClass = (portFormat == null) ? null : portFormat.getObjectClass();
/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 2795 milliseconds