Searched refs:mpp_thread_get_status (Results 1 – 7 of 7) sorted by relevance
| /rockchip-linux_mpp/osal/inc/ |
| H A D | mpp_thread.h | 103 MppThreadStatus mpp_thread_get_status(MppThread *thread, MppThreadSignalId id);
|
| /rockchip-linux_mpp/osal/ |
| H A D | mpp_thread.c | 64 if (mpp_thread_get_status(thread, THREAD_WORK) == MPP_THREAD_UNINITED) { in mpp_thread_start() 83 if (mpp_thread_get_status(thread, THREAD_WORK) != MPP_THREAD_UNINITED) { in mpp_thread_stop() 265 MppThreadStatus mpp_thread_get_status(MppThread *thread, MppThreadSignalId id) in mpp_thread_get_status() function
|
| H A D | mpp_time.c | 240 if (MPP_THREAD_RUNNING != mpp_thread_get_status(thd, THREAD_WORK)) in mpp_timer_thread()
|
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_dec_normal.c | 703 if (MPP_THREAD_RUNNING != mpp_thread_get_status(parser, THREAD_WORK)) { in mpp_dec_parser_thread() 788 if (MPP_THREAD_RUNNING != mpp_thread_get_status(hal, THREAD_WORK)) { in mpp_dec_hal_thread() 931 if (MPP_THREAD_RUNNING != mpp_thread_get_status(thd_dec, THREAD_WORK)) { in mpp_dec_advanced_thread()
|
| H A D | mpp_enc_impl.c | 2867 if (MPP_THREAD_RUNNING != mpp_thread_get_status(thd_enc, THREAD_WORK)) { in mpp_enc_thread() 3599 if (MPP_THREAD_RUNNING != mpp_thread_get_status(thd_enc, THREAD_WORK)) { in mpp_enc_async_thread()
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_cluster.c | 566 if (MPP_THREAD_RUNNING != mpp_thread_get_status(thd, THREAD_WORK)) { in cluster_worker()
|
| /rockchip-linux_mpp/mpp/vproc/ |
| H A D | mpp_dec_vproc.c | 855 if (MPP_THREAD_RUNNING != mpp_thread_get_status(thd, THREAD_WORK)) { in dec_vproc_thread()
|