OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:video_msgq
(Results
1 - 6
of
6
) sorted by null
/hardware/qcom/media/mm-video/vidc/vdec/inc/
message_queue.h
37
struct
video_msgq
struct
57
struct
video_msgq
*ptr_dataq;
58
struct
video_msgq
*ptr_cmdq;
68
struct
video_msgq
* queue_get_cmd ( void* queuecontext );
71
struct
video_msgq
*post_msg
75
struct
video_msgq
*post_msg
/hardware/qcom/media/mm-video/vidc/venc/inc/
queue.h
37
struct
video_msgq
struct
57
struct
video_msgq
*ptr_dataq;
58
struct
video_msgq
*ptr_cmdq;
68
struct
video_msgq
* queue_get_cmd ( void* queuecontext );
73
struct
video_msgq
*post_msg
77
struct
video_msgq
*post_msg
/hardware/qcom/media/mm-video/vidc/vdec/src/
message_queue.c
63
struct
video_msgq
* queue_get_cmd (void* queuecontext )
66
struct
video_msgq
*pitem = NULL;
103
struct
video_msgq
*pitem
126
sizeof (struct
video_msgq
));
140
struct
video_msgq
*pitem
163
sizeof (struct
video_msgq
));
/hardware/qcom/media/mm-video/vidc/venc/test/
queue.c
63
struct
video_msgq
* queue_get_cmd (void* queuecontext )
66
struct
video_msgq
*pitem = NULL;
103
struct
video_msgq
*pitem
126
sizeof (struct
video_msgq
));
140
struct
video_msgq
*pitem
163
sizeof (struct
video_msgq
));
video_encoder_test.c
394
queue_ptr->ptr_cmdq = (struct
video_msgq
*) \
395
calloc (sizeof (struct
video_msgq
),
397
queue_ptr->ptr_dataq = (struct
video_msgq
*) \
398
calloc (sizeof (struct
video_msgq
),
808
struct
video_msgq
*queueitem = NULL;
954
struct
video_msgq
queueitem ;
/hardware/qcom/media/mm-video/vidc/vdec/test/
decoder_driver_test.c
334
queue_ptr->ptr_cmdq = (struct
video_msgq
*) \
335
calloc (sizeof (struct
video_msgq
),
337
queue_ptr->ptr_dataq = (struct
video_msgq
*) \
338
calloc (sizeof (struct
video_msgq
),
779
struct
video_msgq
*queueitem = NULL;
953
struct
video_msgq
queueitem ;
[
all
...]
Completed in 1215 milliseconds