Home
last modified time | relevance | path

Searched defs:thd (Results 1 – 12 of 12) sorted by relevance

/rockchip-linux_mpp/osal/
H A Dmpp_thread.c305 pthread_t thd; member
333 static rk_s32 check_sthd(const char *name, MppSThdImpl *thd) in check_sthd()
348 #define CHECK_STHD(thd) check_sthd(__FUNCTION__, (MppSThdImpl *)(thd)) argument
350 static void mpp_sthd_init(MppSThdImpl *thd, rk_s32 idx) in mpp_sthd_init()
364 static void mpp_sthd_deinit(MppSThdImpl *thd) in mpp_sthd_deinit()
378 static MPP_RET mpp_sthd_create(MppSThdImpl *thd) in mpp_sthd_create()
411 MppSThdImpl *thd = mpp_calloc_size(MppSThdImpl, size); in mpp_sthd_get() local
429 void mpp_sthd_put(MppSThd thd) in mpp_sthd_put()
442 MppSThdStatus mpp_sthd_get_status(MppSThd thd) in mpp_sthd_get_status()
451 const char* mpp_sthd_get_name(MppSThd thd) in mpp_sthd_get_name()
[all …]
H A Dmpp_time.c197 MppThread *thd; member
218 MppThread *thd = impl->thd; in mpp_timer_thread() local
368 MppThread *thd = mpp_thread_create(mpp_timer_thread, impl, impl->name); in mpp_timer_set_enable() local
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_v2.c309 MppThread *thd; in mpp_enc_reset_v2() local
334 MppThread *thd = enc->thread_enc; in mpp_enc_notify_v2() local
/rockchip-linux_mpp/osal/inc/
H A Dmpp_thread.h66 pthread_t thd; member
148 MppSThd thd; member
/rockchip-linux_mpp/mpp/base/
H A Dmpp_cluster.c108 MppThread *thd; member
373 MppThread *thd = NULL; in cluster_worker_init() local
556 MppThread *thd = p->thd; in cluster_worker() local
594 MppThread *thd = worker->thd; in cluster_signal_f() local
/rockchip-linux_mpp/mpp/vproc/
H A Dmpp_dec_vproc.c76 MppThread *thd; member
840 MppThread *thd = ctx->thd; in dec_vproc_thread() local
1208 MppThread *thd = p->thd; in dec_vproc_reset() local
/rockchip-linux_mpp/test/
H A Dmpi_dec_nt_test.c325 pthread_t thd; in dec_nt_decode() local
H A Dmpi_dec_test.c430 pthread_t thd; in dec_decode() local
H A Dmpi_dec_multi_test.c62 pthread_t thd; // thread for for each instance member
H A Dmpi_enc_test.c178 pthread_t thd; // thread for for each instance member
/rockchip-linux_mpp/mpp/vproc/vdpp/test/
H A Dhwpq_test.c63 pthread_t thd; // thread for for each instance member
/rockchip-linux_mpp/utils/
H A Dmpi_dec_utils.c65 pthread_t thd; member