Searched refs:sem_destroy (Results 1 - 22 of 22) sorted by relevance

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_Semaphore.c66 if (sem_destroy(sema) != 0)
/hardware/ti/omap4-aah/libtiutils/
H A DSemaphore.cpp66 status = sem_destroy(mSemaphore);
/hardware/ti/omap4xxx/libtiutils/
H A DSemaphore.cpp65 status = sem_destroy(mSemaphore);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dethreading.c572 sem_destroy(&cpi->h_event_start_encoding[ithread]);
574 sem_destroy(&cpi->h_event_end_encoding);
604 sem_destroy(&cpi->h_event_start_encoding[ithread]);
606 sem_destroy(&cpi->h_event_end_encoding);
607 sem_destroy(&cpi->h_event_end_lpf);
608 sem_destroy(&cpi->h_event_start_lpf);
637 sem_destroy(&cpi->h_event_start_encoding[i]);
644 sem_destroy(&cpi->h_event_end_encoding);
645 sem_destroy(&cpi->h_event_end_lpf);
646 sem_destroy(
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dthreading.h91 #define sem_destroy(sem) if(*sem)((int)(CloseHandle(*sem))==TRUE) macro
153 static inline int sem_destroy(sem_t * sem) function
171 #define sem_destroy(sem) semaphore_destroy(mach_task_self(),*sem) macro
/hardware/ti/omap4-aah/domx/mm_osal/src/
H A Dtimm_osal_semaphores.c131 if (SUCCESS != sem_destroy(psem))
/hardware/ti/omap4xxx/domx/mm_osal/src/
H A Dtimm_osal_semaphores.c131 if (SUCCESS != sem_destroy(psem))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Dthreading.c846 sem_destroy(&pbi->h_event_start_decoding[i]);
849 sem_destroy(&pbi->h_event_end_decoding);
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
H A Ddecoder_driver_test.c772 sem_destroy (&init_decode->queue_context.sem_message);
773 sem_destroy (&init_decode->sem_synchronize);
H A Domx_vdec_test.cpp1457 if (-1 == sem_destroy(&etb_sem))
1459 DEBUG_PRINT_ERROR("Error - sem_destroy failed %d\n", errno);
1461 if (-1 == sem_destroy(&fbd_sem))
1463 DEBUG_PRINT_ERROR("Error - sem_destroy failed %d\n", errno);
1465 if (-1 == sem_destroy(&seq_sem))
1467 DEBUG_PRINT_ERROR("Error - sem_destroy failed %d\n", errno);
1469 if (-1 == sem_destroy(&in_flush_sem))
1471 DEBUG_PRINT_ERROR("Error - sem_destroy failed %d\n", errno);
1473 if (-1 == sem_destroy(&out_flush_sem))
1475 DEBUG_PRINT_ERROR("Error - sem_destroy faile
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
H A Dvideo_encoder_test.c794 sem_destroy (&init_decode->queue_context.sem_message);
795 sem_destroy (&init_decode->sem_synchronize);
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
H A Ddecoder_driver_test.c719 sem_destroy (&init_decode->queue_context.sem_message);
720 sem_destroy (&init_decode->sem_synchronize);
H A Domx_vdec_test.cpp1668 if (-1 == sem_destroy(&etb_sem)) {
1669 DEBUG_PRINT_ERROR("Error - sem_destroy failed %d\n", errno);
1671 if (-1 == sem_destroy(&fbd_sem)) {
1672 DEBUG_PRINT_ERROR("Error - sem_destroy failed %d\n", errno);
1674 if (-1 == sem_destroy(&seq_sem)) {
1675 DEBUG_PRINT_ERROR("Error - sem_destroy failed %d\n", errno);
1677 if (-1 == sem_destroy(&in_flush_sem)) {
1678 DEBUG_PRINT_ERROR("Error - sem_destroy failed %d\n", errno);
1680 if (-1 == sem_destroy(&out_flush_sem)) {
1681 DEBUG_PRINT_ERROR("Error - sem_destroy faile
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
H A DOMX_VideoDec_Utils.h1301 sem_destroy (&(_semaphore_).sSemaphore); \
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Domx_video_base.cpp289 sem_destroy(&m_cmd_lock);
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp285 sem_destroy(&m_cmd_lock);
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp590 sem_destroy(&m_cmd_lock);
H A Domx_vdec_copper.cpp591 sem_destroy(&m_cmd_lock);
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp596 sem_destroy(&m_cmd_lock);
H A Domx_vdec_hevc.cpp712 sem_destroy(&m_cmd_lock);
H A Domx_vdec_hevc_swvdec.cpp821 sem_destroy(&m_cmd_lock);
H A Domx_vdec_msm8974.cpp792 sem_destroy(&m_cmd_lock);

Completed in 924 milliseconds