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

12

/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoEncoderH263.h31 virtual OMX_ERRORTYPE ProcessorInit(void);
H A DOMXVideoEncoderMPEG4.h32 virtual OMX_ERRORTYPE ProcessorInit(void);
H A DOMXVideoDecoderH263.h31 virtual OMX_ERRORTYPE ProcessorInit(void);
H A DOMXVideoDecoderMPEG2.h32 virtual OMX_ERRORTYPE ProcessorInit(void);
H A DOMXVideoDecoderMPEG4.h32 virtual OMX_ERRORTYPE ProcessorInit(void);
H A DOMXVideoDecoderPAVC.h30 virtual OMX_ERRORTYPE ProcessorInit(void);
H A DOMXVideoDecoderVP8.h33 virtual OMX_ERRORTYPE ProcessorInit(void);
H A DOMXVideoDecoderWMV.h32 virtual OMX_ERRORTYPE ProcessorInit(void);
H A DOMXVideoEncoderVP8.h14 virtual OMX_ERRORTYPE ProcessorInit(void);
H A DOMXVideoDecoderVP8.cpp58 OMX_ERRORTYPE OMXVideoDecoderVP8::ProcessorInit(void) { function in class:OMXVideoDecoderVP8
59 return OMXVideoDecoderBase::ProcessorInit();
H A DOMXVideoDecoderWMV.cpp57 OMX_ERRORTYPE OMXVideoDecoderWMV::ProcessorInit(void) { function in class:OMXVideoDecoderWMV
58 return OMXVideoDecoderBase::ProcessorInit();
H A DOMXVideoDecoderAVC.h30 virtual OMX_ERRORTYPE ProcessorInit(void);
H A DOMXVideoDecoderH263.cpp59 OMX_ERRORTYPE OMXVideoDecoderH263::ProcessorInit(void) { function in class:OMXVideoDecoderH263
60 return OMXVideoDecoderBase::ProcessorInit();
H A DOMXVideoDecoderMPEG2.cpp59 OMX_ERRORTYPE OMXVideoDecoderMPEG2::ProcessorInit(void) { function in class:OMXVideoDecoderMPEG2
60 return OMXVideoDecoderBase::ProcessorInit();
H A DOMXVideoDecoderMPEG4.cpp59 OMX_ERRORTYPE OMXVideoDecoderMPEG4::ProcessorInit(void) { function in class:OMXVideoDecoderMPEG4
60 return OMXVideoDecoderBase::ProcessorInit();
H A DOMXVideoDecoderPAVC.cpp64 OMX_ERRORTYPE OMXVideoDecoderPAVC::ProcessorInit(void) { function in class:OMXVideoDecoderPAVC
65 return OMXVideoDecoderBase::ProcessorInit();
H A DOMXComponentCodecBase.h62 virtual OMX_ERRORTYPE ProcessorInit(void); /* Loaded to Idle */
H A DOMXVideoDecoderVP9Hybrid.h33 virtual OMX_ERRORTYPE ProcessorInit(void);
H A DOMXVideoEncoderAVC.h75 virtual OMX_ERRORTYPE ProcessorInit(void);
H A DOMXVideoEncoderBase.h51 virtual OMX_ERRORTYPE ProcessorInit(void);
H A DOMXVideoDecoderAVC.cpp72 OMX_ERRORTYPE OMXVideoDecoderAVC::ProcessorInit(void) { function in class:OMXVideoDecoderAVC
73 return OMXVideoDecoderBase::ProcessorInit();
H A DOMXVideoEncoderH263.cpp78 OMX_ERRORTYPE OMXVideoEncoderH263::ProcessorInit(void) { function in class:OMXVideoEncoderH263
79 LOGV("OMXVideoEncoderH263::ProcessorInit\n");
80 return OMXVideoEncoderBase::ProcessorInit();
H A DOMXVideoEncoderMPEG4.cpp72 OMX_ERRORTYPE OMXVideoEncoderMPEG4::ProcessorInit(void) { function in class:OMXVideoEncoderMPEG4
73 return OMXVideoEncoderBase::ProcessorInit();
H A DOMXComponentCodecBase.cpp138 OMX_ERRORTYPE OMXComponentCodecBase::ProcessorInit(void) { function in class:OMXComponentCodecBase
139 LOGV("OMXComponentCodecBase::ProcessorInit");
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
H A DOMXVideoDecoderAVCSecure.h33 virtual OMX_ERRORTYPE ProcessorInit(void);

Completed in 68 milliseconds

12