OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProcessorDeinit
(Results
1 - 25
of
34
) sorted by null
1
2
/hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderH263.h
32
virtual OMX_ERRORTYPE
ProcessorDeinit
(void);
OMXVideoEncoderMPEG4.h
33
virtual OMX_ERRORTYPE
ProcessorDeinit
(void);
OMXVideoDecoderH263.h
32
virtual OMX_ERRORTYPE
ProcessorDeinit
(void);
OMXVideoDecoderMPEG4.h
33
virtual OMX_ERRORTYPE
ProcessorDeinit
(void);
OMXVideoDecoderVP8.h
34
virtual OMX_ERRORTYPE
ProcessorDeinit
(void);
OMXVideoDecoderWMV.h
33
virtual OMX_ERRORTYPE
ProcessorDeinit
(void);
OMXVideoEncoderVP8.h
15
virtual OMX_ERRORTYPE
ProcessorDeinit
(void);
OMXVideoDecoderPAVC.h
31
virtual OMX_ERRORTYPE
ProcessorDeinit
(void);
OMXVideoDecoderVP8.cpp
62
OMX_ERRORTYPE OMXVideoDecoderVP8::
ProcessorDeinit
(void) {
63
return OMXVideoDecoderBase::
ProcessorDeinit
();
OMXVideoDecoderWMV.cpp
61
OMX_ERRORTYPE OMXVideoDecoderWMV::
ProcessorDeinit
(void) {
62
return OMXVideoDecoderBase::
ProcessorDeinit
();
OMXComponentCodecBase.h
61
virtual OMX_ERRORTYPE
ProcessorDeinit
(void);/* Idle to Loaded */
OMXVideoDecoderAVC.h
31
virtual OMX_ERRORTYPE
ProcessorDeinit
(void);
OMXVideoDecoderVP9Hybrid.h
34
virtual OMX_ERRORTYPE
ProcessorDeinit
(void);
OMXVideoDecoderH263.cpp
63
OMX_ERRORTYPE OMXVideoDecoderH263::
ProcessorDeinit
(void) {
64
return OMXVideoDecoderBase::
ProcessorDeinit
();
OMXVideoDecoderMPEG4.cpp
63
OMX_ERRORTYPE OMXVideoDecoderMPEG4::
ProcessorDeinit
(void) {
64
return OMXVideoDecoderBase::
ProcessorDeinit
();
OMXVideoDecoderPAVC.cpp
68
OMX_ERRORTYPE OMXVideoDecoderPAVC::
ProcessorDeinit
(void) {
69
return OMXVideoDecoderBase::
ProcessorDeinit
();
OMXVideoDecoderVP9HWR.h
63
virtual OMX_ERRORTYPE
ProcessorDeinit
(void);
OMXVideoEncoderBase.h
48
virtual OMX_ERRORTYPE
ProcessorDeinit
(void);
OMXVideoDecoderBase.h
46
virtual OMX_ERRORTYPE
ProcessorDeinit
(void);
OMXVideoEncoderAVC.h
76
virtual OMX_ERRORTYPE
ProcessorDeinit
(void);
OMXVideoDecoderAVC.cpp
76
OMX_ERRORTYPE OMXVideoDecoderAVC::
ProcessorDeinit
(void) {
85
return OMXVideoDecoderBase::
ProcessorDeinit
();
OMXVideoEncoderH263.cpp
83
OMX_ERRORTYPE OMXVideoEncoderH263::
ProcessorDeinit
(void) {
84
return OMXVideoEncoderBase::
ProcessorDeinit
();
OMXVideoEncoderMPEG4.cpp
76
OMX_ERRORTYPE OMXVideoEncoderMPEG4::
ProcessorDeinit
(void) {
77
return OMXVideoEncoderBase::
ProcessorDeinit
();
OMXComponentCodecBase.cpp
139
OMX_ERRORTYPE OMXComponentCodecBase::
ProcessorDeinit
(void) {
140
LOGV("OMXComponentCodecBase::
ProcessorDeinit
");
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
OMXVideoDecoderAVCSecure.h
34
virtual OMX_ERRORTYPE
ProcessorDeinit
(void);
Completed in 406 milliseconds
1
2