Home
last modified time | relevance | path

Searched refs:out_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
481 sem_post(&out_flush_sem); in process_current_command()
630 sem_wait(&out_flush_sem); in fbd_thread()
1413 if (-1 == sem_init(&out_flush_sem, 0, 0)) in main()
1473 if (-1 == sem_destroy(&out_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
607 sem_post(&out_flush_sem); in process_current_command()
756 sem_wait(&out_flush_sem); in fbd_thread()
1630 if (-1 == sem_init(&out_flush_sem, 0, 0)) { in main()
1680 if (-1 == sem_destroy(&out_flush_sem)) { in main()