Home
last modified time | relevance | path

Searched refs:ap_hdl (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/gallium/frontends/omx/tizonia/
Dh264einport.c42 static OMX_ERRORTYPE enc_AllocateBackTexture(OMX_HANDLETYPE ap_hdl, in enc_AllocateBackTexture() argument
48 vid_enc_PrivateType * priv = tiz_get_prc(ap_hdl); in enc_AllocateBackTexture()
49 tiz_port_t * port = tiz_krn_get_port(tiz_get_krn(ap_hdl), idx); in enc_AllocateBackTexture()
97 static OMX_ERRORTYPE h264e_inport_AllocateBuffer(const void * ap_obj, OMX_HANDLETYPE ap_hdl, in h264e_inport_AllocateBuffer() argument
104 r = super_UseBuffer(typeOf(ap_obj, "h264einport"), ap_obj, ap_hdl, in h264e_inport_AllocateBuffer()
111 super_FreeBuffer(typeOf(ap_obj, "h264einport"), ap_obj, ap_hdl, idx, *buf); in h264e_inport_AllocateBuffer()
117 r = enc_AllocateBackTexture(ap_hdl, idx, &inp->resource, &inp->transfer, &(*buf)->pBuffer); in h264e_inport_AllocateBuffer()
121 super_FreeBuffer(typeOf(ap_obj, "h264einport"), ap_obj, ap_hdl, idx, *buf); in h264e_inport_AllocateBuffer()
128 static OMX_ERRORTYPE h264e_inport_UseBuffer(const void * ap_obj, OMX_HANDLETYPE ap_hdl, in h264e_inport_UseBuffer() argument
135 r = super_UseBuffer(typeOf(ap_obj, "h264einport"), ap_obj, ap_hdl, in h264e_inport_UseBuffer()
[all …]
Dh264eoutport.c58 static OMX_ERRORTYPE h264e_outport_AllocateBuffer(const void * ap_obj, OMX_HANDLETYPE ap_hdl, in h264e_outport_AllocateBuffer() argument
64 r = super_UseBuffer(typeOf(ap_obj, "h264eoutport"), ap_obj, ap_hdl, in h264e_outport_AllocateBuffer()
72 super_FreeBuffer(typeOf(ap_obj, "h264eoutport"), ap_obj, ap_hdl, idx, *buf); in h264e_outport_AllocateBuffer()
79 static OMX_ERRORTYPE h264e_outport_FreeBuffer(const void * ap_obj, OMX_HANDLETYPE ap_hdl, in h264e_outport_FreeBuffer() argument
82 vid_enc_PrivateType *priv = tiz_get_prc(ap_hdl); in h264e_outport_FreeBuffer()
94 return super_FreeBuffer(typeOf(ap_obj, "h264eoutport"), ap_obj, ap_hdl, idx, buf); in h264e_outport_FreeBuffer()
111 void * h264e_outport_class_init(void * ap_tos, void * ap_hdl) in h264e_outport_class_init() argument
113 void * tizavcport = tiz_get_type(ap_hdl, "tizavcport"); in h264e_outport_class_init()
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
[all …]
Dh264dinport.c60 static OMX_ERRORTYPE h264d_inport_SetParameter(const void * ap_obj, OMX_HANDLETYPE ap_hdl, in h264d_inport_SetParameter() argument
66 assert(ap_hdl); in h264d_inport_SetParameter()
70 vid_dec_PrivateType * p_prc = tiz_get_prc(ap_hdl); in h264d_inport_SetParameter()
87 ap_hdl, a_index, ap_struct); in h264d_inport_SetParameter()
117 void * h264d_inport_class_init(void * ap_tos, void * ap_hdl) in h264d_inport_class_init() argument
119 void * tizavcport = tiz_get_type(ap_hdl, "tizavcport"); in h264d_inport_class_init()
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
129 void * tizavcport = tiz_get_type (ap_hdl, "tizavcport"); in h264d_inport_init()
130 void * h264dinport_class = tiz_get_type (ap_hdl, "h264dinport_class"); in h264d_inport_init()
[all …]
Dentrypoint.c53 static OMX_BOOL egl_image_validation_hook(const OMX_HANDLETYPE ap_hdl, in egl_image_validation_hook() argument
60 assert(ap_hdl); in egl_image_validation_hook()
68 p_krn = tiz_get_krn(ap_hdl); in egl_image_validation_hook()
81 OMX_ERRORTYPE OMX_ComponentInit (OMX_HANDLETYPE ap_hdl) in OMX_ComponentInit() argument
144 tiz_comp_init (ap_hdl, OMX_VID_COMP_NAME); in OMX_ComponentInit()
147 tiz_comp_register_types (ap_hdl, tf_list, 5); in OMX_ComponentInit()
150 tiz_comp_register_roles (ap_hdl, rf_list, 2); in OMX_ComponentInit()
154 (ap_hdl, (const OMX_U8 *) OMX_VID_DEC_AVC_ROLE, in OMX_ComponentInit()
Dh264d.c35 OMX_PTR instantiate_h264d_input_port(OMX_HANDLETYPE ap_hdl) in instantiate_h264d_input_port() argument
119 return factory_new (tiz_get_type(ap_hdl, "h264dinport"), in instantiate_h264d_input_port()
126 OMX_PTR instantiate_h264d_output_port(OMX_HANDLETYPE ap_hdl) in instantiate_h264d_output_port() argument
161 return factory_new(tiz_get_type(ap_hdl, "tizvideoport"), in instantiate_h264d_output_port()
166 OMX_PTR instantiate_h264d_config_port(OMX_HANDLETYPE ap_hdl) in instantiate_h264d_config_port() argument
168 return factory_new(tiz_get_type(ap_hdl, "tizconfigport"), in instantiate_h264d_config_port()
173 OMX_PTR instantiate_h264d_processor(OMX_HANDLETYPE ap_hdl) in instantiate_h264d_processor() argument
175 return factory_new(tiz_get_type(ap_hdl, "h264dprc")); in instantiate_h264d_processor()
Dh264e.c34 OMX_PTR instantiate_h264e_input_port(OMX_HANDLETYPE ap_hdl) in instantiate_h264e_input_port() argument
69 return factory_new(tiz_get_type(ap_hdl, "h264einport"), in instantiate_h264e_input_port()
74 OMX_PTR instantiate_h264e_output_port(OMX_HANDLETYPE ap_hdl) in instantiate_h264e_output_port() argument
168 return factory_new(tiz_get_type(ap_hdl, "h264eoutport"), in instantiate_h264e_output_port()
174 OMX_PTR instantiate_h264e_config_port(OMX_HANDLETYPE ap_hdl) in instantiate_h264e_config_port() argument
176 return factory_new(tiz_get_type(ap_hdl, "tizconfigport"), in instantiate_h264e_config_port()
181 OMX_PTR instantiate_h264e_processor(OMX_HANDLETYPE ap_hdl) in instantiate_h264e_processor() argument
183 return factory_new(tiz_get_type(ap_hdl, "h264eprc")); in instantiate_h264e_processor()
Dh264d.h35 OMX_PTR instantiate_h264d_config_port(OMX_HANDLETYPE ap_hdl);
36 OMX_PTR instantiate_h264d_input_port(OMX_HANDLETYPE ap_hdl);
37 OMX_PTR instantiate_h264d_output_port(OMX_HANDLETYPE ap_hdl);
38 OMX_PTR instantiate_h264d_processor(OMX_HANDLETYPE ap_hdl);
Dh264e.h50 OMX_PTR instantiate_h264e_config_port(OMX_HANDLETYPE ap_hdl);
51 OMX_PTR instantiate_h264e_input_port(OMX_HANDLETYPE ap_hdl);
52 OMX_PTR instantiate_h264e_output_port(OMX_HANDLETYPE ap_hdl);
53 OMX_PTR instantiate_h264e_processor(OMX_HANDLETYPE ap_hdl);
Dh264einport.h28 void * h264e_inport_class_init(void * ap_tos, void * ap_hdl);
29 void * h264e_inport_init(void * ap_tos, void * ap_hdl);
Dh264eoutport.h28 void * h264e_outport_class_init(void * ap_tos, void * ap_hdl);
29 void * h264e_outport_init(void * ap_tos, void * ap_hdl);
Dh264dinport.h28 void * h264d_inport_class_init(void * ap_tos, void * ap_hdl);
29 void * h264d_inport_init(void * ap_tos, void * ap_hdl);
Dh264eprc.h28 void * h264e_prc_class_init(void * ap_tos, void * ap_hdl);
29 void * h264e_prc_init(void * ap_tos, void * ap_hdl);
Dh264dprc.h28 void * h264d_prc_class_init(void * ap_tos, void * ap_hdl);
29 void * h264d_prc_init(void * ap_tos, void * ap_hdl);
Dh264dprc.c562 void * h264d_prc_class_init(void * ap_tos, void * ap_hdl) in h264d_prc_class_init() argument
564 void * tizprc = tiz_get_type(ap_hdl, "tizprc"); in h264d_prc_class_init()
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
580 void * tizprc = tiz_get_type(ap_hdl, "tizprc"); in h264d_prc_init()
581 void * h264dprc_class = tiz_get_type(ap_hdl, "h264dprc_class"); in h264d_prc_init()
587 ap_tos, ap_hdl, in h264d_prc_init()
Dh264eprc.c646 void * h264e_prc_class_init(void * ap_tos, void * ap_hdl) in h264e_prc_class_init() argument
648 void * tizprc = tiz_get_type(ap_hdl, "tizprc"); in h264e_prc_class_init()
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
664 void * tizprc = tiz_get_type(ap_hdl, "tizprc"); in h264e_prc_init()
665 void * h264eprc_class = tiz_get_type(ap_hdl, "h264eprc_class"); in h264e_prc_init()
671 ap_tos, ap_hdl, in h264e_prc_init()
Dentrypoint.h33 PUBLIC OMX_ERRORTYPE OMX_ComponentInit(OMX_HANDLETYPE ap_hdl);