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

  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
Exynos_OMX_Baseport.c 117 cnt = (nPortIndex == ALL_PORT_INDEX ) ? ALL_PORT_NUM : 1;
120 if (nPortIndex == ALL_PORT_INDEX)
197 cnt = (nPortIndex == ALL_PORT_INDEX) ? ALL_PORT_NUM : 1;
200 if (nPortIndex == ALL_PORT_INDEX)
289 cnt = (nPortIndex == ALL_PORT_INDEX ) ? ALL_PORT_NUM : 1;
293 if (nPortIndex == ALL_PORT_INDEX)
302 if (nPortIndex == ALL_PORT_INDEX)
    [all...]
Exynos_OMX_Baseport.h 47 #define ALL_PORT_INDEX -1
Exynos_OMX_Basecomponent.c 454 Exynos_OMX_BufferFlushProcess(pOMXComponent, ALL_PORT_INDEX, OMX_FALSE);
706 if ((portIndex != ALL_PORT_INDEX) &&
715 cnt = (portIndex == ALL_PORT_INDEX ) ? ALL_PORT_NUM : 1;
717 if (portIndex == ALL_PORT_INDEX)
742 if ((portIndex != ALL_PORT_INDEX) &&
748 if (portIndex == ALL_PORT_INDEX) {
    [all...]

Completed in 673 milliseconds