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

  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/common/
SEC_OMX_Baseport.h 46 #define ALL_PORT_INDEX -1
SEC_OMX_Baseport.c 167 cnt = (nPortIndex == ALL_PORT_INDEX ) ? ALL_PORT_NUM : 1;
170 if (nPortIndex == ALL_PORT_INDEX)
245 cnt = (nPortIndex == ALL_PORT_INDEX ) ? ALL_PORT_NUM : 1;
248 if (nPortIndex == ALL_PORT_INDEX)
357 cnt = (nPortIndex == ALL_PORT_INDEX) ? ALL_PORT_NUM : 1;
360 if (nPortIndex == ALL_PORT_INDEX)
463 cnt = (nPortIndex == ALL_PORT_INDEX ) ? ALL_PORT_NUM : 1;
467 if (nPortIndex == ALL_PORT_INDEX)
496 if (nPortIndex == ALL_PORT_INDEX)
    [all...]
SEC_OMX_Basecomponent.c 389 SEC_OMX_BufferFlushProcessNoEvent(pOMXComponent, ALL_PORT_INDEX);
597 if ((portIndex != ALL_PORT_INDEX) &&
606 cnt = (portIndex == ALL_PORT_INDEX ) ? ALL_PORT_NUM : 1;
608 if (portIndex == ALL_PORT_INDEX)
633 if ((portIndex != ALL_PORT_INDEX) &&
639 if (portIndex == ALL_PORT_INDEX) {
676 if ((portIndex != ALL_PORT_INDEX) &&
682 if (portIndex == ALL_PORT_INDEX) {
    [all...]

Completed in 152 milliseconds