Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_enc_v2.cpp40 MppEncImpl *p = NULL; in mpp_enc_init_v2()
54 p = mpp_calloc(MppEncImpl, 1); in mpp_enc_init_v2()
156 MppEncImpl *enc = (MppEncImpl *)ctx; in mpp_enc_deinit_v2()
212 MppEncImpl *enc = (MppEncImpl *)ctx; in mpp_enc_start_v2()
230 MppEncImpl *enc = (MppEncImpl *)ctx; in mpp_enc_start_async()
249 MppEncImpl *enc = (MppEncImpl *)ctx; in mpp_enc_stop_v2()
266 MppEncImpl *enc = (MppEncImpl *)ctx; in mpp_enc_reset_v2()
288 MppEncImpl *enc = (MppEncImpl *)ctx; in mpp_enc_notify_v2()
323 MppEncImpl *enc = (MppEncImpl *)ctx; in mpp_enc_control_v2()
H A Dmpp_enc_impl.cpp95 static void reset_enc_task(MppEncImpl *enc) in reset_enc_task()
109 static void update_enc_hal_info(MppEncImpl *enc) in update_enc_hal_info()
128 static void update_hal_info_fps(MppEncImpl *enc) in update_hal_info_fps()
193 static MPP_RET check_enc_task_wait(MppEncImpl *enc, EncAsyncWait *wait) in check_enc_task_wait()
379 static void check_low_delay_part_mode(MppEncImpl *enc) in check_low_delay_part_mode()
397 static void check_low_delay_output(MppEncImpl *enc) in check_low_delay_output()
426 MppEncImpl *enc = (MppEncImpl *)ctx; in mpp_enc_callback()
861 static MPP_RET mpp_enc_control_set_ref_cfg(MppEncImpl *enc, void *param) in mpp_enc_control_set_ref_cfg()
891 MPP_RET mpp_enc_proc_cfg(MppEncImpl *enc, MpiCmd cmd, void *param) in mpp_enc_proc_cfg()
1113 static void update_rc_cfg_log(MppEncImpl *impl, const char* fmt, ...) in update_rc_cfg_log()
[all …]
/OK3568_Linux_fs/external/mpp/mpp/codec/inc/
H A Dmpp_enc_impl.h143 } MppEncImpl; typedef