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

  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_VdecControl.c     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_VencControl.c     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/
Exynos_OMX_Adec.c     [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
Filter.java 638 FrameFormat portFormat = getInputPort(inputName).getPortFormat();
639 Class portClass = (portFormat == null) ? null : portFormat.getObjectClass();
  /frameworks/av/media/libstagefright/
OMXCodec.cpp 754 OMX_VIDEO_PARAM_PORTFORMATTYPE portFormat;
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.nIndex = index
    [all...]

Completed in 276 milliseconds