Searched refs:MppThread (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/mpp/osal/ |
| H A D | mpp_thread.cpp | 31 MppThread::MppThread(MppThreadFunc func, void *ctx, const char *name) in MppThread() function in MppThread 46 MppThreadStatus MppThread::get_status(MppThreadSignal id) in get_status() 51 void MppThread::set_status(MppThreadStatus status, MppThreadSignal id) in set_status() 56 void MppThread::dump_status() in dump_status() 63 void MppThread::start() in start() 87 void MppThread::stop() in stop()
|
| H A D | mpp_time.cpp | 213 MppThread *thd; 235 MppThread *thd = impl->thd; in mpp_timer_thread() 381 MppThread *thd = new MppThread(mpp_timer_thread, impl, impl->name); in mpp_timer_set_enable()
|
| /OK3568_Linux_fs/external/mpp/osal/inc/ |
| H A D | mpp_thread.h | 236 class MppThread 239 MppThread(MppThreadFunc func, void *ctx, const char *name = NULL); 240 ~MppThread() {}; in ~MppThread() 290 MppThread(); 291 MppThread(const MppThread &); 292 MppThread &operator=(const MppThread &);
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/ |
| H A D | mpp_enc_v2.cpp | 220 enc->thread_enc = new MppThread(mpp_enc_thread, enc->mpp, name); in mpp_enc_start_v2() 238 enc->thread_enc = new MppThread(mpp_enc_async_thread, enc->mpp, name); in mpp_enc_start_async() 274 MppThread *thd = enc->thread_enc; in mpp_enc_reset_v2() 291 MppThread *thd = enc->thread_enc; in mpp_enc_notify_v2()
|
| H A D | mpp_dec_normal.cpp | 136 MppThread *hal = dec->thread_hal; in reset_parser_thread() 676 MppThread *parser = dec->thread_parser; in mpp_dec_parser_thread() 756 MppThread *hal = dec->thread_hal; in mpp_dec_hal_thread() 896 MppThread *thd_dec = dec->thread_parser; in mpp_dec_advanced_thread() 1090 dec->thread_parser = new MppThread(mpp_dec_parser_thread, in mpp_dec_start_normal() 1093 dec->thread_hal = new MppThread(mpp_dec_hal_thread, in mpp_dec_start_normal() 1098 dec->thread_parser = new MppThread(mpp_dec_advanced_thread, in mpp_dec_start_normal() 1108 MppThread *parser = dec->thread_parser; in mpp_dec_reset_normal() 1130 MppThread *thd_dec = dec->thread_parser; in mpp_dec_notify_normal()
|
| H A D | mpp_enc_impl.cpp | 2270 MppThread *thd_enc = enc->thread_enc; in mpp_enc_thread() 2952 MppThread *thd_enc = enc->thread_enc; in mpp_enc_async_thread()
|
| /OK3568_Linux_fs/external/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 | 73 MppThread *thread_enc;
|
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_cluster.cpp | 118 MppThread *thd; 359 MppThread *thd = NULL; in cluster_worker_init() 370 thd = new MppThread(cluster->worker_func, p, p->name); in cluster_worker_init() 542 MppThread *thd = p->thd; in cluster_worker() 577 MppThread *thd = worker->thd; in cluster_signal_f()
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/ |
| H A D | mpp_dec_vproc.cpp | 80 MppThread *thd; 600 MppThread *thd = ctx->thd; in dec_vproc_thread() 750 p->thd = new MppThread(dec_vproc_thread, p, "mpp_dec_vproc"); in dec_vproc_init() 948 MppThread *thd = p->thd; in dec_vproc_reset()
|