HomeSort by relevance Sort by last modified time
    Searched refs:async_thread_created (Results 1 - 9 of 9) sorted by null

  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h 257 bool async_thread_created; member in class:venc_dev
omx_video_base.h 342 bool async_thread_created; member in class:omx_video
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 863 bool async_thread_created; member in class:omx_vdec
    [all...]
omx_vdec.h 912 bool async_thread_created; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 184 async_thread_created = false;
751 if (async_thread_created)
    [all...]
omx_video_encoder.cpp 430 async_thread_created = true;
434 async_thread_created = false;
    [all...]
omx_video_base.cpp 246 async_thread_created = false;
279 if (async_thread_created)
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp 536 async_thread_created = false;
586 if (async_thread_created) {
    [all...]
omx_vdec_msm8974.cpp 604 async_thread_created = false;
727 if (async_thread_created)
    [all...]

Completed in 874 milliseconds