Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_enc_v2.cpp295 enc->notify_flag |= flag; in mpp_enc_notify_v2()
300 RK_U32 old_flag = enc->notify_flag; in mpp_enc_notify_v2()
302 enc->notify_flag |= flag; in mpp_enc_notify_v2()
303 if ((old_flag != enc->notify_flag) && in mpp_enc_notify_v2()
304 (enc->notify_flag & enc->status_flag)) { in mpp_enc_notify_v2()
306 enc->status_flag, enc->notify_flag); in mpp_enc_notify_v2()
H A Dmpp_dec_normal.cpp794 RK_U32 notify_flag = MPP_DEC_NOTIFY_TASK_HND_VALID; in mpp_dec_hal_thread() local
813 mpp_dec_notify(dec, notify_flag); in mpp_dec_hal_thread()
836 mpp_dec_notify(dec, notify_flag); in mpp_dec_hal_thread()
860 notify_flag |= MPP_DEC_NOTIFY_TASK_HND_VALID; in mpp_dec_hal_thread()
862 notify_flag |= MPP_DEC_NOTIFY_TASK_PREV_DONE; in mpp_dec_hal_thread()
878 mpp_dec_notify(dec, notify_flag); in mpp_dec_hal_thread()
H A Dmpp_enc_impl.cpp196 RK_U32 notify = enc->notify_flag; in check_enc_task_wait()
223 enc->notify_flag = keep_notify; in check_enc_task_wait()
2832 RK_U32 notify = enc->notify_flag; in check_enc_async_wait()
2859 enc->notify_flag = keep_notify; in check_enc_async_wait()
/OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/
H A Dpvrusb2-context.c35 if (!mp->notify_flag) { in pvr2_context_set_notify()
45 mp->notify_flag = !0; in pvr2_context_set_notify()
48 if (mp->notify_flag) { in pvr2_context_set_notify()
49 mp->notify_flag = 0; in pvr2_context_set_notify()
H A Dpvrusb2-context.h36 int notify_flag; member
/OK3568_Linux_fs/external/mpp/mpp/
H A Dmpp.cpp869 RK_U32 notify_flag = 0; in dequeue() local
876 notify_flag = MPP_INPUT_DEQUEUE; in dequeue()
880 notify_flag = MPP_OUTPUT_DEQUEUE; in dequeue()
889 notify(notify_flag); in dequeue()
902 RK_U32 notify_flag = 0; in enqueue() local
909 notify_flag = MPP_INPUT_ENQUEUE; in enqueue()
913 notify_flag = MPP_OUTPUT_ENQUEUE; in enqueue()
923 notify(notify_flag); in enqueue()
/OK3568_Linux_fs/external/mpp/mpp/codec/inc/
H A Dmpp_enc_impl.h105 RK_U32 notify_flag; member