/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/ |
H A D | omx_video_base.h | 326 pthread_t msg_thread_id; variable
|
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
H A D | omx_video_base.h | 352 pthread_t msg_thread_id; variable
|
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
H A D | omx_video_base.h | 361 pthread_t msg_thread_id; variable
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
H A D | omx_video_base.h | 373 pthread_t msg_thread_id; variable
|
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
H A D | omx_vdec.h | 386 pthread_t msg_thread_id; variable
|
/aosp12/hardware/qcom/media/msm8996/videopp/inc/ |
H A D | omx_vdpp.h | 563 pthread_t msg_thread_id; variable
|
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/ |
H A D | omx_video_base.h | 406 pthread_t msg_thread_id; variable
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/ |
H A D | omx_video_base.h | 411 pthread_t msg_thread_id; variable
|
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/ |
H A D | omx_video_base.h | 398 pthread_t msg_thread_id; variable
|
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_vdec_hevc.h | 392 pthread_t msg_thread_id; variable
|
H A D | omx_vdec.h | 453 pthread_t msg_thread_id; variable
|
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_vdec_hevc.h | 389 pthread_t msg_thread_id; variable
|
H A D | omx_vdec_hevc_swvdec.h | 447 pthread_t msg_thread_id; variable
|
H A D | omx_vdec.h | 465 pthread_t msg_thread_id; variable
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_vdec.h | 475 pthread_t msg_thread_id; variable
|
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_vdec.h | 631 pthread_t msg_thread_id; variable
|
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
H A 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()
|
H A D | omx_video_encoder.cpp | 441 r = pthread_create(&msg_thread_id,0,message_thread,this); in component_init()
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
H A 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()
|
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_video_encoder.cpp | 610 r = pthread_create(&msg_thread_id,0, message_thread_enc, this); in component_init() 624 pthread_join(msg_thread_id,NULL); in component_init()
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_vdec.h | 662 pthread_t msg_thread_id; variable
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
H A 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()
|
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_video_encoder.cpp | 672 r = pthread_create(&msg_thread_id,0, message_thread_enc, this); in component_init() 686 pthread_join(msg_thread_id,NULL); in component_init()
|
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_vdec.h | 698 pthread_t msg_thread_id; variable
|
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_swvenc_hevc.cpp | 343 r = pthread_create(&msg_thread_id,0, message_thread, this); in component_init()
|