Searched refs:i4_enc_frm_id_rc (Results 1 – 2 of 2) sorted by relevance
/external/libhevc/encoder/ |
D | ihevce_rc_interface.c | 4905 WORD32 i4_enc_frm_id_rc, in ihevce_rc_store_retrive_update_info() argument 4918 &ps_rc_ctxt->as_rc_frame_stat_store[i4_enc_frm_id_rc][bit_rate_id], in ihevce_rc_store_retrive_update_info() 4921 memcpy(&ps_rc_ctxt->out_buf_id[i4_enc_frm_id_rc][bit_rate_id], pout_buf_id, sizeof(WORD32)); in ihevce_rc_store_retrive_update_info() 4922 memcpy(&ps_rc_ctxt->i4_pic_type[i4_enc_frm_id_rc], pi4_rc_pic_type, sizeof(WORD32)); in ihevce_rc_store_retrive_update_info() 4923 memcpy(&ps_rc_ctxt->cur_qp[i4_enc_frm_id_rc][bit_rate_id], pcur_qp, sizeof(WORD32)); in ihevce_rc_store_retrive_update_info() 4925 &ps_rc_ctxt->as_lap_out[i4_enc_frm_id_rc], in ihevce_rc_store_retrive_update_info() 4929 &ps_rc_ctxt->as_rc_lap_out[i4_enc_frm_id_rc], in ihevce_rc_store_retrive_update_info() 4940 ps_rc_ctxt->as_rc_lap_out[i4_enc_frm_id_rc].i4_next_pic_type = in ihevce_rc_store_retrive_update_info() 4942 ps_rc_ctxt->as_rc_lap_out[i4_enc_frm_id_rc].i4_next_scene_type = in ihevce_rc_store_retrive_update_info() 4952 ps_rc_ctxt->as_rc_lap_out[i4_enc_frm_id_rc].i4_next_pic_type = IV_I_FRAME; in ihevce_rc_store_retrive_update_info() [all …]
|
D | ihevce_frame_process.c | 2826 WORD32 i4_enc_frm_id_rc, in ihevce_rc_close() argument 2843 i4_enc_frm_id_rc, in ihevce_rc_close() 2870 i4_enc_frm_id_rc); //ps_curr_out->i4_inp_timestamp_low) in ihevce_rc_close() 2871 i4_enc_frm_id_rc++; in ihevce_rc_close() 2872 i4_enc_frm_id_rc = (i4_enc_frm_id_rc % ps_enc_ctxt->i4_max_fr_enc_loop_parallel_rc); in ihevce_rc_close() 2905 WORD32 i4_enc_frm_id_rc = 0; in ihevce_enc_frm_proc_slave_thrd() local 3199 i4_enc_frm_id_rc = 0; in ihevce_enc_frm_proc_slave_thrd() 3741 i4_enc_frm_id_rc); in ihevce_enc_frm_proc_slave_thrd() 3791 i4_enc_frm_id_rc, in ihevce_enc_frm_proc_slave_thrd() 3815 i4_enc_frm_id_rc); in ihevce_enc_frm_proc_slave_thrd() [all …]
|