Home
last modified time | relevance | path

Searched refs:msg_thread_id (Results 1 – 25 of 52) sorted by relevance

123

/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
H A Domx_video_base.h326 pthread_t msg_thread_id; variable
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_base.h352 pthread_t msg_thread_id; variable
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_base.h361 pthread_t msg_thread_id; variable
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_base.h373 pthread_t msg_thread_id; variable
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Domx_vdec.h386 pthread_t msg_thread_id; variable
/aosp12/hardware/qcom/media/msm8996/videopp/inc/
H A Domx_vdpp.h563 pthread_t msg_thread_id; variable
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_base.h406 pthread_t msg_thread_id; variable
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_base.h411 pthread_t msg_thread_id; variable
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_base.h398 pthread_t msg_thread_id; variable
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h392 pthread_t msg_thread_id; variable
H A Domx_vdec.h453 pthread_t msg_thread_id; variable
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h389 pthread_t msg_thread_id; variable
H A Domx_vdec_hevc_swvdec.h447 pthread_t msg_thread_id; variable
H A Domx_vdec.h465 pthread_t msg_thread_id; variable
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h475 pthread_t msg_thread_id; variable
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h631 pthread_t msg_thread_id; variable
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
H A Domx_video_base.cpp226 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 Domx_video_encoder.cpp441 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 Domx_video_encoder.cpp479 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 Domx_video_encoder.cpp610 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 Domx_vdec.h662 pthread_t msg_thread_id; variable
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp601 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 Domx_video_encoder.cpp672 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 Domx_vdec.h698 pthread_t msg_thread_id; variable
/aosp12/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); in component_init()

123