/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
omx_swvdec.h | 95 } ASYNC_THREAD; 283 ASYNC_THREAD m_async_thread; ///< asynchronous thread 425 static void async_thread(void *p_cmp);
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/ |
video_encoder_test.c | 64 static void* async_thread (void *); 410 (pthread_create (&init_decode->asyncthread_id,NULL,async_thread, 950 static void* async_thread (void *context) function
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/ |
decoder_driver_test.c | 67 static void* async_thread (void *); 356 (pthread_create (&init_decode->asyncthread_id,NULL,async_thread, 958 static void* async_thread (void *context) function [all...] |
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/ |
decoder_driver_test.c | 67 static void* async_thread (void *); 342 (pthread_create (&init_decode->asyncthread_id,NULL,async_thread, 899 static void* async_thread (void *context) function [all...] |
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
omx_swvdec.cpp | [all...] |
omx_vdec_v4l2.cpp | 891 DEBUG_PRINT_ERROR("eventfd_write failed for fd: %d, errno = %d, force stop async_thread", m_poll_efd, errno); [all...] |
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
video_encoder_device_v4l2.cpp | [all...] |
/hardware/qcom/media/msm8996/videopp/src/ |
omx_vdpp.cpp | 765 DEBUG_PRINT_HIGH("async_thread exits"); [all...] |