/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/ |
D | omx_video_base.h | 326 pthread_t msg_thread_id; variable
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 350 pthread_t msg_thread_id; variable
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 355 pthread_t msg_thread_id; variable
|
/hardware/qcom/media/msm8996/videopp/inc/ |
D | omx_vdpp.h | 563 pthread_t msg_thread_id; variable
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
D | omx_vdec.h | 386 pthread_t msg_thread_id; variable
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec_hevc.h | 389 pthread_t msg_thread_id; variable
|
D | omx_vdec_hevc_swvdec.h | 447 pthread_t msg_thread_id; variable
|
D | omx_vdec.h | 452 pthread_t msg_thread_id; variable
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec_hevc.h | 392 pthread_t msg_thread_id; variable
|
D | omx_vdec.h | 453 pthread_t msg_thread_id; variable
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
D | omx_video_base.cpp | 226 omx_video::omx_video(): msg_thread_id(0), in omx_video() 289 if (msg_thread_id != 0) { in ~omx_video() 290 pthread_join(msg_thread_id,NULL); in ~omx_video()
|
D | omx_video_encoder.cpp | 441 r = pthread_create(&msg_thread_id,0,message_thread,this); in component_init()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_hevc.cpp | 343 r = pthread_create(&msg_thread_id,0, message_thread, this); in component_init()
|
D | omx_video_encoder.cpp | 567 r = pthread_create(&msg_thread_id,0, message_thread, this); in component_init()
|
D | omx_swvenc_mpeg4.cpp | 443 if (pthread_create(&msg_thread_id,0, message_thread, this) < 0) in component_init()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | omx_vdec.cpp | 440 omx_vdec::omx_vdec(): msg_thread_id(0), in omx_vdec() 587 if (msg_thread_id != 0) { in ~omx_vdec() 588 pthread_join(msg_thread_id,NULL); in ~omx_vdec() 1600 r = pthread_create(&msg_thread_id,0,message_thread,this); in component_init()
|
D | omx_vdec_copper.cpp | 586 pthread_join(msg_thread_id,NULL); in ~omx_vdec() 1516 r = pthread_create(&msg_thread_id,0,message_thread,this); in component_init()
|
/hardware/qcom/media/msm8996/videopp/src/ |
D | omx_vdpp.cpp | 656 msg_thread_id = 0; in omx_vdpp() 749 pthread_join(msg_thread_id,NULL); in ~omx_vdpp() 1735 ret = pthread_create(&msg_thread_id,0,message_thread,this); in component_init()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 493 r = pthread_create(&msg_thread_id,0, message_thread, this); in component_init()
|
D | omx_video_base.cpp | 283 pthread_join(msg_thread_id,NULL); in ~omx_video()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_msm8974.cpp | 676 msg_thread_id = 0; in omx_vdec() 809 pthread_join(msg_thread_id,NULL); in ~omx_vdec() 2057 r = pthread_create(&msg_thread_id,0,message_thread,this); in component_init()
|
D | omx_vdec_hevc.cpp | 699 pthread_join(msg_thread_id,NULL); in ~omx_vdec() 1603 r = pthread_create(&msg_thread_id,0,message_thread,this); in component_init()
|
D | omx_vdec.cpp | 583 pthread_join(msg_thread_id,NULL); in ~omx_vdec() 1564 r = pthread_create(&msg_thread_id,0,message_thread,this); in component_init()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc_swvdec.cpp | 668 msg_thread_id = 0; in omx_vdec() 794 pthread_join(msg_thread_id,NULL); in ~omx_vdec() 2067 r = pthread_create(&msg_thread_id,0,message_thread,this); in component_init()
|
D | omx_vdec_hevc.cpp | 694 pthread_join(msg_thread_id,NULL); in ~omx_vdec() 1582 r = pthread_create(&msg_thread_id,0,message_thread,this); in component_init()
|