Searched refs:MppEncImpl (Results 1 – 3 of 3) sorted by relevance
48 MppEncImpl *p = NULL; in mpp_enc_init_v2()62 p = mpp_calloc(MppEncImpl, 1); in mpp_enc_init_v2()181 MppEncImpl *enc = (MppEncImpl *)ctx; in mpp_enc_deinit_v2()254 MppEncImpl *enc = (MppEncImpl *)ctx; in mpp_enc_start_v2()272 MppEncImpl *enc = (MppEncImpl *)ctx; in mpp_enc_start_async()291 MppEncImpl *enc = (MppEncImpl *)ctx; in mpp_enc_stop_v2()308 MppEncImpl *enc = (MppEncImpl *)ctx; in mpp_enc_reset_v2()333 MppEncImpl *enc = (MppEncImpl *)ctx; in mpp_enc_notify_v2()368 MppEncImpl *enc = (MppEncImpl *)ctx; in mpp_enc_control_v2()
81 static MPP_RET enc_async_wait_task(MppEncImpl *enc, EncAsyncTaskInfo *info);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()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()[all …]
153 } MppEncImpl; typedef