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

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp844 OMX_VIDEO_PARAM_PORTFORMATTYPE portFormat; local
845 InitOMXParams(&portFormat);
846 portFormat.nPortIndex = portIndex;
848 portFormat.nIndex = index;
852 &portFormat, sizeof(portFormat))) {
857 CHECK_EQ(index, portFormat.nIndex);
858 if (portFormat.eColorFormat == colorFormat) {
859 CODEC_LOGV("Found supported color format: %d", portFormat.eColorFormat);
863 portFormat
4745 OMX_VIDEO_PARAM_PORTFORMATTYPE portFormat; local
[all...]
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilter.java637 FrameFormat portFormat = getInputPort(inputName).getPortFormat();
638 Class portClass = (portFormat == null) ? null : portFormat.getObjectClass();

Completed in 810 milliseconds