Searched refs:dec_hdl (Results 1 – 3 of 3) sorted by relevance
/external/libavc/decoder/ |
D | ih264d_api.c | 135 WORD32 ih264d_get_frame_dimensions(iv_obj_t *dec_hdl, 138 WORD32 ih264d_get_vui_params(iv_obj_t *dec_hdl, 142 WORD32 ih264d_get_sei_mdcv_params(iv_obj_t *dec_hdl, 146 WORD32 ih264d_get_sei_cll_params(iv_obj_t *dec_hdl, 150 WORD32 ih264d_get_sei_ave_params(iv_obj_t *dec_hdl, 154 WORD32 ih264d_get_sei_ccv_params(iv_obj_t *dec_hdl, 158 WORD32 ih264d_set_num_cores(iv_obj_t *dec_hdl, void *pv_api_ip, void *pv_api_op); 1028 WORD32 ih264d_set_processor(iv_obj_t *dec_hdl, void *pv_api_ip, void *pv_api_op) in ih264d_set_processor() argument 1032 dec_struct_t *ps_codec = (dec_struct_t *)dec_hdl->pv_codec_handle; in ih264d_set_processor() 1320 WORD32 ih264d_free_static_bufs(iv_obj_t *dec_hdl) in ih264d_free_static_bufs() argument [all …]
|
D | ih264d_parse_headers.h | 41 WORD32 ih264d_parse_nal_unit(iv_obj_t *dec_hdl,
|
D | ih264d_parse_headers.c | 1217 WORD32 ih264d_parse_nal_unit(iv_obj_t *dec_hdl, in ih264d_parse_nal_unit() argument 1226 dec_struct_t *ps_dec = (dec_struct_t *)dec_hdl->pv_codec_handle; in ih264d_parse_nal_unit()
|