Searched refs:ProcessorDeinit (Results 1 - 25 of 34) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoEncoderH263.h32 virtual OMX_ERRORTYPE ProcessorDeinit(void);
H A DOMXVideoEncoderMPEG4.h33 virtual OMX_ERRORTYPE ProcessorDeinit(void);
H A DOMXVideoDecoderH263.h32 virtual OMX_ERRORTYPE ProcessorDeinit(void);
H A DOMXVideoDecoderMPEG2.h33 virtual OMX_ERRORTYPE ProcessorDeinit(void);
H A DOMXVideoDecoderMPEG4.h33 virtual OMX_ERRORTYPE ProcessorDeinit(void);
H A DOMXVideoDecoderPAVC.h31 virtual OMX_ERRORTYPE ProcessorDeinit(void);
H A DOMXVideoDecoderVP8.h34 virtual OMX_ERRORTYPE ProcessorDeinit(void);
H A DOMXVideoDecoderWMV.h33 virtual OMX_ERRORTYPE ProcessorDeinit(void);
H A DOMXVideoEncoderVP8.h15 virtual OMX_ERRORTYPE ProcessorDeinit(void);
H A DOMXVideoDecoderVP8.cpp62 OMX_ERRORTYPE OMXVideoDecoderVP8::ProcessorDeinit(void) { function in class:OMXVideoDecoderVP8
63 return OMXVideoDecoderBase::ProcessorDeinit();
H A DOMXVideoDecoderWMV.cpp61 OMX_ERRORTYPE OMXVideoDecoderWMV::ProcessorDeinit(void) { function in class:OMXVideoDecoderWMV
62 return OMXVideoDecoderBase::ProcessorDeinit();
H A DOMXVideoDecoderAVC.h31 virtual OMX_ERRORTYPE ProcessorDeinit(void);
H A DOMXVideoDecoderH263.cpp63 OMX_ERRORTYPE OMXVideoDecoderH263::ProcessorDeinit(void) { function in class:OMXVideoDecoderH263
64 return OMXVideoDecoderBase::ProcessorDeinit();
H A DOMXVideoDecoderMPEG2.cpp63 OMX_ERRORTYPE OMXVideoDecoderMPEG2::ProcessorDeinit(void) { function in class:OMXVideoDecoderMPEG2
64 return OMXVideoDecoderBase::ProcessorDeinit();
H A DOMXVideoDecoderMPEG4.cpp63 OMX_ERRORTYPE OMXVideoDecoderMPEG4::ProcessorDeinit(void) { function in class:OMXVideoDecoderMPEG4
64 return OMXVideoDecoderBase::ProcessorDeinit();
H A DOMXVideoDecoderPAVC.cpp68 OMX_ERRORTYPE OMXVideoDecoderPAVC::ProcessorDeinit(void) { function in class:OMXVideoDecoderPAVC
69 return OMXVideoDecoderBase::ProcessorDeinit();
H A DOMXComponentCodecBase.h63 virtual OMX_ERRORTYPE ProcessorDeinit(void);/* Idle to Loaded */
H A DOMXVideoDecoderVP9Hybrid.h34 virtual OMX_ERRORTYPE ProcessorDeinit(void);
H A DOMXVideoEncoderAVC.h76 virtual OMX_ERRORTYPE ProcessorDeinit(void);
H A DOMXVideoEncoderBase.h52 virtual OMX_ERRORTYPE ProcessorDeinit(void);
H A DOMXVideoDecoderAVC.cpp76 OMX_ERRORTYPE OMXVideoDecoderAVC::ProcessorDeinit(void) { function in class:OMXVideoDecoderAVC
85 return OMXVideoDecoderBase::ProcessorDeinit();
H A DOMXVideoEncoderH263.cpp83 OMX_ERRORTYPE OMXVideoEncoderH263::ProcessorDeinit(void) { function in class:OMXVideoEncoderH263
84 return OMXVideoEncoderBase::ProcessorDeinit();
H A DOMXVideoEncoderMPEG4.cpp76 OMX_ERRORTYPE OMXVideoEncoderMPEG4::ProcessorDeinit(void) { function in class:OMXVideoEncoderMPEG4
77 return OMXVideoEncoderBase::ProcessorDeinit();
H A DOMXComponentCodecBase.cpp144 OMX_ERRORTYPE OMXComponentCodecBase::ProcessorDeinit(void) { function in class:OMXComponentCodecBase
145 LOGV("OMXComponentCodecBase::ProcessorDeinit");
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
H A DOMXVideoDecoderAVCSecure.h34 virtual OMX_ERRORTYPE ProcessorDeinit(void);

Completed in 76 milliseconds

12