/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 | 352 pthread_t msg_thread_id; variable
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 359 pthread_t msg_thread_id; variable
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 371 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/sdm845/media/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 409 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 | 465 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/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 475 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/sdm845/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 662 pthread_t msg_thread_id; variable
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 479 r = pthread_create(&msg_thread_id,0, message_thread_enc, this); in component_init() 493 pthread_join(msg_thread_id,NULL); in component_init()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 601 r = pthread_create(&msg_thread_id,0, message_thread_enc, this); in component_init() 616 pthread_join(msg_thread_id,NULL); in component_init()
|
D | omx_swvenc_mpeg4.cpp | 441 if (pthread_create(&msg_thread_id,0, message_thread_enc, this) < 0) { 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_swvenc_mpeg4.cpp | 443 if (pthread_create(&msg_thread_id,0, message_thread, this) < 0) in component_init()
|
D | omx_video_encoder.cpp | 582 r = pthread_create(&msg_thread_id,0, message_thread, this); 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()
|
/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 | 500 r = pthread_create(&msg_thread_id,0, message_thread, this); in component_init()
|