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

  /hardware/qcom/media/mm-video/vidc/vdec/test/
decoder_driver_test.c 66 static void* video_thread (void *);
350 if ( (pthread_create (&init_decode->videothread_id,NULL,video_thread,
776 static void* video_thread (void *context) function
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/test/
video_encoder_test.c 63 static void* video_thread (void *);
410 if ( (pthread_create (&init_decode->videothread_id,NULL,video_thread,
805 static void* video_thread (void *context) function

Completed in 88 milliseconds