Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_hle_interface.c182 WORD32 i4_num_resolutions = ps_hle_ctxt->ps_static_cfg_prms->s_tgt_lyr_prms.i4_num_res_layers; in ihevce_hle_interface_create() local
201 if(i4_num_resolutions > 1) in ihevce_hle_interface_create()
291 for(ctr = 0; ctr < i4_num_resolutions; ctr++) in ihevce_hle_interface_create()
442 for(ctr = 0; ctr < i4_num_resolutions; ctr++) in ihevce_hle_interface_create()
454 pi4_active_res_id[i4_num_resolutions] = 0; in ihevce_hle_interface_create()
488 WORD32 ctb_align_pic_ht, i4_resolution_id = 0, i4_num_resolutions, i4_num_bitrate_instances; in ihevce_query_io_buf_req() local
493 i4_num_resolutions = ps_hle_ctxt->ps_static_cfg_prms->s_tgt_lyr_prms.i4_num_res_layers; in ihevce_query_io_buf_req()
539 for(i4_resolution_id_ctr = 0; i4_resolution_id_ctr < i4_num_resolutions; i4_resolution_id_ctr++) in ihevce_query_io_buf_req()
657 i4_num_resolutions = ps_hle_ctxt->ps_static_cfg_prms->s_tgt_lyr_prms.i4_num_res_layers; in ihevce_create_ports() local
663 for(res_ctr = 0; res_ctr < i4_num_resolutions; res_ctr++) in ihevce_create_ports()
[all …]
Dihevce_plugin.c815 WORD32 i4_num_resolutions; in ihevce_init() local
831 i4_num_resolutions = ps_ctxt->ps_static_cfg_prms->s_tgt_lyr_prms.i4_num_res_layers; in ihevce_init()
839 for(i4_res_id = 0; i4_res_id < i4_num_resolutions; i4_res_id++) in ihevce_init()
902 for(i4_res_id = 0; i4_res_id < i4_num_resolutions; i4_res_id++) in ihevce_init()
1096 for(i4_res_id = 0; i4_res_id < i4_num_resolutions; i4_res_id++) in ihevce_init()
1246 WORD32 i4_num_resolutions; in ihevce_receive_out_buffer() local
1249 i4_num_resolutions = ps_ctxt->ps_static_cfg_prms->s_tgt_lyr_prms.i4_num_res_layers; in ihevce_receive_out_buffer()
1250 for(i4_res_id = 0; i4_res_id < i4_num_resolutions; i4_res_id++) in ihevce_receive_out_buffer()
1278 for(i4_res_id = 0; i4_res_id < i4_num_resolutions; i4_res_id++) in ihevce_receive_out_buffer()
1292 for(i4_res_id = 0; i4_res_id < i4_num_resolutions; i4_res_id++) in ihevce_receive_out_buffer()
[all …]
Dihevce_error_check.c163 WORD32 i4_num_resolutions; in ihevce_hle_validate_static_params() local
168 i4_num_resolutions = ps_static_cfg_prms->s_tgt_lyr_prms.i4_num_res_layers; in ihevce_hle_validate_static_params()
169 for(i4_resolution_id = 0; i4_resolution_id < i4_num_resolutions; i4_resolution_id++) in ihevce_hle_validate_static_params()
963 if((i4_num_resolutions < 1) || (i4_num_resolutions > IHEVCE_MAX_NUM_RESOLUTIONS)) in ihevce_hle_validate_static_params()
970 if((ps_static_cfg_prms->i4_res_id < 0) || (ps_static_cfg_prms->i4_res_id >= i4_num_resolutions)) in ihevce_hle_validate_static_params()
995 if((1 == i4_num_resolutions) && (1 == ps_static_cfg_prms->s_tgt_lyr_prms.i4_mres_single_out)) in ihevce_hle_validate_static_params()
1020 for(i4_resolution_id = 0; i4_resolution_id < i4_num_resolutions; i4_resolution_id++) in ihevce_hle_validate_static_params()
1319 for(i4_resolution_id = 0; i4_resolution_id < i4_num_resolutions; i4_resolution_id++) in ihevce_hle_validate_static_params()
1342 for(i4_resolution_id = 0; i4_resolution_id < i4_num_resolutions; i4_resolution_id++) in ihevce_hle_validate_static_params()