OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProcessorPreFillBuffer
(Results
1 - 8
of
8
) sorted by null
/hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9Hybrid.h
42
virtual OMX_ERRORTYPE
ProcessorPreFillBuffer
(OMX_BUFFERHEADERTYPE* buffer);
OMXVideoDecoderVP9HWR.h
72
virtual OMX_ERRORTYPE
ProcessorPreFillBuffer
(OMX_BUFFERHEADERTYPE* buffer);
OMXVideoDecoderBase.h
59
virtual OMX_ERRORTYPE
ProcessorPreFillBuffer
(OMX_BUFFERHEADERTYPE* buffer);
OMXVideoDecoderVP9Hybrid.cpp
119
OMX_ERRORTYPE OMXVideoDecoderVP9Hybrid::
ProcessorPreFillBuffer
(OMX_BUFFERHEADERTYPE* buffer) {
OMXVideoDecoderBase.cpp
288
OMX_ERRORTYPE OMXVideoDecoderBase::
ProcessorPreFillBuffer
(OMX_BUFFERHEADERTYPE* buffer) {
292
LOGW("
ProcessorPreFillBuffer
: Video decoder is not created");
298
LOGW("
ProcessorPreFillBuffer
:: signalRenderDone return error");
[
all
...]
OMXVideoDecoderVP9HWR.cpp
383
OMX_ERRORTYPE OMXVideoDecoderVP9HWR::
ProcessorPreFillBuffer
(OMX_BUFFERHEADERTYPE* buffer)
/hardware/intel/common/wrs_omxil_core/base/inc/
componentbase.h
379
virtual OMX_ERRORTYPE
ProcessorPreFillBuffer
(OMX_BUFFERHEADERTYPE* buffer);
/hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp
1186
ProcessorPreFillBuffer
(pBuffer);
[
all
...]
Completed in 170 milliseconds