HomeSort by relevance Sort by last modified time
    Searched refs:msg_thread_id (Results 1 - 25 of 34) 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 352 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_hevc.h 392 pthread_t msg_thread_id; member in class:omx_vdec
    [all...]
omx_vdec.h 453 pthread_t msg_thread_id; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 389 pthread_t msg_thread_id; member in class:omx_vdec
    [all...]
omx_vdec.h 465 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/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 359 pthread_t msg_thread_id; member in class:omx_video
  /hardware/qcom/media/msm8996/videopp/inc/
omx_vdpp.h 563 pthread_t msg_thread_id; member in class:omx_vdpp
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 371 pthread_t msg_thread_id; member in class:omx_video
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 475 pthread_t msg_thread_id; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 601 r = pthread_create(&msg_thread_id,0, message_thread_enc, this);
616 pthread_join(msg_thread_id,NULL);
    [all...]
omx_swvenc_mpeg4.cpp 441 if (pthread_create(&msg_thread_id,0, message_thread_enc, this) < 0) {
    [all...]
  /hardware/qcom/media/msm8974/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 226 omx_video::omx_video(): msg_thread_id(0),
289 if (msg_thread_id != 0) {
290 pthread_join(msg_thread_id,NULL);
    [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 582 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...]
  /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/venc/src/
omx_video_encoder.cpp 500 r = pthread_create(&msg_thread_id,0, message_thread, this);
    [all...]
  /hardware/qcom/media/msm8974/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 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_swvdec.cpp 668 msg_thread_id = 0;
794 pthread_join(msg_thread_id,NULL);
    [all...]

Completed in 244 milliseconds

1 2