Home
last modified time | relevance | path

Searched refs:e_processor_soc (Results 1 – 7 of 7) sorted by relevance

/external/libhevc/decoder/arm/
Dihevcd_function_selector.c93 switch(ps_codec->e_processor_soc) in ihevcd_init_function_ptr()
/external/libhevc/decoder/
Dihevcd_api.c1114 ps_codec->e_processor_soc = SOC_GENERIC; in ihevcd_init()
3315 ps_codec->e_processor_soc = (IVD_SOC_T)ps_ip->u4_soc; in ihevcd_set_processor()
3321 if(ps_codec->e_processor_soc && (ps_codec->e_processor_soc <= SOC_HISI_37X)) in ihevcd_set_processor()
3324 if(ps_codec->e_processor_soc & 0x80) in ihevcd_set_processor()
3328 ps_codec->e_processor_soc &= 0x7F; in ihevcd_set_processor()
3330 if(ps_codec->e_processor_soc) in ihevcd_set_processor()
3331 ps_codec->u4_nctb = ps_codec->e_processor_soc; in ihevcd_set_processor()
3336 if((ps_codec->e_processor_soc == SOC_HISI_37X) && (ps_codec->i4_num_cores == 2)) in ihevcd_set_processor()
Dihevcd_structs.h2157 IVD_SOC_T e_processor_soc; member
/external/libmpeg2/decoder/
Dimpeg2d_structs.h376 IVD_SOC_T e_processor_soc; member
Dimpeg2d_api_main.c422 ps_codec->e_processor_soc = (IVD_SOC_T)ps_ip->u4_soc; in impeg2d_set_processor()
/external/libavc/decoder/
Dih264d_structs.h1289 IVD_SOC_T e_processor_soc; member
Dih264d_api.c889 ps_codec->e_processor_soc = (IVD_SOC_T)ps_ip->u4_soc; in ih264d_set_processor()