Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_v2.c342 enc->status_flag); in mpp_enc_notify_v2()
349 (enc->notify_flag & enc->status_flag)) { in mpp_enc_notify_v2()
351 enc->status_flag, enc->notify_flag); in mpp_enc_notify_v2()
H A Dmpp_enc_impl.c194 RK_U32 last_wait = enc->status_flag; in check_enc_task_wait()
219 enc->status_flag = wait->val; in check_enc_task_wait()
2909 enc->status_flag = 0; in mpp_enc_thread()
3474 RK_U32 last_wait = enc->status_flag; in check_enc_async_wait()
3499 enc->status_flag = wait->val; in check_enc_async_wait()
3655 enc->status_flag = 0; in mpp_enc_async_thread()
/rockchip-linux_mpp/mpp/codec/inc/
H A Dmpp_enc_impl.h110 RK_U32 status_flag; member