Home
last modified time | relevance | path

Searched refs:ps_svcd_ctxt (Results 1 – 3 of 3) sorted by relevance

/external/libavc/decoder/svc/
Disvcd_api.c444 svc_dec_ctxt_t *ps_svcd_ctxt; in api_check_struct_sanity() local
447 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() local
985 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() argument
1285 ps_svc_lyr_dec = &ps_svcd_ctxt->ps_svc_dec_lyr[0]; in isvcd_nal_parse_ctxt_free()
[all …]
Disvcd_parse_slice.c768 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() local
1620 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()
Disvcd_structs.h633 void *ps_svcd_ctxt; member