Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_thread.cpp31 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 Dmpp_time.cpp213 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 Dmpp_thread.h236 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 Dmpp_enc_v2.cpp220 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 Dmpp_dec_normal.cpp136 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 Dmpp_enc_impl.cpp2270 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 Dmpp_dec_impl.h77 MppThread *thread_parser;
78 MppThread *thread_hal;
H A Dmpp_enc_impl.h73 MppThread *thread_enc;
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_cluster.cpp118 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 Dmpp_dec_vproc.cpp80 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()