OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:video_thread
(Results
1 - 4
of
4
) 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
...]
/device/lge/mako/camera/
QualcommCameraHardware.cpp
3611
void *
video_thread
(void *user)
function in namespace:android
[
all
...]
Completed in 605 milliseconds