Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dirc_rate_control_api.c229 else if(ps_rate_control_api->e_rc_type == VBR_STREAMING) in irc_initialise_rate_control()
252 || (ps_rate_control_api->e_rc_type == VBR_STREAMING) in irc_initialise_rate_control()
364 && (ps_rate_control_api->e_rc_type != VBR_STREAMING)) in irc_get_frame_level_qp()
487 else if(ps_rate_control_api->e_rc_type == VBR_STREAMING) in irc_get_frame_level_qp()
707 else if(ps_rate_control_api->e_rc_type == VBR_STREAMING) in irc_get_buffer_status()
860 else if(ps_rate_control_api->e_rc_type == VBR_STREAMING) in irc_update_frame_level_info()
1173 if(ps_rate_control_api->e_rc_type == VBR_STREAMING) in irc_change_intra_frm_int_call()
1267 else if(ps_rate_control_api->e_rc_type == VBR_STREAMING) in irc_change_frame_rate()
1390 else if(ps_rate_control_api->e_rc_type == VBR_STREAMING) in irc_change_peak_bit_rate()
1597 || ps_rate_control_api->e_rc_type == VBR_STREAMING) in irc_get_vbv_buf_size()
Dirc_cntrl_param.h31 VBR_STREAMING = 2, enumerator
/external/libhevc/encoder/
Dcbr_buffer_control.c133 if(ps_cbr_buffer->e_rc_type == VBR_STREAMING) in set_upper_lower_vbv_threshold()
230 else if(e_rc_type == VBR_STREAMING) in init_cbr_buffer()
464 if(e_rc_type == VBR_STREAMING) in get_cbr_buffer_status()
520 if(ps_cbr_buffer->e_rc_type == VBR_STREAMING && ps_cbr_buffer->i8_tot_frm_to_be_encoded < 0) in update_cbr_buffer()
967 if(ps_cbr_buffer->e_rc_type == VBR_STREAMING) in get_buf_max_drain_rate()
1003 if(ps_cbr_buffer->e_rc_type == VBR_STREAMING) in get_vbv_buffer_based_excess()
1036 if(ps_cbr_buffer->e_rc_type == VBR_STREAMING) in get_vbv_buffer_based_excess()
1081 if(ps_cbr_buffer->e_rc_type == VBR_STREAMING) in get_error_bits_for_desired_buf()
1106 else if(ps_cbr_buffer->e_rc_type == VBR_STREAMING) in get_error_bits_for_desired_buf()
Drc_cntrl_param.h76 VBR_STREAMING = 2, enumerator
Drate_control_api.c405 else if(ps_rate_control_api->e_rc_type == VBR_STREAMING) in initialise_rate_control()
437 (ps_rate_control_api->e_rc_type == VBR_STREAMING) || in initialise_rate_control()
1042 if(rc_type == VBR_STREAMING) in clip_qp_based_on_prev_ref()
1172 (ps_rate_control_api->e_rc_type != VBR_STREAMING)) in get_frame_level_qp()
1381 if(rc_type == VBR_STREAMING) in get_frame_level_qp()
1552 i4_clip_flag = i4_clip_flag && (ps_rate_control_api->e_rc_type == VBR_STREAMING); in get_frame_level_qp()
1836 else if(ps_rate_control_api->e_rc_type == VBR_STREAMING) in get_buffer_status()
2132 ps_rate_control_api->e_rc_type == VBR_STREAMING) in update_frame_level_info()
2818 if(ps_rate_control_api->e_rc_type == VBR_STREAMING) in change_intra_frm_int_call()
2857 else if(ps_rate_control_api->e_rc_type == VBR_STREAMING) in change_frame_rate()
Dbit_allocation.c1119 if((rc_type == VBR_STREAMING) && (i4_call_type == 1)) in bit_alloc_get_intra_bits()
1467 if(rc_type == VBR_STREAMING) in get_cur_frm_est_texture_bits()
1825 if(e_rc_type == VBR_STREAMING) in update_cur_frm_consumed_bits()
1847 if((e_rc_type == VBR_STREAMING) && (i4_gop_correction <= 0)) in update_cur_frm_consumed_bits()
2738 if(e_rc_type == VBR_STREAMING) in rc_update_bit_distribution_gop_level_2pass()
2755 if(e_rc_type == VBR_STREAMING) in rc_update_bit_distribution_gop_level_2pass()
2907 if(e_rc_type == VBR_STREAMING) in set_bit_allocation_i_frames()
Dihevce_rc_interface.c538 if((ps_init_prms->s_config_prms.i4_rate_control_mode == VBR_STREAMING) && in ihevce_rc_mem_init()
551 ps_rc_ctxt->e_rate_control_type = VBR_STREAMING; in ihevce_rc_mem_init()
557 (ps_rc_ctxt->e_rate_control_type == VBR_STREAMING)); in ihevce_rc_mem_init()
562 if(ps_rc_ctxt->e_rate_control_type == VBR_STREAMING) in ihevce_rc_mem_init()
5745 if(ps_rc_ctxt->e_rate_control_type == VBR_STREAMING) in ihevce_vbv_compliance_frame_level_update()