Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/omx/tizonia/
Dh264eprc.c51 OMX_VID_ENC_AVC_OUTPUT_PORT_INDEX); in init_port_structs()
53 OMX_VID_ENC_AVC_OUTPUT_PORT_INDEX); in init_port_structs()
55 OMX_VID_ENC_AVC_OUTPUT_PORT_INDEX); in init_port_structs()
57 OMX_VID_ENC_AVC_OUTPUT_PORT_INDEX); in init_port_structs()
105 OMX_VID_ENC_AVC_OUTPUT_PORT_INDEX, 0, in get_output_buffer()
150 OMX_VID_ENC_AVC_OUTPUT_PORT_INDEX, in h264e_buffer_filled()
173 OMX_VID_ENC_AVC_OUTPUT_PORT_INDEX, in release_output_header()
593 if (OMX_ALL == a_pid || OMX_VID_ENC_AVC_OUTPUT_PORT_INDEX == a_pid) { in h264e_prc_port_flush()
609 if (OMX_ALL == a_pid || OMX_VID_ENC_AVC_OUTPUT_PORT_INDEX == a_pid) { in h264e_prc_port_disable()
626 if (OMX_ALL == a_pid || OMX_VID_ENC_AVC_OUTPUT_PORT_INDEX == a_pid) { in h264e_prc_port_enable()
Dh264e.c97 {OMX_VID_ENC_AVC_OUTPUT_PORT_INDEX, NULL, NULL, NULL}, in instantiate_h264e_output_port()
142 avctype.nPortIndex = OMX_VID_ENC_AVC_OUTPUT_PORT_INDEX; in instantiate_h264e_output_port()
Dh264e.h39 #define OMX_VID_ENC_AVC_OUTPUT_PORT_INDEX 1 macro