Home
last modified time | relevance | path

Searched refs:ps_dec_hdl (Results 1 – 5 of 5) sorted by relevance

/external/libavc/decoder/mvc/
Dimvcd_api.c62 static void imvcd_free_static_bufs(iv_obj_t *ps_dec_hdl) in imvcd_free_static_bufs() argument
71 if(!ps_dec_hdl) in imvcd_free_static_bufs()
76 ps_mvcd_ctxt = (mvc_dec_ctxt_t *) ps_dec_hdl->pv_codec_handle; in imvcd_free_static_bufs()
147 if(ps_dec_hdl) in imvcd_free_static_bufs()
149 pf_aligned_free(pv_mem_ctxt, ps_dec_hdl); in imvcd_free_static_bufs()
474 iv_obj_t *ps_dec_hdl; in imvcd_allocate_static_bufs() local
484 i4_mem_size = sizeof(ps_dec_hdl[0]); in imvcd_allocate_static_bufs()
485 ps_op->s_ivd_op.pv_handle = ps_dec_hdl = in imvcd_allocate_static_bufs()
488 if(NULL == ps_dec_hdl) in imvcd_allocate_static_bufs()
494 ps_dec_hdl->pv_codec_handle = ps_mvcd_ctxt = in imvcd_allocate_static_bufs()
[all …]
Dimvcd_api_utils.h42 extern IV_API_CALL_STATUS_T imvcd_check_decode_structs(iv_obj_t *ps_dec_hdl,
46 extern void imvcd_au_init(iv_obj_t *ps_dec_hdl, imvcd_video_decode_ip_t *ps_ip,
Dimvcd_api_utils.c200 IV_API_CALL_STATUS_T imvcd_check_decode_structs(iv_obj_t *ps_dec_hdl, in imvcd_check_decode_structs() argument
206 mvc_dec_ctxt_t *ps_mvcd_ctxt = (mvc_dec_ctxt_t *) ps_dec_hdl->pv_codec_handle; in imvcd_check_decode_structs()
309 void imvcd_au_init(iv_obj_t *ps_dec_hdl, imvcd_video_decode_ip_t *ps_ip, in imvcd_au_init() argument
314 mvc_dec_ctxt_t *ps_mvcd_ctxt = (mvc_dec_ctxt_t *) ps_dec_hdl->pv_codec_handle; in imvcd_au_init()
Dimvcd.h42 extern IV_API_CALL_STATUS_T imvcd_api_function(iv_obj_t *ps_dec_hdl, void *pv_ip, void *pv_op);
/external/libavc/decoder/svc/
Disvcd_api.h48 extern IV_API_CALL_STATUS_T isvcd_delete(iv_obj_t *ps_dec_hdl);
50 extern IV_API_CALL_STATUS_T isvcd_decode_au(iv_obj_t *ps_dec_hdl,
54 extern IV_API_CALL_STATUS_T isvcd_ctl_cmd_handler(iv_obj_t *ps_dec_hdl, ivd_avc_ext_ctl_ip_t *ps_ip,