HomeSort by relevance Sort by last modified time
    Searched defs:async_thread (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
decoder_driver_test.c 67 static void* async_thread (void *);
356 (pthread_create (&init_decode->asyncthread_id,NULL,async_thread,
958 static void* async_thread (void *context) function
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
video_encoder_test.c 64 static void* async_thread (void *);
410 (pthread_create (&init_decode->asyncthread_id,NULL,async_thread,
950 static void* async_thread (void *context) function
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
decoder_driver_test.c 67 static void* async_thread (void *);
342 (pthread_create (&init_decode->asyncthread_id,NULL,async_thread,
899 static void* async_thread (void *context) function
    [all...]

Completed in 87 milliseconds