Home
last modified time | relevance | path

Searched refs:sem_wait (Results 1 – 25 of 36) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dthreading.h89 #define sem_wait(sem) (int)(WAIT_OBJECT_0 != WaitForSingleObject(*sem,INFINITE)) macro
115 static inline int sem_wait(sem_t * sem)
169 #define sem_wait(sem) (semaphore_wait(*sem) )
/hardware/ti/omap4-aah/libtiutils/
DSemaphore.cpp135 return ErrorUtils::posixToAndroidError(sem_wait(mSemaphore)); in Wait()
/hardware/ti/omap4xxx/libtiutils/
DSemaphore.cpp134 return ErrorUtils::posixToAndroidError(sem_wait(mSemaphore)); in Wait()
/hardware/ti/omap3/dspbridge/libbridge/
DDSPManager.c104 sem_wait(&semOpenClose); in DspManager_Open()
135 sem_wait(&semOpenClose); in DspManager_Close()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
Dvideo_encoder_test.c644 sem_wait (&encoder_context->sem_synchronize); in start_encoding()
714 sem_wait (&encoder_context->sem_synchronize); in start_encoding()
740 sem_wait (&encoder_context->sem_synchronize); in stop_encoding()
754 sem_wait (&encoder_context->sem_synchronize); in stop_encoding()
764 sem_wait (&encoder_context->sem_synchronize); in stop_encoding()
Dqueue.c77 sem_wait(&ptr_q->sem_message); in queue_get_cmd()
/hardware/ti/omap4xxx/domx/mm_osal/src/
Dtimm_osal_semaphores.c166 if (SUCCESS != sem_wait(psem)) in TIMM_OSAL_SemaphoreObtain()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Dmessage_queue.c71 sem_wait(&ptr_q->sem_message); in queue_get_cmd()
/hardware/ti/omap4-aah/domx/mm_osal/src/
Dtimm_osal_semaphores.c166 if (SUCCESS != sem_wait(psem)) in TIMM_OSAL_SemaphoreObtain()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Dmessage_queue.c77 sem_wait(&ptr_q->sem_message); in queue_get_cmd()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Dmessage_queue.c71 sem_wait(&ptr_q->sem_message); in queue_get_cmd()
Domx_swvdec.cpp473 sem_wait(&m_sem_cmd); in send_command()
4568 sem_wait(&m_async_thread.sem_thread_created); in async_thread_create()
4674 sem_wait(&p_async_thread->sem_event); in async_thread()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
Ddecoder_driver_test.c582 sem_wait (&decode_context->sem_synchronize); in start_decoding()
650 sem_wait (&decode_context->sem_synchronize); in start_decoding()
672 sem_wait (&decode_context->sem_synchronize); in stop_decoding()
683 sem_wait (&decode_context->sem_synchronize); in stop_decoding()
692 sem_wait (&decode_context->sem_synchronize); in stop_decoding()
Domx_vdec_test.cpp565 sem_wait(&seq_sem); in process_current_command()
596 sem_wait(&seq_sem); in process_current_command()
616 sem_wait(&seq_sem); in process_current_command()
696 sem_wait(&in_flush_sem); in ebd_thread()
700 sem_wait(&etb_sem); in ebd_thread()
756 sem_wait(&out_flush_sem); in fbd_thread()
759 sem_wait(&fbd_sem); in fbd_thread()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
Ddecoder_driver_test.c625 sem_wait (&decode_context->sem_synchronize); in start_decoding()
691 sem_wait (&decode_context->sem_synchronize); in start_decoding()
717 sem_wait (&decode_context->sem_synchronize); in stop_decoding()
731 sem_wait (&decode_context->sem_synchronize); in stop_decoding()
742 sem_wait (&decode_context->sem_synchronize); in stop_decoding()
Domx_vdec_test.cpp429 sem_wait(&seq_sem); in process_current_command()
469 sem_wait(&seq_sem); in process_current_command()
493 sem_wait(&seq_sem); in process_current_command()
576 sem_wait(&in_flush_sem); in ebd_thread()
580 sem_wait(&etb_sem); in ebd_thread()
630 sem_wait(&out_flush_sem); in fbd_thread()
633 sem_wait(&fbd_sem); in fbd_thread()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dethreading.c34 if (sem_wait(&cpi->h_event_start_lpf) == 0) in thread_loopfilter()
61 if (sem_wait(&cpi->h_event_start_encoding[ithread]) == 0) in thread_encoding_proc()
Donyx_if.c1459 sem_wait(&cpi->h_event_end_lpf); in vp8_change_config()
3357 sem_wait(&cpi->h_event_end_lpf); in encode_frame_to_data_rate()
4445 sem_wait(&cpi->h_event_end_lpf); in encode_frame_to_data_rate()
4455 sem_wait(&cpi->h_event_end_lpf); in encode_frame_to_data_rate()
5443 sem_wait(&cpi->h_event_end_lpf); in vp8_get_preview_raw_frame()
Dencodeframe.c847 sem_wait(&cpi->h_event_end_encoding); /* wait for other threads to finish */ in vp8_encode_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Dthreading.c632 if (sem_wait(&pbi->h_event_start_decoding[ithread]) == 0) in thread_decoding_proc()
909 sem_wait(&pbi->h_event_end_decoding); /* add back for each frame */ in vp8mt_decode_mb_rows()
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
DOMX_VideoDec_Utils.h1330 sem_wait (&(_semaphore_).sSemaphore); \
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/src/
Domx_qcelp13_aenc.cpp1273 sem_wait (&sem_States); in send_command()
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/src/
Domx_amr_aenc.cpp1269 sem_wait (&sem_States); in send_command()
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/src/
Domx_evrc_aenc.cpp1271 sem_wait (&sem_States); in send_command()
/hardware/qcom/media/msm8996/videopp/src/
Domx_vdpp.cpp307 sem_wait(&(omx->drv_ctx.async_lock)); in async_message_thread()
1827 sem_wait(&m_cmd_lock); in send_command()

12