Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Domx_swvdec.h303 sem_t m_sem_cmd; ///< semaphore for command processing variable
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Domx_swvdec.h299 sem_t m_sem_cmd; ///< semaphore for command processing variable
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/
H A Domx_swvdec.h311 sem_t m_sem_cmd; ///< semaphore for command processing variable
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
H A Domx_swvdec.h306 sem_t m_sem_cmd; ///< semaphore for command processing variable
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/
H A Domx_swvdec.h311 sem_t m_sem_cmd; ///< semaphore for command processing variable
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec.cpp109 memset(&m_sem_cmd, 0, sizeof(m_sem_cmd)); in omx_swvdec()
273 if (sem_init(&m_sem_cmd, 0, 0)) in component_init()
315 sem_destroy(&m_sem_cmd); in component_deinit()
494 sem_wait(&m_sem_cmd); in send_command()
5290 sem_post(&m_sem_cmd); in async_process_event_cmd()
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec.cpp100 memset(&m_sem_cmd, 0, sizeof(m_sem_cmd)); in omx_swvdec()
263 if (sem_init(&m_sem_cmd, 0, 0)) in component_init()
304 sem_destroy(&m_sem_cmd); in component_deinit()
473 sem_wait(&m_sem_cmd); in send_command()
4903 sem_post(&m_sem_cmd); in async_process_event_cmd()
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec.cpp109 memset(&m_sem_cmd, 0, sizeof(m_sem_cmd)); in omx_swvdec()
288 if (sem_init(&m_sem_cmd, 0, 0)) in component_init()
330 sem_destroy(&m_sem_cmd); in component_deinit()
508 sem_wait(&m_sem_cmd); in send_command()
5408 sem_post(&m_sem_cmd); in async_process_event_cmd()
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec.cpp109 memset(&m_sem_cmd, 0, sizeof(m_sem_cmd)); in omx_swvdec()
288 if (sem_init(&m_sem_cmd, 0, 0)) in component_init()
330 sem_destroy(&m_sem_cmd); in component_deinit()
508 sem_wait(&m_sem_cmd); in send_command()
5452 sem_post(&m_sem_cmd); in async_process_event_cmd()
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec.cpp110 memset(&m_sem_cmd, 0, sizeof(m_sem_cmd)); in omx_swvdec()
265 if (sem_init(&m_sem_cmd, 0, 0)) in component_init()
307 sem_destroy(&m_sem_cmd); in component_deinit()
485 sem_wait(&m_sem_cmd); in send_command()
5269 sem_post(&m_sem_cmd); in async_process_event_cmd()