Lines Matching defs:enc
92 static void reset_enc_task(MppEncImpl *enc) in reset_enc_task()
106 static void update_enc_hal_info(MppEncImpl *enc) in update_enc_hal_info()
125 static void update_hal_info_fps(MppEncImpl *enc) in update_hal_info_fps()
190 static MPP_RET check_enc_task_wait(MppEncImpl *enc, EncAsyncWait *wait) in check_enc_task_wait()
241 static void check_low_delay_part_mode(MppEncImpl *enc) in check_low_delay_part_mode()
259 static void check_low_delay_output(MppEncImpl *enc) in check_low_delay_output()
288 MppEncImpl *enc = (MppEncImpl *)ctx; in mpp_enc_callback() local
403 static void enc_set_rc_updated(MppEncImpl *enc, const char *log_str) in enc_set_rc_updated()
412 static void enc_set_resend_hdr(MppEncImpl *enc, const char *log_str) in enc_set_resend_hdr()
470 static void proc_prep_cfg(MppEncImpl *enc) in proc_prep_cfg()
675 static void proc_rc_cfg(MppEncImpl *enc) in proc_rc_cfg()
846 static void proc_hw_cfg(MppEncImpl *enc) in proc_hw_cfg()
887 static void proc_tune_cfg(MppEncImpl *enc) in proc_tune_cfg()
1006 static void proc_h264_cfg(MppEncImpl *enc) in proc_h264_cfg()
1069 static void proc_h265_cfg(MppEncImpl *enc) in proc_h265_cfg()
1120 static void proc_jpeg_cfg(MppEncImpl *enc) in proc_jpeg_cfg()
1211 static void proc_vp8_cfg(MppEncImpl *enc) in proc_vp8_cfg()
1225 static MPP_RET mpp_enc_control_set_ref_cfg(MppEncImpl *enc, void *param) in mpp_enc_control_set_ref_cfg()
1255 MPP_RET mpp_enc_proc_cfg(MppEncImpl *enc, MpiCmd cmd, void *param) in mpp_enc_proc_cfg()
1675 MPP_RET mpp_enc_proc_rc_update(MppEncImpl *enc) in mpp_enc_proc_rc_update()
1740 static MPP_RET mpp_enc_check_frm_pkt(MppEncImpl *enc) in mpp_enc_check_frm_pkt()
1769 static MPP_RET mpp_enc_check_pkt_buf(MppEncImpl *enc) in mpp_enc_check_pkt_buf()
1806 MppEncImpl *enc = (MppEncImpl *)mpp->mEnc; in mpp_enc_proc_two_pass() local
1866 static void mpp_enc_rc_info_backup(MppEncImpl *enc, EncAsyncTaskInfo *task) in mpp_enc_rc_info_backup()
1876 MppEncImpl *enc = (MppEncImpl *)mpp->mEnc; in mpp_enc_force_pskip_check() local
1913 MppEncImpl *enc = (MppEncImpl *)mpp->mEnc; in mpp_enc_force_pskip() local
1973 MppEncImpl *enc = (MppEncImpl *)mpp->mEnc; in mpp_enc_get_pskip_mode() local
2004 static void mpp_enc_add_sw_header(MppEncImpl *enc, HalEncTask *hal_task) in mpp_enc_add_sw_header()
2080 MppEncImpl *enc = (MppEncImpl *)mpp->mEnc; in mpp_enc_normal() local
2186 MppEncImpl *enc = (MppEncImpl *)mpp->mEnc; in mpp_enc_reenc_simple() local
2233 MppEncImpl *enc = (MppEncImpl *)mpp->mEnc; in mpp_enc_reenc_drop() local
2256 MppEncImpl *enc = (MppEncImpl *)mpp->mEnc; in mpp_enc_reenc_force_pskip() local
2292 static void mpp_enc_terminate_task(MppEncImpl *enc, EncAsyncTaskInfo *task) in mpp_enc_terminate_task()
2325 static MPP_RET try_get_enc_task(MppEncImpl *enc, EncAsyncTaskInfo *task, EncAsyncWait *wait) in try_get_enc_task()
2508 MppEncImpl *enc = (MppEncImpl *)mpp->mEnc; in try_proc_low_deley_task() local
2703 static MPP_RET set_enc_info_to_packet(MppEncImpl *enc, HalEncTask *hal_task) in set_enc_info_to_packet()
2760 static MPP_RET try_proc_normal_task(MppEncImpl *enc, EncAsyncTaskInfo *task) in try_proc_normal_task()
2852 MppEncImpl *enc = (MppEncImpl *)mpp->mEnc; in mpp_enc_thread() local
2960 static void async_task_terminate(MppEncImpl *enc, EncAsyncTaskInfo *async) in async_task_terminate()
3009 static void async_task_skip(MppEncImpl *enc) in async_task_skip()
3100 static MPP_RET check_async_pkt_buf(MppEncImpl *enc, EncAsyncTaskInfo *async) in check_async_pkt_buf()
3138 static MPP_RET try_get_async_task(MppEncImpl *enc, EncAsyncWait *wait) in try_get_async_task()
3359 static MPP_RET try_proc_processing_task(MppEncImpl *enc, EncAsyncWait *wait) in try_proc_processing_task()
3380 static MPP_RET proc_async_task(MppEncImpl *enc, EncAsyncWait *wait) in proc_async_task()
3470 static MPP_RET check_enc_async_wait(MppEncImpl *enc, EncAsyncWait *wait) in check_enc_async_wait()
3511 static MPP_RET enc_async_wait_task(MppEncImpl *enc, EncAsyncTaskInfo *info) in enc_async_wait_task()
3588 MppEncImpl *enc = (MppEncImpl *)mpp->mEnc; in mpp_enc_async_thread() local