HomeSort by relevance Sort by last modified time
    Searched refs:async_thread_id (Results 1 - 25 of 35) 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 353 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_hevc.h 393 pthread_t async_thread_id; member in class:omx_vdec
    [all...]
omx_vdec.h 454 pthread_t async_thread_id; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 390 pthread_t async_thread_id; member in class:omx_vdec
    [all...]
omx_vdec.h 466 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/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 360 pthread_t async_thread_id; member in class:omx_video
  /hardware/qcom/media/msm8996/videopp/inc/
omx_vdpp.h 564 pthread_t async_thread_id; member in class:omx_vdpp
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 372 pthread_t async_thread_id; member in class:omx_video
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 392 pthread_t async_thread_id; member in class:omx_video
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 476 pthread_t async_thread_id; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 649 pthread_t async_thread_id; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 506 r = pthread_create(&async_thread_id,0, venc_dev::async_venc_message_thread, this);
511 dev_set_message_thread_id(async_thread_id);
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 588 r = pthread_create(&async_thread_id,0, venc_dev::async_venc_message_thread, this);
593 dev_set_message_thread_id(async_thread_id);
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 609 r = pthread_create(&async_thread_id,0, venc_dev::async_venc_message_thread, this);
621 dev_set_message_thread_id(async_thread_id);
    [all...]
  /hardware/qcom/media/sdm845/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);
441 dev_set_message_thread_id(async_thread_id);
    [all...]
  /hardware/qcom/media/msm8974/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 227 async_thread_id(0),
293 if (async_thread_id != 0) {
294 pthread_join(async_thread_id,NULL);
    [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...]
  /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_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_swvdec.cpp 669 async_thread_id = 0;
810 pthread_join(async_thread_id,NULL);
    [all...]

Completed in 1772 milliseconds

1 2