Searched refs:async_thread_created (Results 1 - 10 of 10) sorted by relevance

/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device_v4l2.h297 bool async_thread_created; member in class:venc_dev
H A Domx_video_base.h348 bool async_thread_created; member in class:omx_video
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h859 bool async_thread_created; member in class:omx_vdec
H A Domx_vdec.h945 bool async_thread_created; member in class:omx_vdec
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp460 async_thread_created = true;
464 async_thread_created = false;
H A Dvideo_encoder_device_v4l2.cpp185 async_thread_created = false;
1002 if (async_thread_created)
2009 async_thread_created = true;
H A Domx_video_base.cpp248 async_thread_created = false;
281 if (async_thread_created)
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp536 async_thread_created = false;
586 if (async_thread_created) {
1577 async_thread_created = true;
H A Domx_vdec_msm8974.cpp652 async_thread_created = false;
786 if (async_thread_created)
1529 async_thread_created = true;
1534 async_thread_created = false;
H A Domx_vdec_hevc_swvdec.cpp663 async_thread_created = false;
801 if (async_thread_created)
1873 async_thread_created = true;

Completed in 157 milliseconds