Home
last modified time | relevance | path

Searched refs:i4_num_proc_groups (Results 1 – 4 of 4) sorted by relevance

/external/libhevc/encoder/
Dihevce_hle_interface.c1159 i4_proc_grp_count = ps_enc_ctxt_base->ps_stat_prms->s_multi_thrd_prms.i4_num_proc_groups; in ihevce_hle_interface_thrd()
1248 if(ps_enc_ctxt_base->ps_stat_prms->s_multi_thrd_prms.i4_num_proc_groups > 1) in ihevce_hle_interface_thrd()
1252 ps_hle_ctxt->ps_static_cfg_prms->s_multi_thrd_prms.i4_num_proc_groups - 1; in ihevce_hle_interface_thrd()
1286 if(ps_enc_ctxt_base->ps_stat_prms->s_multi_thrd_prms.i4_num_proc_groups > 1) in ihevce_hle_interface_thrd()
1291 ps_enc_ctxt_base->ps_stat_prms->s_multi_thrd_prms.i4_num_proc_groups; in ihevce_hle_interface_thrd()
1349 (ps_enc_ctxt_base->ps_stat_prms->s_multi_thrd_prms.i4_num_proc_groups > 1)) in ihevce_hle_interface_thrd()
1362 (ps_enc_ctxt_base->ps_stat_prms->s_multi_thrd_prms.i4_num_proc_groups > 1)) in ihevce_hle_interface_thrd()
1403 if(ps_enc_ctxt_base->ps_stat_prms->s_multi_thrd_prms.i4_num_proc_groups > 1) in ihevce_hle_interface_thrd()
1408 ps_enc_ctxt_base->ps_stat_prms->s_multi_thrd_prms.i4_num_proc_groups; in ihevce_hle_interface_thrd()
1469 (ps_enc_ctxt_base->ps_stat_prms->s_multi_thrd_prms.i4_num_proc_groups > 1)) in ihevce_hle_interface_thrd()
[all …]
Dihevce_api.h890 WORD32 i4_num_proc_groups; member
Dihevce_plugin.c332 ps_params->s_multi_thrd_prms.i4_num_proc_groups = 1; in ihevce_set_def_params()
Dihevce_error_check.c433 if(ps_static_cfg_prms->s_multi_thrd_prms.i4_num_proc_groups > MAX_NUMBER_PROC_GRPS) in ihevce_hle_validate_static_params()