Searched refs:m_safe_flush (Results 1 – 10 of 10) sorted by relevance
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 789 sem_t m_safe_flush; variable
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 811 sem_t m_safe_flush; variable
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 861 sem_t m_safe_flush; variable
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 969 sem_t m_safe_flush; variable
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 1092 sem_t m_safe_flush; variable
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 722 sem_init(&m_safe_flush, 0, 0); in omx_vdec() 2505 rc = sem_timedwait_monotonic_np(&m_safe_flush, &ts); in send_command_proxy() 2507 rc = sem_timedwait(&m_safe_flush, &ts); in send_command_proxy() 6405 sem_post(&omx->m_safe_flush); in async_message_process()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_msm8974.cpp | 697 sem_init(&m_safe_flush, 0, 0); in omx_vdec() 2500 if (sem_timedwait(&m_safe_flush, &ts)) { in send_command_proxy() 7611 sem_post(&omx->m_safe_flush); in async_message_process()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 770 sem_init(&m_safe_flush, 0, 0); in omx_vdec() 2961 if (sem_timedwait(&m_safe_flush, &ts)) { in send_command_proxy() 8503 sem_post(&omx->m_safe_flush); in async_message_process()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 799 sem_init(&m_safe_flush, 0, 0); in omx_vdec() 3184 if (sem_timedwait(&m_safe_flush, &ts)) { in send_command_proxy() 9193 sem_post(&omx->m_safe_flush); in async_message_process()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 891 sem_init(&m_safe_flush, 0, 0); in omx_vdec() 3150 if (sem_timedwait(&m_safe_flush, &ts)) { in send_command_proxy() 8959 sem_post(&omx->m_safe_flush); in async_message_process()
|