Searched refs:notify (Results 1 – 10 of 10) sorted by relevance
| /rockchip-linux_mpp/test/ |
| H A D | mpp_event_trigger.c | 20 int (*notify)(void *param); member 202 ctx->notify = event_notify; in event_ctx_create() 275 ctx->notify((void*)ctx); in main()
|
| H A D | mpp_event_trigger.h | 23 int (*notify)(void *param); member
|
| H A D | mpi_rc.cfg | 7 # next event will occur after (200 + 1 - 171) times notify. if loop < 0, it
|
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_dec_normal.c | 35 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 D | mpp_enc_impl.c | 193 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 D | mpp_dec.c | 866 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 D | kmpp.h | 43 MPP_RET (*notify)(Kmpp *ctx, MppBufferGroup group); member
|
| /rockchip-linux_mpp/kmpp/ |
| H A D | kmpp.c | 580 static MPP_RET notify(Kmpp *ctx, MppBufferGroup group) in notify() function 639 .notify = notify,
|
| /rockchip-linux_mpp/mpp/codec/inc/ |
| H A D | mpp_dec_impl.h | 63 MPP_RET (*notify)(MppDecImpl *dec, RK_U32 flag); member
|
| /rockchip-linux_mpp/ |
| H A D | readme.txt | 272 the task and resend information back. MPP notify codec by hardware result, codec
|