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

  /hardware/qcom/media/mm-video/vidc/venc/inc/
omx_video_base.h 257 pthread_t async_thread_id; member in class:omx_video
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
omx_vdec.h 290 pthread_t async_thread_id; member in class:omx_vdec
  /hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_encoder.cpp 387 r = pthread_create(&async_thread_id,0,async_venc_message_thread,this);
    [all...]
omx_video_base.cpp 259 pthread_join(async_thread_id,NULL);
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp 353 pthread_join(async_thread_id,NULL);
    [all...]

Completed in 501 milliseconds