Searched refs:ap_tos (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/frontends/omx/tizonia/ |
D | h264eoutport.c | 111 void * h264e_outport_class_init(void * ap_tos, void * ap_hdl) in h264e_outport_class_init() argument 117 ap_tos, ap_hdl, ctor, h264e_outport_class_ctor, 0); in h264e_outport_class_init() 121 void * h264e_outport_init(void * ap_tos, void * ap_hdl) in h264e_outport_init() argument 130 ap_tos, ap_hdl, in h264e_outport_init()
|
D | h264dinport.c | 117 void * h264d_inport_class_init(void * ap_tos, void * ap_hdl) in h264d_inport_class_init() argument 123 ap_tos, ap_hdl, ctor, h264d_inport_class_ctor, 0); in h264d_inport_class_init() 127 void * h264d_inport_init(void * ap_tos, void * ap_hdl) in h264d_inport_init() argument 136 ap_tos, ap_hdl, in h264d_inport_init()
|
D | h264einport.h | 28 void * h264e_inport_class_init(void * ap_tos, void * ap_hdl); 29 void * h264e_inport_init(void * ap_tos, void * ap_hdl);
|
D | h264eoutport.h | 28 void * h264e_outport_class_init(void * ap_tos, void * ap_hdl); 29 void * h264e_outport_init(void * ap_tos, void * ap_hdl);
|
D | h264dinport.h | 28 void * h264d_inport_class_init(void * ap_tos, void * ap_hdl); 29 void * h264d_inport_init(void * ap_tos, void * ap_hdl);
|
D | h264eprc.h | 28 void * h264e_prc_class_init(void * ap_tos, void * ap_hdl); 29 void * h264e_prc_init(void * ap_tos, void * ap_hdl);
|
D | h264dprc.h | 28 void * h264d_prc_class_init(void * ap_tos, void * ap_hdl); 29 void * h264d_prc_init(void * ap_tos, void * ap_hdl);
|
D | h264einport.c | 182 void * h264e_inport_class_init(void * ap_tos, void * ap_hdl) in h264e_inport_class_init() argument 188 ap_tos, ap_hdl, ctor, h264e_inport_class_ctor, 0); in h264e_inport_class_init() 192 void * h264e_inport_init(void * ap_tos, void * ap_hdl) in h264e_inport_init() argument 201 ap_tos, ap_hdl, in h264e_inport_init()
|
D | h264dprc.c | 562 void * h264d_prc_class_init(void * ap_tos, void * ap_hdl) in h264d_prc_class_init() argument 570 ap_tos, ap_hdl, in h264d_prc_class_init() 578 void * h264d_prc_init(void * ap_tos, void * ap_hdl) in h264d_prc_init() argument 587 ap_tos, ap_hdl, in h264d_prc_init()
|
D | h264eprc.c | 646 void * h264e_prc_class_init(void * ap_tos, void * ap_hdl) in h264e_prc_class_init() argument 654 ap_tos, ap_hdl, in h264e_prc_class_init() 662 void * h264e_prc_init(void * ap_tos, void * ap_hdl) in h264e_prc_init() argument 671 ap_tos, ap_hdl, in h264e_prc_init()
|