Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_enc_v2.cpp274 MppThread *thd = enc->thread_enc; in mpp_enc_reset_v2() local
291 MppThread *thd = enc->thread_enc; in mpp_enc_notify_v2() local
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Dthread.c32 HANDLE thd; in ThreadCreate() local
/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_time.cpp213 MppThread *thd; member
235 MppThread *thd = impl->thd; in mpp_timer_thread() local
381 MppThread *thd = new MppThread(mpp_timer_thread, impl, impl->name); in mpp_timer_set_enable() local
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_cluster.cpp118 MppThread *thd; member
359 MppThread *thd = NULL; in cluster_worker_init() local
542 MppThread *thd = p->thd; in cluster_worker() local
577 MppThread *thd = worker->thd; in cluster_signal_f() local
/OK3568_Linux_fs/external/mpp/mpp/vproc/
H A Dmpp_dec_vproc.cpp80 MppThread *thd; member
600 MppThread *thd = ctx->thd; in dec_vproc_thread() local
948 MppThread *thd = p->thd; in dec_vproc_reset() local
/OK3568_Linux_fs/external/mpp/test/
H A Dmpi_dec_nt_test.c381 pthread_t thd; in dec_nt_decode() local
H A Dmpi_dec_test.c548 pthread_t thd; in dec_decode() local
H A Dmpi_dec_multi_test.c72 pthread_t thd; // thread for for each instance member
H A Dmpi_enc_test.c139 pthread_t thd; // thread for for each instance member
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu540c.c450 RK_U8 *thd = (RK_U8 *)&rc_regs->aq_tthd0; in vepu540c_h265_global_cfg_set() local
460 RK_U8 *thd = (RK_U8 *)&rc_regs->aq_tthd0; in vepu540c_h265_global_cfg_set() local
H A Dhal_h265e_vepu541.c596 RK_U8 *thd = (RK_U8 *)&regs->aq_thd0; in vepu541_h265_set_l2_regs() local
607 RK_U8 *thd = (RK_U8 *)&regs->aq_thd0; in vepu541_h265_set_l2_regs() local
H A Dhal_h265e_vepu580.c1303 RK_U8 *thd = (RK_U8 *)&rc_regs->aq_tthd0; in vepu580_h265_global_cfg_set() local
1313 RK_U8 *thd = (RK_U8 *)&rc_regs->aq_tthd0; in vepu580_h265_global_cfg_set() local
/OK3568_Linux_fs/external/mpp/utils/
H A Dmpi_dec_utils.c65 pthread_t thd; member
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu540c.c1466 RK_U8* thd = (RK_U8*)&regs->reg_rc_roi.aq_tthd0; in setup_vepu540c_l2() local
H A Dhal_h264e_vepu580.c2093 RK_U8* thd = (RK_U8*)&regs->reg_rc_klut.aq_tthd0; in setup_vepu580_l2() local
/OK3568_Linux_fs/kernel/drivers/iio/accel/
H A Dmma9553.c81 #define MMA9553_ACTIVITY_THD_TO_SEC(thd) ((thd) / MMA9553_DEFAULT_SAMPLE_RATE) argument