OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufferq
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/wrs_omxil_core/base/inc/
portbase.h
157
struct queue
bufferq
;
member in class:PortBase
/hardware/intel/common/wrs_omxil_core/base/src/
portbase.cpp
50
__queue_init(&
bufferq
);
103
queue_free_all(&
bufferq
);
618
ret = queue_push_tail(&
bufferq
, pBuffer);
632
buffer = (OMX_BUFFERHEADERTYPE *)queue_pop_head(&
bufferq
);
645
length = queue_length(&
bufferq
);
754
length = queue_length(&
bufferq
);
758
p = (OMX_BUFFERHEADERTYPE *)queue_pop_head(&
bufferq
);
762
queue_push_tail(&
bufferq
, p);
801
"retained
bufferq
length (%d) exceeds port's actual count "
811
* just push at head of
bufferq
to get this buffer again i
[
all
...]
Completed in 272 milliseconds