/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/ |
D | omx_video_base.h | 327 pthread_t async_thread_id; variable
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 353 pthread_t async_thread_id; variable
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 360 pthread_t async_thread_id; variable
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 372 pthread_t async_thread_id; variable
|
/hardware/qcom/media/msm8996/videopp/inc/ |
D | omx_vdpp.h | 564 pthread_t async_thread_id; variable
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 410 pthread_t async_thread_id; variable
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
D | omx_vdec.h | 387 pthread_t async_thread_id; variable
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec_hevc.h | 390 pthread_t async_thread_id; variable
|
D | omx_vdec_hevc_swvdec.h | 448 pthread_t async_thread_id; variable
|
D | omx_vdec.h | 466 pthread_t async_thread_id; variable
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec_hevc.h | 393 pthread_t async_thread_id; variable
|
D | omx_vdec.h | 454 pthread_t async_thread_id; variable
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 476 pthread_t async_thread_id; variable
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 506 r = pthread_create(&async_thread_id,0, venc_dev::async_venc_message_thread, this); in component_init() 511 dev_set_message_thread_id(async_thread_id); in component_init()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
D | omx_video_base.cpp | 227 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()
|
D | omx_video_encoder.cpp | 449 r = pthread_create(&async_thread_id,0,async_venc_message_thread,this); in component_init()
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 663 pthread_t async_thread_id; variable
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 487 r = pthread_create(&async_thread_id,0, venc_dev::async_venc_message_thread, this); in component_init() 497 dev_set_message_thread_id(async_thread_id); in component_init()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 588 r = pthread_create(&async_thread_id,0, venc_dev::async_venc_message_thread, this); in component_init() 593 dev_set_message_thread_id(async_thread_id); in component_init()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 609 … r = pthread_create(&async_thread_id,0, venc_dev::async_venc_message_thread, this); in component_init() 621 dev_set_message_thread_id(async_thread_id); in component_init()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | omx_vdec.cpp | 441 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()
|
/hardware/qcom/media/msm8996/videopp/src/ |
D | omx_vdpp.cpp | 657 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/ |
D | omx_vdec_msm8974.cpp | 678 async_thread_id = 0; in omx_vdec() 818 pthread_join(async_thread_id,NULL); in ~omx_vdec() 1677 ret = pthread_create(&async_thread_id,0,async_message_thread,this); in component_init()
|
D | omx_vdec_hevc_swvdec.cpp | 661 async_thread_id = 0; in omx_vdec() 802 pthread_join(async_thread_id,NULL); in ~omx_vdec() 1867 ret = pthread_create(&async_thread_id,0,async_message_thread,this); in component_init()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc_swvdec.cpp | 669 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()
|