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

  /hardware/qcom/media/mm-video/vidc/vdec/test/
decoder_driver_test.c 66 static void* video_thread (void *);
354 if ( (pthread_create (&init_decode->videothread_id,NULL,video_thread,
781 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 *);
408 if ( (pthread_create (&init_decode->videothread_id,NULL,video_thread,
803 static void* video_thread (void *context) function
  /device/lge/mako/camera/
QualcommCameraHardware.cpp 3614 void *video_thread(void *user) function in namespace:android
    [all...]

Completed in 178 milliseconds