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

  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h 319 bool async_thread_created; member in class:venc_dev
omx_video_base.h 351 bool async_thread_created; member in class:omx_video
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 859 bool async_thread_created; member in class:omx_vdec
    [all...]
omx_vdec.h 969 bool async_thread_created; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 494 async_thread_created = true;
498 async_thread_created = false;
    [all...]
video_encoder_device_v4l2.cpp 224 async_thread_created = false;
    [all...]
omx_video_base.cpp 252 async_thread_created = false;
287 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 675 async_thread_created = false;
811 if (async_thread_created)
    [all...]
omx_vdec_hevc_swvdec.cpp 663 async_thread_created = false;
801 if (async_thread_created)
    [all...]

Completed in 99 milliseconds