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

  /hardware/qcom/media/mm-video/vidc/venc/inc/
omx_video_base.h 256 pthread_t msg_thread_id; member in class:omx_video
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
omx_vdec.h 289 pthread_t msg_thread_id; member in class:omx_vdec
  /hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_encoder.cpp 379 r = pthread_create(&msg_thread_id,0,message_thread,this);
    [all...]
omx_video_base.cpp 257 pthread_join(msg_thread_id,NULL);
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp 351 pthread_join(msg_thread_id,NULL);
    [all...]

Completed in 88 milliseconds