Searched refs:thd_enc (Results 1 – 1 of 1) sorted by relevance
2270 MppThread *thd_enc = enc->thread_enc; in mpp_enc_thread() local2283 AutoMutex autolock(thd_enc->mutex()); in mpp_enc_thread()2284 if (MPP_THREAD_RUNNING != thd_enc->get_status()) in mpp_enc_thread()2288 thd_enc->wait(); in mpp_enc_thread()2322 AutoMutex autolock(thd_enc->mutex()); in mpp_enc_thread()2329 AutoMutex autolock(thd_enc->mutex(THREAD_CONTROL)); in mpp_enc_thread()2952 MppThread *thd_enc = enc->thread_enc; in mpp_enc_async_thread() local2962 AutoMutex autolock(thd_enc->mutex()); in mpp_enc_async_thread()2963 if (MPP_THREAD_RUNNING != thd_enc->get_status()) in mpp_enc_async_thread()2968 thd_enc->wait(); in mpp_enc_async_thread()[all …]