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

1 2

  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
omx_video_base.h 326 pthread_t msg_thread_id; member in class:omx_video
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 350 pthread_t msg_thread_id; member in class:omx_video
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 355 pthread_t msg_thread_id; member in class:omx_video
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 386 pthread_t msg_thread_id; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 453 pthread_t msg_thread_id; member in class:omx_vdec
    [all...]
omx_vdec_hevc.h 392 pthread_t msg_thread_id; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 452 pthread_t msg_thread_id; member in class:omx_vdec
    [all...]
omx_vdec_hevc.h 389 pthread_t msg_thread_id; member in class:omx_vdec
    [all...]
omx_vdec_hevc_swvdec.h 447 pthread_t msg_thread_id; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/msm8996/videopp/inc/
omx_vdpp.h 563 pthread_t msg_thread_id; member in class:omx_vdpp
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
omx_video_base.cpp 226 omx_video::omx_video(): msg_thread_id(0),
289 if (msg_thread_id != 0) {
290 pthread_join(msg_thread_id,NULL);
    [all...]
omx_video_encoder.cpp 441 r = pthread_create(&msg_thread_id,0,message_thread,this);
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_swvenc_hevc.cpp 343 r = pthread_create(&msg_thread_id,0, message_thread, this);
    [all...]
omx_swvenc_mpeg4.cpp 443 if (pthread_create(&msg_thread_id,0, message_thread, this) < 0)
    [all...]
omx_video_encoder.cpp 567 r = pthread_create(&msg_thread_id,0, message_thread, this);
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp 440 omx_vdec::omx_vdec(): msg_thread_id(0),
587 if (msg_thread_id != 0) {
588 pthread_join(msg_thread_id,NULL);
    [all...]
omx_vdec_copper.cpp 586 pthread_join(msg_thread_id,NULL);
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 493 r = pthread_create(&msg_thread_id,0, message_thread, this);
    [all...]
  /hardware/qcom/media/msm8996/videopp/src/
omx_vdpp.cpp 656 msg_thread_id = 0;
749 pthread_join(msg_thread_id,NULL);
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp 583 pthread_join(msg_thread_id,NULL);
    [all...]
omx_vdec_hevc.cpp 699 pthread_join(msg_thread_id,NULL);
    [all...]
omx_vdec_hevc_swvdec.cpp 660 msg_thread_id = 0;
786 pthread_join(msg_thread_id,NULL);
    [all...]
omx_vdec_msm8974.cpp 676 msg_thread_id = 0;
809 pthread_join(msg_thread_id,NULL);
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 694 pthread_join(msg_thread_id,NULL);
    [all...]
omx_vdec_hevc_swvdec.cpp 668 msg_thread_id = 0;
794 pthread_join(msg_thread_id,NULL);
    [all...]

Completed in 234 milliseconds

1 2