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

  /hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
omx_video_base.h 326 pthread_t msg_thread_id; member in class:omx_video
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 346 pthread_t msg_thread_id; member in class:omx_video
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 386 pthread_t msg_thread_id; member in class:omx_vdec
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 392 pthread_t msg_thread_id; member in class:omx_vdec
    [all...]
omx_vdec.h 446 pthread_t msg_thread_id; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
omx_video_encoder.cpp 441 r = pthread_create(&msg_thread_id,0,message_thread,this);
    [all...]
omx_video_base.cpp 285 pthread_join(msg_thread_id,NULL);
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 455 r = pthread_create(&msg_thread_id,0, message_thread, this);
    [all...]
omx_video_base.cpp 276 pthread_join(msg_thread_id,NULL);
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc_swvdec.cpp 660 msg_thread_id = 0;
786 pthread_join(msg_thread_id,NULL);
    [all...]
omx_vdec_msm8974.cpp 649 msg_thread_id = 0;
779 pthread_join(msg_thread_id,NULL);
    [all...]
omx_vdec.cpp 583 pthread_join(msg_thread_id,NULL);
    [all...]
omx_vdec_hevc.cpp 701 pthread_join(msg_thread_id,NULL);
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp 582 pthread_join(msg_thread_id,NULL);
    [all...]
omx_vdec_copper.cpp 586 pthread_join(msg_thread_id,NULL);
    [all...]

Completed in 81 milliseconds