Searched refs:s_multi_thrd_prms (Results 1 – 6 of 6) sorted by relevance
228 i4_total_cores = ps_enc_static_cfg_params->s_multi_thrd_prms.i4_max_num_cores; in ihevce_hle_interface_create()231 if((ps_enc_static_cfg_params->s_multi_thrd_prms.i4_memory_alloc_ctrl_flag > 2) || in ihevce_hle_interface_create()232 (ps_enc_static_cfg_params->s_multi_thrd_prms.i4_memory_alloc_ctrl_flag < 0)) in ihevce_hle_interface_create()238 (ps_enc_static_cfg_params->s_multi_thrd_prms.i4_use_thrd_affinity == 1)) in ihevce_hle_interface_create()1159 i4_proc_grp_count = ps_enc_ctxt_base->ps_stat_prms->s_multi_thrd_prms.i4_num_proc_groups; in ihevce_hle_interface_thrd()1166 ps_enc_ctxt_base->ps_stat_prms->s_multi_thrd_prms.ai4_num_cores_per_grp[ctr]; 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()[all …]
329 ps_params->s_multi_thrd_prms.i4_size = sizeof(ihevce_static_multi_thread_params_t); in ihevce_set_def_params()330 ps_params->s_multi_thrd_prms.i4_max_num_cores = 1; in ihevce_set_def_params()331 ps_params->s_multi_thrd_prms.i4_memory_alloc_ctrl_flag = 0; in ihevce_set_def_params()332 ps_params->s_multi_thrd_prms.i4_num_proc_groups = 1; in ihevce_set_def_params()333 ps_params->s_multi_thrd_prms.ai4_num_cores_per_grp[0] = -1; in ihevce_set_def_params()334 ps_params->s_multi_thrd_prms.i4_use_thrd_affinity = -1; //0; in ihevce_set_def_params()335 memset(&ps_params->s_multi_thrd_prms.au8_core_aff_mask[0], 0, sizeof(ULWORD64) * MAX_NUM_CORES); in ihevce_set_def_params()671 if(ps_params->s_multi_thrd_prms.i4_use_thrd_affinity) in ihevce_init()676 for(i4_ctr = 0; i4_ctr < ps_params->s_multi_thrd_prms.i4_max_num_cores; i4_ctr++) in ihevce_init()679 ps_params->s_multi_thrd_prms.au8_core_aff_mask[i4_ctr] = ((ULWORD64)1 << i4_ctr); in ihevce_init()
326 …d, i4_br_id, "IHEVCE : i4_max_num_cores %d \n", ps_static_cfg_prms->s_multi_thrd_prms.i4_max_num_c… in ihevce_hle_validate_static_params()327 …4_br_id, "IHEVCE : i4_use_thrd_affinity %d \n", ps_static_cfg_prms->s_multi_thrd_prms.i4_use_thrd_… in ihevce_hle_validate_static_params()433 if(ps_static_cfg_prms->s_multi_thrd_prms.i4_num_proc_groups > MAX_NUMBER_PROC_GRPS) in ihevce_hle_validate_static_params()664 if((ps_static_cfg_prms->s_multi_thrd_prms.i4_max_num_cores > MAX_NUM_CORES) || in ihevce_hle_validate_static_params()665 (ps_static_cfg_prms->s_multi_thrd_prms.i4_max_num_cores < 1)) in ihevce_hle_validate_static_params()1309 if(ps_static_cfg_prms->s_multi_thrd_prms.i4_size != sizeof(ihevce_static_multi_thread_params_t)) in ihevce_hle_validate_static_params()
1075 ihevce_static_multi_thread_params_t s_multi_thrd_prms; member
344 mem_alloc_ctrl_flag = ps_enc_ctxt->ps_stat_prms->s_multi_thrd_prms.i4_memory_alloc_ctrl_flag; in ihevce_mem_manager_init()
413 ps_static_prms->s_multi_thrd_prms.i4_max_num_cores = i4_value; in parse_argument()