Searched defs:ap_hdl (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/ |
D | h264d.c | 35 OMX_PTR instantiate_h264d_input_port(OMX_HANDLETYPE ap_hdl) in instantiate_h264d_input_port() 126 OMX_PTR instantiate_h264d_output_port(OMX_HANDLETYPE ap_hdl) in instantiate_h264d_output_port() 166 OMX_PTR instantiate_h264d_config_port(OMX_HANDLETYPE ap_hdl) in instantiate_h264d_config_port() 173 OMX_PTR instantiate_h264d_processor(OMX_HANDLETYPE ap_hdl) in instantiate_h264d_processor()
|
D | h264e.c | 34 OMX_PTR instantiate_h264e_input_port(OMX_HANDLETYPE ap_hdl) in instantiate_h264e_input_port() 74 OMX_PTR instantiate_h264e_output_port(OMX_HANDLETYPE ap_hdl) in instantiate_h264e_output_port() 174 OMX_PTR instantiate_h264e_config_port(OMX_HANDLETYPE ap_hdl) in instantiate_h264e_config_port() 181 OMX_PTR instantiate_h264e_processor(OMX_HANDLETYPE ap_hdl) in instantiate_h264e_processor()
|
D | h264einport.c | 42 static OMX_ERRORTYPE enc_AllocateBackTexture(OMX_HANDLETYPE ap_hdl, in enc_AllocateBackTexture() 97 static OMX_ERRORTYPE h264e_inport_AllocateBuffer(const void * ap_obj, OMX_HANDLETYPE ap_hdl, in h264e_inport_AllocateBuffer() 128 static OMX_ERRORTYPE h264e_inport_UseBuffer(const void * ap_obj, OMX_HANDLETYPE ap_hdl, in h264e_inport_UseBuffer() 151 static OMX_ERRORTYPE h264e_inport_FreeBuffer(const void * ap_obj, OMX_HANDLETYPE ap_hdl, in h264e_inport_FreeBuffer() 182 void * h264e_inport_class_init(void * ap_tos, void * ap_hdl) in h264e_inport_class_init() 192 void * h264e_inport_init(void * ap_tos, void * ap_hdl) in h264e_inport_init()
|
D | h264eoutport.c | 58 static OMX_ERRORTYPE h264e_outport_AllocateBuffer(const void * ap_obj, OMX_HANDLETYPE ap_hdl, in h264e_outport_AllocateBuffer() 79 static OMX_ERRORTYPE h264e_outport_FreeBuffer(const void * ap_obj, OMX_HANDLETYPE ap_hdl, in h264e_outport_FreeBuffer() 111 void * h264e_outport_class_init(void * ap_tos, void * ap_hdl) in h264e_outport_class_init() 121 void * h264e_outport_init(void * ap_tos, void * ap_hdl) in h264e_outport_init()
|
D | h264dinport.c | 60 static OMX_ERRORTYPE h264d_inport_SetParameter(const void * ap_obj, OMX_HANDLETYPE ap_hdl, in h264d_inport_SetParameter() 117 void * h264d_inport_class_init(void * ap_tos, void * ap_hdl) in h264d_inport_class_init() 127 void * h264d_inport_init(void * ap_tos, void * ap_hdl) in h264d_inport_init()
|
D | entrypoint.c | 53 static OMX_BOOL egl_image_validation_hook(const OMX_HANDLETYPE ap_hdl, in egl_image_validation_hook() 81 OMX_ERRORTYPE OMX_ComponentInit (OMX_HANDLETYPE ap_hdl) in OMX_ComponentInit()
|
D | h264dprc.c | 562 void * h264d_prc_class_init(void * ap_tos, void * ap_hdl) in h264d_prc_class_init() 578 void * h264d_prc_init(void * ap_tos, void * 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() 662 void * h264e_prc_init(void * ap_tos, void * ap_hdl) in h264e_prc_init()
|