OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:async_thread
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
decoder_driver_test.c
67
static void*
async_thread
(void *);
356
(pthread_create (&init_decode->asyncthread_id,NULL,
async_thread
,
958
static void*
async_thread
(void *context)
function
[
all
...]
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
video_encoder_test.c
64
static void*
async_thread
(void *);
410
(pthread_create (&init_decode->asyncthread_id,NULL,
async_thread
,
950
static void*
async_thread
(void *context)
function
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
decoder_driver_test.c
67
static void*
async_thread
(void *);
342
(pthread_create (&init_decode->asyncthread_id,NULL,
async_thread
,
899
static void*
async_thread
(void *context)
function
[
all
...]
Completed in 2736 milliseconds