HomeSort by relevance Sort by last modified time
    Searched full:async_thread_id (Results 1 - 25 of 26) sorted by null

1 2

  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
omx_video_base.h 327 pthread_t async_thread_id; member in class:omx_video
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 351 pthread_t async_thread_id; member in class:omx_video
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 356 pthread_t async_thread_id; member in class:omx_video
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 387 pthread_t async_thread_id; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 454 pthread_t async_thread_id; member in class:omx_vdec
    [all...]
omx_vdec_hevc.h 393 pthread_t async_thread_id; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 453 pthread_t async_thread_id; member in class:omx_vdec
    [all...]
omx_vdec_hevc.h 390 pthread_t async_thread_id; member in class:omx_vdec
    [all...]
omx_vdec_hevc_swvdec.h 448 pthread_t async_thread_id; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/msm8996/videopp/inc/
omx_vdpp.h 564 pthread_t async_thread_id; member in class:omx_vdpp
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 499 r = pthread_create(&async_thread_id,0, venc_dev::async_venc_message_thread, this);
504 dev_set_message_thread_id(async_thread_id);
    [all...]
omx_video_base.cpp 289 pthread_join(async_thread_id,NULL);
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 573 r = pthread_create(&async_thread_id,0, venc_dev::async_venc_message_thread, this);
578 dev_set_message_thread_id(async_thread_id);
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
omx_video_base.cpp 227 async_thread_id(0),
293 if (async_thread_id != 0) {
294 pthread_join(async_thread_id,NULL);
    [all...]
omx_video_encoder.cpp 449 r = pthread_create(&async_thread_id,0,async_venc_message_thread,this);
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp 441 async_thread_id(0),
591 if (async_thread_id != 0) {
592 pthread_join(async_thread_id,NULL);
    [all...]
omx_vdec_copper.cpp 588 pthread_join(async_thread_id,NULL);
    [all...]
  /hardware/qcom/media/msm8996/videopp/src/
omx_vdpp.cpp 657 async_thread_id = 0;
764 pthread_join(async_thread_id,NULL);
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp 588 pthread_join(async_thread_id,NULL);
    [all...]
omx_vdec_hevc.cpp 705 pthread_join(async_thread_id,NULL);
    [all...]
omx_vdec_hevc_swvdec.cpp 661 async_thread_id = 0;
802 pthread_join(async_thread_id,NULL);
    [all...]
omx_vdec_msm8974.cpp 677 async_thread_id = 0;
817 pthread_join(async_thread_id,NULL);
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 700 pthread_join(async_thread_id,NULL);
    [all...]
omx_vdec_hevc_swvdec.cpp 669 async_thread_id = 0;
810 pthread_join(async_thread_id,NULL);
    [all...]
omx_vdec_v4l2.cpp 745 async_thread_id = 0;
896 pthread_join(async_thread_id,NULL);
    [all...]

Completed in 2236 milliseconds

1 2