OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PushThisBuffer
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/common/wrs_omxil_core/base/inc/
portbase.h
93
OMX_ERRORTYPE
PushThisBuffer
(OMX_BUFFERHEADERTYPE *pBuffer);
/hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderAVC.cpp
386
ports[INPORT_INDEX]->
PushThisBuffer
(omxbuf);
414
ports[INPORT_INDEX]->
PushThisBuffer
(buffers[INPORT_INDEX]); //put it at the tail
[
all
...]
/hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp
1129
ret = port->
PushThisBuffer
(pBuffer);
1187
ret = port->
PushThisBuffer
(pBuffer);
[
all
...]
portbase.cpp
111
/* should've been already empty in
PushThisBuffer
() */
617
OMX_ERRORTYPE PortBase::
PushThisBuffer
(OMX_BUFFERHEADERTYPE *pBuffer)
[
all
...]
Completed in 50 milliseconds