Home
last modified time | relevance | path

Searched refs:u1_enc_buf_overflow (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libavc/encoder/svc/
H A Disvce_rate_control.c553 UWORD8 u1_enc_buf_overflow, u1_enc_buf_underflow; in isvce_rc_post_enc() local
557 &i4_get_num_bit_to_prevent_vbv_overflow, &u1_enc_buf_overflow, in isvce_rc_post_enc()
563 if((u1_enc_buf_overflow == 1) && (i4_is_first_frame != 1)) in isvce_rc_post_enc()
588 if(u1_enc_buf_overflow == 1 && (pe_vop_coding_type[0] != I_PIC)) in isvce_rc_post_enc()
/aosp_15_r20/external/libavc/encoder/
H A Dih264e_rate_control.c587 UWORD8 u1_enc_buf_overflow,u1_enc_buf_underflow; in ih264e_rc_post_enc() local
592 &u1_enc_buf_overflow,&u1_enc_buf_underflow); in ih264e_rc_post_enc()
595 if ((u1_enc_buf_overflow == 1) && (i4_is_first_frame != 1)) in ih264e_rc_post_enc()