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

  /hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
omx_video_base.h 326 pthread_t async_thread_id; member in class:omx_video
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 341 pthread_t async_thread_id; member in class:omx_video
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 389 pthread_t async_thread_id; member in class:omx_vdec
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 397 pthread_t async_thread_id; member in class:omx_vdec
    [all...]
omx_vdec.h 418 pthread_t async_thread_id; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 431 r = pthread_create(&async_thread_id,0, venc_dev::async_venc_message_thread, this);
436 dev_set_message_thread_id(async_thread_id);
    [all...]
omx_video_base.cpp 280 pthread_join(async_thread_id,NULL);
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
omx_video_encoder.cpp 449 r = pthread_create(&async_thread_id,0,async_venc_message_thread,this);
    [all...]
omx_video_base.cpp 287 pthread_join(async_thread_id,NULL);
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_msm8974.cpp 602 async_thread_id = 0;
728 pthread_join(async_thread_id,NULL);
    [all...]
omx_vdec.cpp 588 pthread_join(async_thread_id,NULL);
    [all...]
omx_vdec_hevc.cpp 694 pthread_join(async_thread_id,NULL);
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp 583 pthread_join(async_thread_id,NULL);
    [all...]
omx_vdec_copper.cpp 588 pthread_join(async_thread_id,NULL);
    [all...]

Completed in 862 milliseconds