HomeSort by relevance Sort by last modified time
    Searched refs:portFormat (Results 1 - 2 of 2) sorted by null

  /system/media/mca/filterfw/java/android/filterfw/core/
Filter.java 638 FrameFormat portFormat = getInputPort(inputName).getPortFormat();
639 Class portClass = (portFormat == null) ? null : portFormat.getObjectClass();
  /frameworks/base/media/libstagefright/
OMXCodec.cpp 901 OMX_VIDEO_PARAM_PORTFORMATTYPE portFormat;
902 InitOMXParams(&portFormat);
903 portFormat.nPortIndex = portIndex;
905 portFormat.nIndex = index;
909 &portFormat, sizeof(portFormat))) {
914 CHECK_EQ(index, portFormat.nIndex);
915 if (portFormat.eColorFormat == colorFormat) {
916 CODEC_LOGV("Found supported color format: %d", portFormat.eColorFormat);
920 portFormat.nIndex = index
    [all...]

Completed in 81 milliseconds