Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_enc_impl.cpp2270 MppThread *thd_enc = enc->thread_enc; in mpp_enc_thread() local
2283 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() local
2962 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 …]