Searched refs:portFormat (Results 1 – 2 of 2) sorted by relevance
854 OMX_VIDEO_PARAM_PORTFORMATTYPE portFormat; in isColorFormatSupported() local855 InitOMXParams(&portFormat); in isColorFormatSupported()856 portFormat.nPortIndex = portIndex; in isColorFormatSupported()858 portFormat.nIndex = index; in isColorFormatSupported()862 &portFormat, sizeof(portFormat))) { in isColorFormatSupported()867 CHECK_EQ(index, portFormat.nIndex); in isColorFormatSupported()868 if (portFormat.eColorFormat == colorFormat) { in isColorFormatSupported()869 CODEC_LOGV("Found supported color format: %d", portFormat.eColorFormat); in isColorFormatSupported()873 portFormat.nIndex = index; in isColorFormatSupported()4339 OMX_VIDEO_PARAM_PORTFORMATTYPE portFormat; in QueryCodec() local[all …]
637 FrameFormat portFormat = getInputPort(inputName).getPortFormat(); in wrapInputValue() local638 Class portClass = (portFormat == null) ? null : portFormat.getObjectClass(); in wrapInputValue()