OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bufferq
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/common/wrs_omxil_core/base/src/
portbase.cpp
51
__queue_init(&
bufferq
);
104
queue_free_all(&
bufferq
);
624
ret = queue_push_tail(&
bufferq
, pBuffer);
638
buffer = (OMX_BUFFERHEADERTYPE *)queue_pop_head(&
bufferq
);
651
length = queue_length(&
bufferq
);
760
length = queue_length(&
bufferq
);
765
p = (OMX_BUFFERHEADERTYPE *)queue_pop_head(&
bufferq
);
769
queue_push_tail(&
bufferq
, p);
811
"retained
bufferq
length (%d) exceeds port's actual count "
821
* just push at head of
bufferq
to get this buffer again i
[
all
...]
/hardware/intel/common/wrs_omxil_core/base/inc/
portbase.h
157
struct queue
bufferq
;
member in class:PortBase
/hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderAVC.cpp
405
ports[INPORT_INDEX]->RetainThisBuffer(omxbuf, false); //push
bufferq
head
[
all
...]
Completed in 94 milliseconds