Home
last modified time | relevance | path

Searched refs:async_thread_id (Results 1 – 25 of 43) sorted by relevance

12

/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
H A Domx_video_base.h327 pthread_t async_thread_id; variable
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_base.h353 pthread_t async_thread_id; variable
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_base.h362 pthread_t async_thread_id; variable
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_base.h374 pthread_t async_thread_id; variable
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Domx_vdec.h387 pthread_t async_thread_id; variable
/aosp12/hardware/qcom/media/msm8996/videopp/inc/
H A Domx_vdpp.h564 pthread_t async_thread_id; variable
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_base.h407 pthread_t async_thread_id; variable
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_base.h412 pthread_t async_thread_id; variable
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_base.h399 pthread_t async_thread_id; variable
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h393 pthread_t async_thread_id; variable
H A Domx_vdec.h454 pthread_t async_thread_id; variable
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h390 pthread_t async_thread_id; variable
H A Domx_vdec_hevc_swvdec.h448 pthread_t async_thread_id; variable
H A Domx_vdec.h466 pthread_t async_thread_id; variable
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp506 r = pthread_create(&async_thread_id,0, venc_dev::async_venc_message_thread, this); in component_init()
511 dev_set_message_thread_id(async_thread_id); in component_init()
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h476 pthread_t async_thread_id; variable
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h632 pthread_t async_thread_id; variable
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
H A Domx_video_base.cpp227 async_thread_id(0), in omx_video()
293 if (async_thread_id != 0) { in ~omx_video()
294 pthread_join(async_thread_id,NULL); in ~omx_video()
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp588 r = pthread_create(&async_thread_id,0, venc_dev::async_venc_message_thread, this); in component_init()
593 dev_set_message_thread_id(async_thread_id); in component_init()
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp487 r = pthread_create(&async_thread_id,0, venc_dev::async_venc_message_thread, this); in component_init()
497 dev_set_message_thread_id(async_thread_id); in component_init()
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp618 r = pthread_create(&async_thread_id,0, venc_dev::async_venc_message_thread, this); in component_init()
628 dev_set_message_thread_id(async_thread_id); in component_init()
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h663 pthread_t async_thread_id; variable
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp609 … r = pthread_create(&async_thread_id,0, venc_dev::async_venc_message_thread, this); in component_init()
621 dev_set_message_thread_id(async_thread_id); in component_init()
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp680 r = pthread_create(&async_thread_id,0, venc_dev::async_venc_message_thread, this); in component_init()
690 dev_set_message_thread_id(async_thread_id); in component_init()
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h699 pthread_t async_thread_id; variable

12