Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
Domx_vdec_test.cpp215 sem_t in_flush_sem, out_flush_sem; variable
479 sem_post(&in_flush_sem); in process_current_command()
576 sem_wait(&in_flush_sem); in ebd_thread()
1409 if (-1 == sem_init(&in_flush_sem, 0, 0)) in main()
1469 if (-1 == sem_destroy(&in_flush_sem)) in main()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
Domx_vdec_test.cpp342 sem_t in_flush_sem, out_flush_sem; variable
605 sem_post(&in_flush_sem); in process_current_command()
696 sem_wait(&in_flush_sem); in ebd_thread()
1627 if (-1 == sem_init(&in_flush_sem, 0, 0)) { in main()
1677 if (-1 == sem_destroy(&in_flush_sem)) { in main()