OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProcessorFlush
(Results
1 - 16
of
16
) sorted by null
/hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderPAVC.h
32
virtual OMX_ERRORTYPE
ProcessorFlush
(OMX_U32 portIndex);
OMXVideoDecoderAVC.h
32
virtual OMX_ERRORTYPE
ProcessorFlush
(OMX_U32 portIndex);
OMXVideoDecoderVP9Hybrid.h
36
virtual OMX_ERRORTYPE
ProcessorFlush
(OMX_U32 portIndex);
OMXVideoDecoderPAVC.cpp
72
OMX_ERRORTYPE OMXVideoDecoderPAVC::
ProcessorFlush
(OMX_U32 portIndex) {
73
return OMXVideoDecoderBase::
ProcessorFlush
(portIndex);
OMXVideoDecoderVP9HWR.h
65
virtual OMX_ERRORTYPE
ProcessorFlush
(OMX_U32 portIndex);
OMXVideoEncoderBase.h
53
virtual OMX_ERRORTYPE
ProcessorFlush
(OMX_U32 portIndex);
OMXVideoDecoderBase.h
51
virtual OMX_ERRORTYPE
ProcessorFlush
(OMX_U32 portIndex);
OMXVideoDecoderAVC.cpp
88
OMX_ERRORTYPE OMXVideoDecoderAVC::
ProcessorFlush
(OMX_U32 portIndex) {
91
return OMXVideoDecoderBase::
ProcessorFlush
(portIndex);
OMXVideoDecoderVP9Hybrid.cpp
115
OMX_ERRORTYPE OMXVideoDecoderVP9Hybrid::
ProcessorFlush
(OMX_U32) {
OMXVideoDecoderBase.cpp
237
ProcessorFlush
(OMX_ALL);
258
OMX_ERRORTYPE OMXVideoDecoderBase::
ProcessorFlush
(OMX_U32 portIndex) {
261
LOGE("
ProcessorFlush
: Video decoder is not created.");
[
all
...]
OMXVideoDecoderVP9HWR.cpp
378
OMX_ERRORTYPE OMXVideoDecoderVP9HWR::
ProcessorFlush
(OMX_U32)
OMXVideoEncoderBase.cpp
382
OMX_ERRORTYPE OMXVideoEncoderBase::
ProcessorFlush
(OMX_U32 portIndex) {
383
LOGV("OMXVideoEncoderBase::
ProcessorFlush
\n");
[
all
...]
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
OMXVideoDecoderAVCSecure.h
39
virtual OMX_ERRORTYPE
ProcessorFlush
(OMX_U32 portIndex);
OMXVideoDecoderAVCSecure.cpp
173
OMX_ERRORTYPE OMXVideoDecoderAVCSecure::
ProcessorFlush
(OMX_U32 portIndex) {
174
return OMXVideoDecoderBase::
ProcessorFlush
(portIndex);
/hardware/intel/common/wrs_omxil_core/base/inc/
componentbase.h
378
virtual OMX_ERRORTYPE
ProcessorFlush
(OMX_U32 port_index); /* Flush */
/hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp
[
all
...]
Completed in 95 milliseconds