Searched refs:async_thread (Results 1 – 7 of 7) sorted by relevance
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/ |
D | video_encoder_test.c | 64 static void* async_thread (void *); 410 (pthread_create (&init_decode->asyncthread_id,NULL,async_thread, in init_encoder() 950 static void* async_thread (void *context) in async_thread() function
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/ |
D | decoder_driver_test.c | 67 static void* async_thread (void *); 356 (pthread_create (&init_decode->asyncthread_id,NULL,async_thread, in init_decoder() 958 static void* async_thread (void *context) in async_thread() function
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/ |
D | decoder_driver_test.c | 67 static void* async_thread (void *); 342 (pthread_create (&init_decode->asyncthread_id,NULL,async_thread, in init_decoder() 899 static void* async_thread (void *context) in async_thread() function
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_swvdec.h | 425 static void async_thread(void *p_cmp);
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_swvdec.h | 424 static void async_thread(void *p_cmp);
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_swvdec.cpp | 4552 (void *(*)(void *)) async_thread, in async_thread_create() 4656 void omx_swvdec::async_thread(void *p_cmp) in async_thread() function in omx_swvdec
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_swvdec.cpp | 4939 (void *(*)(void *)) async_thread, in async_thread_create() 5037 void omx_swvdec::async_thread(void *p_cmp) in async_thread() function in omx_swvdec
|