Searched refs:msg_thread_id (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/media/mm-video/vidc/venc/inc/ |
D | omx_video_base.h | 325 pthread_t msg_thread_id; variable
|
/hardware/qcom/media/mm-video/vidc/vdec/inc/ |
D | omx_vdec.h | 386 pthread_t msg_thread_id; variable
|
/hardware/qcom/media/mm-video/vidc/venc/src/ |
D | omx_video_encoder.cpp | 427 r = pthread_create(&msg_thread_id,0,message_thread,this); in component_init()
|
D | omx_video_base.cpp | 281 pthread_join(msg_thread_id,NULL); in ~omx_video()
|
/hardware/qcom/media/mm-video/vidc/vdec/src/ |
D | omx_vdec_copper.cpp | 593 pthread_join(msg_thread_id,NULL); in ~omx_vdec() 1523 r = pthread_create(&msg_thread_id,0,message_thread,this); in component_init()
|
D | omx_vdec.cpp | 575 pthread_join(msg_thread_id,NULL); in ~omx_vdec() 1563 r = pthread_create(&msg_thread_id,0,message_thread,this); in component_init()
|