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

  /external/chromium_org/media/cast/test/
sender.cc 265 base::Thread video_thread("Cast video encoder thread");
268 video_thread.Start();
300 video_thread.message_loop_proxy()));
  /hardware/qcom/media/mm-video-legacy/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-legacy/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
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
decoder_driver_test.c 66 static void* video_thread (void *);
340 if ( (pthread_create (&init_decode->videothread_id,NULL,video_thread,
728 static void* video_thread (void *context) function
    [all...]
  /device/lge/mako/camera/
QualcommCameraHardware.h 384 friend void *video_thread(void *user);
QualcommCameraHardware.cpp 3611 void *video_thread(void *user) function in namespace:android
    [all...]

Completed in 226 milliseconds