Home
last modified time | relevance | path

Searched refs:video_thread (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/media/mm-video/vidc/venc/test/
Dvideo_encoder_test.c63 static void* video_thread (void *);
408 if ( (pthread_create (&init_decode->videothread_id,NULL,video_thread, in init_encoder()
803 static void* video_thread (void *context) in video_thread() function
/hardware/qcom/media/mm-video/vidc/vdec/test/
Ddecoder_driver_test.c66 static void* video_thread (void *);
354 if ( (pthread_create (&init_decode->videothread_id,NULL,video_thread, in init_decoder()
781 static void* video_thread (void *context) in video_thread() function
/hardware/qcom/camera/
DQualcommCameraHardware.h385 friend void *video_thread(void *user);
DQualcommCameraHardware.cpp3614 void *video_thread(void *user) in video_thread() function
7151 video_thread, in startRecording()
7235 video_thread, in startRecordingInternal()