Searched refs:mpp_thread_create (Results 1 – 7 of 7) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_enc_v2.c | 262 enc->thread_enc = mpp_thread_create(mpp_enc_thread, enc->mpp, name); in mpp_enc_start_v2() 280 enc->thread_enc = mpp_thread_create(mpp_enc_async_thread, enc->mpp, name); in mpp_enc_start_async()
|
| H A D | mpp_dec_normal.c | 1148 dec->thread_parser = mpp_thread_create(mpp_dec_parser_thread, in mpp_dec_start_normal() 1151 dec->thread_hal = mpp_thread_create(mpp_dec_hal_thread, in mpp_dec_start_normal() 1156 dec->thread_parser = mpp_thread_create(mpp_dec_advanced_thread, in mpp_dec_start_normal()
|
| /rockchip-linux_mpp/osal/inc/ |
| H A D | mpp_thread.h | 109 MppThread *mpp_thread_create(MppThreadFunc func, void *ctx, const char *name);
|
| /rockchip-linux_mpp/osal/ |
| H A D | mpp_time.c | 368 MppThread *thd = mpp_thread_create(mpp_timer_thread, impl, impl->name); in mpp_timer_set_enable()
|
| H A D | mpp_thread.c | 22 MppThread *mpp_thread_create(MppThreadFunc func, void *ctx, const char *name) in mpp_thread_create() function
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_cluster.c | 384 thd = mpp_thread_create(cluster->worker_func, p, p->name); in cluster_worker_init()
|
| /rockchip-linux_mpp/mpp/vproc/ |
| H A D | mpp_dec_vproc.c | 1002 p->thd = mpp_thread_create(dec_vproc_thread, p, "mpp_dec_vproc"); in dec_vproc_init()
|