Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A 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()
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A 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()
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec.cpp5167 ASYNC_THREAD *p_async_thread = &p_omx_swvdec->m_async_thread; in async_thread() local
5171 sem_post(&p_async_thread->sem_thread_created); in async_thread()
5173 while (p_async_thread->exit == false) in async_thread()
5175 sem_wait(&p_async_thread->sem_event); in async_thread()
5177 if (p_async_thread->exit == true) in async_thread()
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/
H A 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()
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec.cpp5028 ASYNC_THREAD *p_async_thread = &p_omx_swvdec->m_async_thread; in async_thread() local
5032 sem_post(&p_async_thread->sem_thread_created); in async_thread()
5034 while (p_async_thread->exit == false) in async_thread()
5036 sem_wait(&p_async_thread->sem_event); in async_thread()
5038 if (p_async_thread->exit == true) in async_thread()