Home
last modified time | relevance | path

Searched refs:OMX_ALL (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
Dh264dprc.c505 if (OMX_ALL == a_pid || OMX_VID_DEC_AVC_INPUT_PORT_INDEX == a_pid) { in h264d_prc_port_flush()
509 if (OMX_ALL == a_pid || OMX_VID_DEC_AVC_OUTPUT_PORT_INDEX == a_pid) { in h264d_prc_port_flush()
519 if (OMX_ALL == a_pid || OMX_VID_DEC_AVC_INPUT_PORT_INDEX == a_pid) { in h264d_prc_port_disable()
525 if (OMX_ALL == a_pid || OMX_VID_DEC_AVC_OUTPUT_PORT_INDEX == a_pid) { in h264d_prc_port_disable()
536 if (OMX_ALL == a_pid || OMX_VID_DEC_AVC_INPUT_PORT_INDEX == a_pid) { in h264d_prc_port_enable()
542 if (OMX_ALL == a_pid || OMX_VID_DEC_AVC_OUTPUT_PORT_INDEX == a_pid) { in h264d_prc_port_enable()
Dh264eprc.c590 if (OMX_ALL == a_pid || OMX_VID_ENC_AVC_INPUT_PORT_INDEX == a_pid) { in h264e_prc_port_flush()
594 if (OMX_ALL == a_pid || OMX_VID_ENC_AVC_OUTPUT_PORT_INDEX == a_pid) { in h264e_prc_port_flush()
604 if (OMX_ALL == a_pid || OMX_VID_ENC_AVC_INPUT_PORT_INDEX == a_pid) { in h264e_prc_port_disable()
610 if (OMX_ALL == a_pid || OMX_VID_ENC_AVC_OUTPUT_PORT_INDEX == a_pid) { in h264e_prc_port_disable()
621 if (OMX_ALL == a_pid || OMX_VID_ENC_AVC_INPUT_PORT_INDEX == a_pid) { in h264e_prc_port_enable()
627 if (OMX_ALL == a_pid || OMX_VID_ENC_AVC_OUTPUT_PORT_INDEX == a_pid) { in h264e_prc_port_enable()
/third_party/openmax/api/1.1.2/
DOMX_Types.h101 #define OMX_ALL 0xFFFFFFFF macro