Home
last modified time | relevance | path

Searched refs:async_thread_id (Results 1 – 24 of 24) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
Domx_video_base.h327 pthread_t async_thread_id; variable
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h351 pthread_t async_thread_id; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h356 pthread_t async_thread_id; variable
/hardware/qcom/media/msm8996/videopp/inc/
Domx_vdpp.h564 pthread_t async_thread_id; variable
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Domx_vdec.h387 pthread_t async_thread_id; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec_hevc.h390 pthread_t async_thread_id; variable
Domx_vdec_hevc_swvdec.h448 pthread_t async_thread_id; variable
Domx_vdec.h453 pthread_t async_thread_id; variable
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec_hevc.h393 pthread_t async_thread_id; variable
Domx_vdec.h454 pthread_t async_thread_id; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp573 r = pthread_create(&async_thread_id,0, venc_dev::async_venc_message_thread, this); in component_init()
578 dev_set_message_thread_id(async_thread_id); in component_init()
Domx_video_base.cpp351 pthread_join(async_thread_id,NULL); in ~omx_video()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp499 r = pthread_create(&async_thread_id,0, venc_dev::async_venc_message_thread, this); in component_init()
504 dev_set_message_thread_id(async_thread_id); in component_init()
Domx_video_base.cpp289 pthread_join(async_thread_id,NULL); in ~omx_video()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Domx_video_base.cpp227 async_thread_id(0), in omx_video()
293 if (async_thread_id != 0) { in ~omx_video()
294 pthread_join(async_thread_id,NULL); in ~omx_video()
Domx_video_encoder.cpp449 r = pthread_create(&async_thread_id,0,async_venc_message_thread,this); in component_init()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Domx_vdec.cpp441 async_thread_id(0), in omx_vdec()
591 if (async_thread_id != 0) { in ~omx_vdec()
592 pthread_join(async_thread_id,NULL); in ~omx_vdec()
1609 r = pthread_create(&async_thread_id,0,async_message_thread,this); in component_init()
Domx_vdec_copper.cpp588 pthread_join(async_thread_id,NULL); in ~omx_vdec()
5418 ret = pthread_create(&async_thread_id,0,async_message_thread,this); in empty_this_buffer_proxy()
/hardware/qcom/media/msm8996/videopp/src/
Domx_vdpp.cpp657 async_thread_id = 0; in omx_vdpp()
764 pthread_join(async_thread_id,NULL); in ~omx_vdpp()
1556 ret = pthread_create(&async_thread_id,0,async_message_thread,this); in component_init()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_msm8974.cpp677 async_thread_id = 0; in omx_vdec()
817 pthread_join(async_thread_id,NULL); in ~omx_vdec()
1676 ret = pthread_create(&async_thread_id,0,async_message_thread,this); in component_init()
Domx_vdec_hevc.cpp705 pthread_join(async_thread_id,NULL); in ~omx_vdec()
1262 ret = pthread_create(&async_thread_id,0,async_message_thread,this); in component_init()
Domx_vdec.cpp588 pthread_join(async_thread_id,NULL); in ~omx_vdec()
1571 r = pthread_create(&async_thread_id,0,async_message_thread,this); in component_init()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc_swvdec.cpp669 async_thread_id = 0; in omx_vdec()
810 pthread_join(async_thread_id,NULL); in ~omx_vdec()
1890 ret = pthread_create(&async_thread_id,0,async_message_thread,this); in component_init()
Domx_vdec_hevc.cpp700 pthread_join(async_thread_id,NULL); in ~omx_vdec()
1257 ret = pthread_create(&async_thread_id,0,async_message_thread,this); in component_init()