Searched refs:MppThread (Results 1 – 10 of 10) sorted by relevance
| /rockchip-linux_mpp/osal/inc/ |
| H A D | mpp_thread.h | 72 } MppThread; typedef 101 void mpp_thread_init(MppThread *thread, MppThreadFunc func, void *ctx, const char *name); 102 void mpp_thread_set_status(MppThread *thread, MppThreadStatus status, MppThreadSignalId id); 103 MppThreadStatus mpp_thread_get_status(MppThread *thread, MppThreadSignalId id); 104 void mpp_thread_lock(MppThread *thread, MppThreadSignalId id); 105 void mpp_thread_unlock(MppThread *thread, MppThreadSignalId id); 106 void mpp_thread_wait(MppThread *thread, MppThreadSignalId id); 107 void mpp_thread_signal(MppThread *thread, MppThreadSignalId id); 109 MppThread *mpp_thread_create(MppThreadFunc func, void *ctx, const char *name); 110 void mpp_thread_destroy(MppThread *thread); [all …]
|
| /rockchip-linux_mpp/osal/ |
| H A D | mpp_thread.c | 22 MppThread *mpp_thread_create(MppThreadFunc func, void *ctx, const char *name) in mpp_thread_create() 24 MppThread *thread = mpp_malloc(MppThread, 1); in mpp_thread_create() 50 void mpp_thread_dump_status(MppThread *thread) in mpp_thread_dump_status() 57 void mpp_thread_start(MppThread *thread) in mpp_thread_start() 81 void mpp_thread_stop(MppThread *thread) in mpp_thread_stop() 100 void mpp_thread_destroy(MppThread *thread) in mpp_thread_destroy() 243 void mpp_thread_init(MppThread *thread, MppThreadFunc func, void *ctx, const char *name) in mpp_thread_init() 259 void mpp_thread_set_status(MppThread *thread, MppThreadStatus status, MppThreadSignalId id) in mpp_thread_set_status() 265 MppThreadStatus mpp_thread_get_status(MppThread *thread, MppThreadSignalId id) in mpp_thread_get_status() 271 void mpp_thread_lock(MppThread *thread, MppThreadSignalId id) in mpp_thread_lock() [all …]
|
| H A D | mpp_time.c | 197 MppThread *thd; 218 MppThread *thd = impl->thd; in mpp_timer_thread() 368 MppThread *thd = mpp_thread_create(mpp_timer_thread, impl, impl->name); in mpp_timer_set_enable()
|
| /rockchip-linux_mpp/mpp/codec/inc/ |
| H A D | mpp_dec_impl.h | 77 MppThread *thread_parser; 78 MppThread *thread_hal;
|
| H A D | mpp_enc_impl.h | 79 MppThread *thread_enc;
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_cluster.c | 108 MppThread *thd; 373 MppThread *thd = NULL; in cluster_worker_init() 556 MppThread *thd = p->thd; in cluster_worker() 594 MppThread *thd = worker->thd; in cluster_signal_f()
|
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_dec_normal.c | 126 MppThread *hal = dec->thread_hal; in reset_parser_thread() 691 MppThread *parser = dec->thread_parser; in mpp_dec_parser_thread() 773 MppThread *hal = dec->thread_hal; in mpp_dec_hal_thread() 917 MppThread *thd_dec = dec->thread_parser; in mpp_dec_advanced_thread() 1166 MppThread *parser = dec->thread_parser; in mpp_dec_reset_normal() 1188 MppThread *thd_dec = dec->thread_parser; in mpp_dec_notify_normal()
|
| H A D | mpp_enc_v2.c | 309 MppThread *thd; in mpp_enc_reset_v2() 334 MppThread *thd = enc->thread_enc; in mpp_enc_notify_v2()
|
| H A D | mpp_enc_impl.c | 2853 MppThread *thd_enc = enc->thread_enc; in mpp_enc_thread() 3589 MppThread *thd_enc = enc->thread_enc; in mpp_enc_async_thread()
|
| /rockchip-linux_mpp/mpp/vproc/ |
| H A D | mpp_dec_vproc.c | 76 MppThread *thd; 840 MppThread *thd = ctx->thd; in dec_vproc_thread() 1208 MppThread *thd = p->thd; in dec_vproc_reset()
|