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

  /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...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
video_encoder_test.c 63 static void* video_thread (void *);
392 if ( (pthread_create (&init_decode->videothread_id,NULL,video_thread,
750 static void* video_thread (void *context) function
    [all...]
  /device/lge/mako/camera/
QualcommCameraHardware.cpp 3614 void *video_thread(void *user) function in namespace:android
    [all...]

Completed in 3337 milliseconds