OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_comq
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/media/mm-video/vidc/vdec/src/
message_queue.c
45
if (ptr_q->
read_comq
== ptr_q->write_comq)
82
if (ptr_q->
read_comq
!= ptr_q->write_comq)
84
pitem = &ptr_q->ptr_cmdq [ptr_q->
read_comq
];
85
ptr_q->
read_comq
= (ptr_q->
read_comq
+ 1) % \
117
if ((ptr_q->write_comq + 1) % ptr_q->commandq_size == ptr_q->
read_comq
)
/hardware/qcom/media/mm-video/vidc/venc/test/
queue.c
45
if (ptr_q->
read_comq
== ptr_q->write_comq)
82
if (ptr_q->
read_comq
!= ptr_q->write_comq)
84
pitem = &ptr_q->ptr_cmdq [ptr_q->
read_comq
];
85
ptr_q->
read_comq
= (ptr_q->
read_comq
+ 1) % \
117
if ((ptr_q->write_comq + 1) % ptr_q->commandq_size == ptr_q->
read_comq
)
/hardware/qcom/media/mm-video/vidc/vdec/inc/
message_queue.h
62
int
read_comq
;
member in struct:video_queue_context
/hardware/qcom/media/mm-video/vidc/venc/inc/
queue.h
62
int
read_comq
;
member in struct:video_queue_context
Completed in 25 milliseconds