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

  /hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
omx_video_base.h 325 pthread_t msg_thread_id; member in class:omx_video
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 340 pthread_t msg_thread_id; member in class:omx_video
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 388 pthread_t msg_thread_id; member in class:omx_vdec
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 396 pthread_t msg_thread_id; member in class:omx_vdec
    [all...]
omx_vdec.h 417 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 425 r = pthread_create(&msg_thread_id,0, message_thread, this);
    [all...]
omx_video_base.cpp 274 pthread_join(msg_thread_id,NULL);
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_msm8974.cpp 601 msg_thread_id = 0;
720 pthread_join(msg_thread_id,NULL);
    [all...]
omx_vdec.cpp 583 pthread_join(msg_thread_id,NULL);
    [all...]
omx_vdec_hevc.cpp 688 pthread_join(msg_thread_id,NULL);
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp 581 pthread_join(msg_thread_id,NULL);
    [all...]
omx_vdec_copper.cpp 586 pthread_join(msg_thread_id,NULL);
    [all...]

Completed in 954 milliseconds