Searched refs:thread_hal (Results 1 – 3 of 3) sorted by relevance
402 if (dec->thread_hal) in mpp_dec_push_display()403 mpp_thread_lock(dec->thread_hal, THREAD_OUTPUT); in mpp_dec_push_display()415 if (dec->thread_hal) in mpp_dec_push_display()416 mpp_thread_unlock(dec->thread_hal, THREAD_OUTPUT); in mpp_dec_push_display()802 if (dec->thread_hal) in mpp_dec_stop()803 mpp_thread_stop(dec->thread_hal); in mpp_dec_stop()810 if (dec->thread_hal) { in mpp_dec_stop()811 mpp_thread_destroy(dec->thread_hal); in mpp_dec_stop()812 dec->thread_hal = NULL; in mpp_dec_stop()
126 MppThread *hal = dec->thread_hal; in reset_parser_thread()236 mpp_thread_lock(dec->thread_hal, THREAD_WORK); in mpp_dec_put_task()239 mpp_thread_signal(dec->thread_hal, THREAD_WORK); in mpp_dec_put_task()240 mpp_thread_unlock(dec->thread_hal, THREAD_WORK); in mpp_dec_put_task()257 mpp_thread_lock(dec->thread_hal, THREAD_OUTPUT); in reset_hal_thread()271 mpp_thread_unlock(dec->thread_hal, THREAD_OUTPUT); in reset_hal_thread()773 MppThread *hal = dec->thread_hal; in mpp_dec_hal_thread()1151 dec->thread_hal = mpp_thread_create(mpp_dec_hal_thread, in mpp_dec_start_normal()1154 mpp_thread_start(dec->thread_hal); in mpp_dec_start_normal()
78 MppThread *thread_hal; member