Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_dec_normal.cpp896 MppThread *thd_dec = dec->thread_parser; in mpp_dec_advanced_thread() local
910 AutoMutex autolock(thd_dec->mutex()); in mpp_dec_advanced_thread()
911 if (MPP_THREAD_RUNNING != thd_dec->get_status()) in mpp_dec_advanced_thread()
915 thd_dec->wait(); in mpp_dec_advanced_thread()
1130 MppThread *thd_dec = dec->thread_parser; in mpp_dec_notify_normal() local
1133 thd_dec->lock(); in mpp_dec_notify_normal()
1149 thd_dec->signal(); in mpp_dec_notify_normal()
1151 thd_dec->unlock(); in mpp_dec_notify_normal()