Home
last modified time | relevance | path

Searched refs:notify_flag (Results 1 – 7 of 7) sorted by relevance

/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_v2.c340 enc->notify_flag |= flag; in mpp_enc_notify_v2()
345 RK_U32 old_flag = enc->notify_flag; in mpp_enc_notify_v2()
347 enc->notify_flag |= flag; in mpp_enc_notify_v2()
348 if ((old_flag != enc->notify_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_dec_normal.c815 RK_U32 notify_flag = MPP_DEC_NOTIFY_TASK_HND_VALID; in mpp_dec_hal_thread() local
834 mpp_dec_notify(dec, notify_flag); in mpp_dec_hal_thread()
857 mpp_dec_notify(dec, notify_flag); in mpp_dec_hal_thread()
881 notify_flag |= MPP_DEC_NOTIFY_TASK_HND_VALID; in mpp_dec_hal_thread()
883 notify_flag |= MPP_DEC_NOTIFY_TASK_PREV_DONE; in mpp_dec_hal_thread()
899 mpp_dec_notify(dec, notify_flag); in mpp_dec_hal_thread()
H A Dmpp_enc_impl.c193 RK_U32 notify = enc->notify_flag; in check_enc_task_wait()
220 enc->notify_flag = keep_notify; in check_enc_task_wait()
3473 RK_U32 notify = enc->notify_flag; in check_enc_async_wait()
3500 enc->notify_flag = keep_notify; in check_enc_async_wait()
/rockchip-linux_mpp/mpp/
H A Dmpp.c1058 RK_U32 notify_flag = 0; in mpp_dequeue() local
1074 notify_flag = MPP_INPUT_DEQUEUE; in mpp_dequeue()
1078 notify_flag = MPP_OUTPUT_DEQUEUE; in mpp_dequeue()
1087 mpp_notify_flag(mpp, notify_flag); in mpp_dequeue()
1096 RK_U32 notify_flag = 0; in mpp_enqueue() local
1112 notify_flag = MPP_INPUT_ENQUEUE; in mpp_enqueue()
1116 notify_flag = MPP_OUTPUT_ENQUEUE; in mpp_enqueue()
1126 mpp_notify_flag(mpp, notify_flag); in mpp_enqueue()
/rockchip-linux_mpp/kmpp/inc/
H A Dkmpp.h42 MPP_RET (*notify_flag)(Kmpp *ctx, RK_U32 flag); member
/rockchip-linux_mpp/mpp/codec/inc/
H A Dmpp_enc_impl.h111 RK_U32 notify_flag; member
/rockchip-linux_mpp/kmpp/
H A Dkmpp.c572 static MPP_RET notify_flag(Kmpp *ctx, RK_U32 flag) in notify_flag() function
638 .notify_flag = notify_flag,