Home
last modified time | relevance | path

Searched refs:notify (Results 1 – 10 of 10) sorted by relevance

/rockchip-linux_mpp/test/
H A Dmpp_event_trigger.c20 int (*notify)(void *param); member
202 ctx->notify = event_notify; in event_ctx_create()
275 ctx->notify((void*)ctx); in main()
H A Dmpp_event_trigger.h23 int (*notify)(void *param); member
H A Dmpi_rc.cfg7 # next event will occur after (200 + 1 - 171) times notify. if loop < 0, it
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_dec_normal.c35 RK_U32 notify = dec->parser_notify_flag; in check_task_wait() local
46 if (notify & MPP_DEC_CONTROL) { in check_task_wait()
47 keep_notify = notify & (~MPP_DEC_CONTROL); in check_task_wait()
52 if (!curr_wait || (curr_wait & notify)) in check_task_wait()
60 last_wait, curr_wait, wait_chg, notify, (ret) ? ("wait") : ("work")); in check_task_wait()
1189 RK_U32 notify = 0; in mpp_dec_notify_normal() local
1197 notify = 1; in mpp_dec_notify_normal()
1204 notify = 1; in mpp_dec_notify_normal()
1207 if (notify) { in mpp_dec_notify_normal()
H A Dmpp_enc_impl.c193 RK_U32 notify = enc->notify_flag; in check_enc_task_wait() local
204 if (notify & MPP_ENC_CONTROL) { in check_enc_task_wait()
205 keep_notify = notify & (~MPP_ENC_CONTROL); in check_enc_task_wait()
210 if (!curr_wait || (curr_wait & notify)) in check_enc_task_wait()
217 last_wait, curr_wait, wait_chg, notify, (ret) ? ("wait") : ("work")); in check_enc_task_wait()
3473 RK_U32 notify = enc->notify_flag; in check_enc_async_wait() local
3484 if (notify & MPP_ENC_CONTROL) { in check_enc_async_wait()
3485 keep_notify = notify & (~MPP_ENC_CONTROL); in check_enc_async_wait()
3490 if (!curr_wait || (curr_wait & notify)) in check_enc_async_wait()
3497 last_wait, curr_wait, wait_chg, notify, (ret) ? ("wait") : ("work")); in check_enc_async_wait()
H A Dmpp_dec.c866 if (dec->api && dec->api->notify) in mpp_dec_notify()
867 ret = dec->api->notify(dec, flag); in mpp_dec_notify()
/rockchip-linux_mpp/kmpp/inc/
H A Dkmpp.h43 MPP_RET (*notify)(Kmpp *ctx, MppBufferGroup group); member
/rockchip-linux_mpp/kmpp/
H A Dkmpp.c580 static MPP_RET notify(Kmpp *ctx, MppBufferGroup group) in notify() function
639 .notify = notify,
/rockchip-linux_mpp/mpp/codec/inc/
H A Dmpp_dec_impl.h63 MPP_RET (*notify)(MppDecImpl *dec, RK_U32 flag); member
/rockchip-linux_mpp/
H A Dreadme.txt272 the task and resend information back. MPP notify codec by hardware result, codec