Searched refs:ps_svcd_ctxt (Results 1 – 3 of 3) sorted by relevance
444 svc_dec_ctxt_t *ps_svcd_ctxt; in api_check_struct_sanity() local447 ps_svcd_ctxt = (svc_dec_ctxt_t *) (ps_handle->pv_codec_handle); in api_check_struct_sanity()448 ps_svc_lyr_dec = &ps_svcd_ctxt->ps_svc_dec_lyr[0]; in api_check_struct_sanity()984 svc_dec_ctxt_t *ps_svcd_ctxt; in isvcd_set_processor() local985 ps_svcd_ctxt = (svc_dec_ctxt_t *) dec_hdl->pv_codec_handle; in isvcd_set_processor()990 ps_svcd_ctxt->e_processor_arch = (IVD_ARCH_T) ps_ip->u4_arch; in isvcd_set_processor()991 ps_svcd_ctxt->e_processor_soc = (IVD_SOC_T) ps_ip->u4_soc; in isvcd_set_processor()995 ps_codec = &ps_svcd_ctxt->ps_svc_dec_lyr[u1_layer_id]; in isvcd_set_processor()1278 void isvcd_nal_parse_ctxt_free(svc_dec_ctxt_t *ps_svcd_ctxt) in isvcd_nal_parse_ctxt_free() argument1285 ps_svc_lyr_dec = &ps_svcd_ctxt->ps_svc_dec_lyr[0]; in isvcd_nal_parse_ctxt_free()[all …]
768 psvcd_dec_ctxt = ps_svc_lyr_dec->ps_svcd_ctxt; in isvcd_parse_decode_slice_ext_nal()1617 svc_dec_ctxt_t *ps_svcd_ctxt; in isvcd_parse_slice_header() local1620 ps_svcd_ctxt = ps_svc_lyr_dec->ps_svcd_ctxt; in isvcd_parse_slice_header()1644 &ps_svcd_ctxt->ps_svc_dec_lyr[ps_svc_lyr_dec->u1_ref_layer_id]; in isvcd_parse_slice_header()1992 psvcd_dec_ctxt = ps_svc_lyr_dec->ps_svcd_ctxt; in isvcd_parse_decode_slice()
633 void *ps_svcd_ctxt; member