OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:video_msgq
(Results
1 - 12
of
12
) sorted by null
/hardware/qcom/media/mm-video-legacy/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-legacy/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-v4l2/vidc/vdec/inc/
message_queue.h
37
struct
video_msgq
{
struct
55
struct
video_msgq
*ptr_dataq;
56
struct
video_msgq
*ptr_cmdq;
66
struct
video_msgq
* queue_get_cmd ( void* queuecontext );
69
struct
video_msgq
*post_msg
73
struct
video_msgq
*post_msg
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
queue.h
37
struct
video_msgq
{
struct
55
struct
video_msgq
*ptr_dataq;
56
struct
video_msgq
*ptr_cmdq;
66
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-legacy/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
392
queue_ptr->ptr_cmdq = (struct
video_msgq
*) \
393
calloc (sizeof (struct
video_msgq
),
395
queue_ptr->ptr_dataq = (struct
video_msgq
*) \
396
calloc (sizeof (struct
video_msgq
),
806
struct
video_msgq
*queueitem = NULL;
953
struct
video_msgq
queueitem ;
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
queue.c
59
struct
video_msgq
* queue_get_cmd (void* queuecontext ) {
61
struct
video_msgq
*pitem = NULL;
94
struct
video_msgq
*pitem
114
sizeof (struct
video_msgq
));
128
struct
video_msgq
*pitem
148
sizeof (struct
video_msgq
));
video_encoder_test.c
375
queue_ptr->ptr_cmdq = (struct
video_msgq
*) \
376
calloc (sizeof (struct
video_msgq
),
378
queue_ptr->ptr_dataq = (struct
video_msgq
*) \
379
calloc (sizeof (struct
video_msgq
),
753
struct
video_msgq
*queueitem = NULL;
895
struct
video_msgq
queueitem ;
[
all
...]
/hardware/qcom/media/mm-video-legacy/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
128
sizeof (struct
video_msgq
));
142
struct
video_msgq
*pitem
167
sizeof (struct
video_msgq
));
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
message_queue.c
59
struct
video_msgq
* queue_get_cmd (void* queuecontext ) {
61
struct
video_msgq
*pitem = NULL;
94
struct
video_msgq
*pitem
116
sizeof (struct
video_msgq
));
130
struct
video_msgq
*pitem
152
sizeof (struct
video_msgq
));
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
decoder_driver_test.c
338
queue_ptr->ptr_cmdq = (struct
video_msgq
*) \
339
calloc (sizeof (struct
video_msgq
),
341
queue_ptr->ptr_dataq = (struct
video_msgq
*) \
342
calloc (sizeof (struct
video_msgq
),
784
struct
video_msgq
*queueitem = NULL;
962
struct
video_msgq
queueitem ;
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
decoder_driver_test.c
323
queue_ptr->ptr_cmdq = (struct
video_msgq
*) \
324
calloc (sizeof (struct
video_msgq
),
326
queue_ptr->ptr_dataq = (struct
video_msgq
*) \
327
calloc (sizeof (struct
video_msgq
),
731
struct
video_msgq
*queueitem = NULL;
903
struct
video_msgq
queueitem ;
[
all
...]
Completed in 1227 milliseconds