Searched refs:msg_thread_id (Results 1 - 25 of 28) sorted by relevance

12

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
H A Domx_video_base.h326 pthread_t msg_thread_id; member in class:omx_video
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Domx_vdec.h386 pthread_t msg_thread_id; member in class:omx_vdec
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h392 pthread_t msg_thread_id; member in class:omx_vdec
H A Domx_vdec.h453 pthread_t msg_thread_id; member in class:omx_vdec
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_base.h350 pthread_t msg_thread_id; member in class:omx_video
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h389 pthread_t msg_thread_id; member in class:omx_vdec
H A Domx_vdec.h452 pthread_t msg_thread_id; member in class:omx_vdec
H A Domx_vdec_hevc_swvdec.h447 pthread_t msg_thread_id; member in class:omx_vdec
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_base.h355 pthread_t msg_thread_id; member in class:omx_video
/hardware/qcom/media/msm8996/videopp/inc/
H A Domx_vdpp.h563 pthread_t msg_thread_id; member in class:omx_vdpp
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
H A Domx_video_encoder.cpp441 r = pthread_create(&msg_thread_id,0,message_thread,this);
H A Domx_video_base.cpp226 omx_video::omx_video(): msg_thread_id(0),
289 if (msg_thread_id != 0) {
290 pthread_join(msg_thread_id,NULL);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Domx_swvenc_hevc.cpp343 r = pthread_create(&msg_thread_id,0, message_thread, this);
H A Domx_swvenc_mpeg4.cpp443 if (pthread_create(&msg_thread_id,0, message_thread, this) < 0)
H A Domx_video_encoder.cpp567 r = pthread_create(&msg_thread_id,0, message_thread, this);
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp440 omx_vdec::omx_vdec(): msg_thread_id(0),
587 if (msg_thread_id != 0) {
588 pthread_join(msg_thread_id,NULL);
1600 r = pthread_create(&msg_thread_id,0,message_thread,this);
H A Domx_vdec_copper.cpp586 pthread_join(msg_thread_id,NULL);
1516 r = pthread_create(&msg_thread_id,0,message_thread,this);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp493 r = pthread_create(&msg_thread_id,0, message_thread, this);
/hardware/qcom/media/msm8996/videopp/src/
H A Domx_vdpp.cpp656 msg_thread_id = 0;
749 pthread_join(msg_thread_id,NULL);
1735 ret = pthread_create(&msg_thread_id,0,message_thread,this);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp660 msg_thread_id = 0;
786 pthread_join(msg_thread_id,NULL);
2044 r = pthread_create(&msg_thread_id,0,message_thread,this);
H A Domx_vdec_msm8974.cpp676 msg_thread_id = 0;
809 pthread_join(msg_thread_id,NULL);
2057 r = pthread_create(&msg_thread_id,0,message_thread,this);
H A Domx_vdec.cpp583 pthread_join(msg_thread_id,NULL);
1564 r = pthread_create(&msg_thread_id,0,message_thread,this);
H A Domx_vdec_hevc.cpp699 pthread_join(msg_thread_id,NULL);
1603 r = pthread_create(&msg_thread_id,0,message_thread,this);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp668 msg_thread_id = 0;
794 pthread_join(msg_thread_id,NULL);
2067 r = pthread_create(&msg_thread_id,0,message_thread,this);
H A Domx_vdec_v4l2.cpp744 msg_thread_id = 0;
883 pthread_join(msg_thread_id,NULL);
2508 r = pthread_create(&msg_thread_id,0,message_thread,this);

Completed in 270 milliseconds

12