Searched refs:tizavcport (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/frontends/omx/tizonia/ |
D | h264eoutport.c | 113 void * tizavcport = tiz_get_type(ap_hdl, "tizavcport"); in h264e_outport_class_init() local 115 = factory_new (classOf(tizavcport), "h264eoutport_class", in h264e_outport_class_init() 116 classOf(tizavcport), sizeof(h264e_outport_class_t), in h264e_outport_class_init() 123 void * tizavcport = tiz_get_type(ap_hdl, "tizavcport"); in h264e_outport_init() local 127 (h264eoutport_class, "h264eoutport", tizavcport, in h264e_outport_init()
|
D | h264dinport.c | 119 void * tizavcport = tiz_get_type(ap_hdl, "tizavcport"); in h264d_inport_class_init() local 121 = factory_new(classOf(tizavcport), "h264dinport_class", in h264d_inport_class_init() 122 classOf(tizavcport), sizeof(h264d_inport_class_t), in h264d_inport_class_init() 129 void * tizavcport = tiz_get_type (ap_hdl, "tizavcport"); in h264d_inport_init() local 133 (h264dinport_class, "h264dinport", tizavcport, in h264d_inport_init()
|