Searched refs:msg_thread_id (Results 1 – 15 of 15) sorted by relevance
/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/ |
D | omx_video_base.h | 326 pthread_t msg_thread_id; variable
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 346 pthread_t msg_thread_id; variable
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/ |
D | omx_vdec.h | 386 pthread_t msg_thread_id; variable
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec_hevc.h | 392 pthread_t msg_thread_id; variable
|
D | omx_vdec.h | 446 pthread_t msg_thread_id; variable
|
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/ |
D | omx_video_encoder.cpp | 441 r = pthread_create(&msg_thread_id,0,message_thread,this); in component_init()
|
D | omx_video_base.cpp | 285 pthread_join(msg_thread_id,NULL); in ~omx_video()
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 455 r = pthread_create(&msg_thread_id,0, message_thread, this); in component_init()
|
D | omx_video_base.cpp | 276 pthread_join(msg_thread_id,NULL); in ~omx_video()
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_msm8974.cpp | 649 msg_thread_id = 0; in omx_vdec() 779 pthread_join(msg_thread_id,NULL); in ~omx_vdec() 1891 r = pthread_create(&msg_thread_id,0,message_thread,this); in component_init()
|
D | omx_vdec_hevc_swvdec.cpp | 660 msg_thread_id = 0; in omx_vdec() 786 pthread_join(msg_thread_id,NULL); in ~omx_vdec() 2044 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()
|
D | omx_vdec_hevc.cpp | 701 pthread_join(msg_thread_id,NULL); in ~omx_vdec() 1605 r = pthread_create(&msg_thread_id,0,message_thread,this); in component_init()
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/ |
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()
|
D | omx_vdec.cpp | 585 pthread_join(msg_thread_id,NULL); in ~omx_vdec() 1594 r = pthread_create(&msg_thread_id,0,message_thread,this); in component_init()
|