Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp5047 ASYNC_THREAD *p_async_thread = &p_omx_swvdec->m_async_thread; in async_thread() local
5051 sem_post(&p_async_thread->sem_thread_created); in async_thread()
5053 while (p_async_thread->exit == false) in async_thread()
5055 sem_wait(&p_async_thread->sem_event); in async_thread()
5057 if (p_async_thread->exit == true) in async_thread()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp4666 ASYNC_THREAD *p_async_thread = &p_omx_swvdec->m_async_thread; in async_thread() local
4670 sem_post(&p_async_thread->sem_thread_created); in async_thread()
4672 while (p_async_thread->exit == false) in async_thread()
4674 sem_wait(&p_async_thread->sem_event); in async_thread()
4676 if (p_async_thread->exit == true) in async_thread()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp5165 ASYNC_THREAD *p_async_thread = &p_omx_swvdec->m_async_thread; in async_thread() local
5169 sem_post(&p_async_thread->sem_thread_created); in async_thread()
5171 while (p_async_thread->exit == false) in async_thread()
5173 sem_wait(&p_async_thread->sem_event); in async_thread()
5175 if (p_async_thread->exit == true) in async_thread()
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp5211 ASYNC_THREAD *p_async_thread = &p_omx_swvdec->m_async_thread; in async_thread() local
5215 sem_post(&p_async_thread->sem_thread_created); in async_thread()
5217 while (p_async_thread->exit == false) in async_thread()
5219 sem_wait(&p_async_thread->sem_event); in async_thread()
5221 if (p_async_thread->exit == true) in async_thread()