Searched defs:ProcessorInit (Results 1 - 17 of 17) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
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 DOMXComponentCodecBase.cpp133 OMX_ERRORTYPE OMXComponentCodecBase::ProcessorInit(void) { function in class:OMXComponentCodecBase
134 LOGV("OMXComponentCodecBase::ProcessorInit");
H A DOMXVideoDecoderH263.cpp59 OMX_ERRORTYPE OMXVideoDecoderH263::ProcessorInit(void) { function in class:OMXVideoDecoderH263
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 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 DOMXVideoEncoderVP8.cpp66 OMX_ERRORTYPE OMXVideoEncoderVP8::ProcessorInit(void) { function in class:OMXVideoEncoderVP8
67 return OMXVideoEncoderBase::ProcessorInit();
H A DOMXVideoDecoderAVC.cpp72 OMX_ERRORTYPE OMXVideoDecoderAVC::ProcessorInit(void) { function in class:OMXVideoDecoderAVC
73 return OMXVideoDecoderBase::ProcessorInit();
H A DOMXVideoDecoderVP9Hybrid.cpp68 OMX_ERRORTYPE OMXVideoDecoderVP9Hybrid::ProcessorInit(void) { function in class:OMXVideoDecoderVP9Hybrid
H A DOMXVideoEncoderBase.cpp350 OMX_ERRORTYPE OMXVideoEncoderBase::ProcessorInit(void) { function in class:OMXVideoEncoderBase
H A DOMXVideoDecoderBase.cpp178 OMX_ERRORTYPE OMXVideoDecoderBase::ProcessorInit(void) { function in class:OMXVideoDecoderBase
180 ret = OMXComponentCodecBase::ProcessorInit();
181 CHECK_RETURN_VALUE("OMXComponentCodecBase::ProcessorInit");
184 LOGE("ProcessorInit: Video decoder is not created.");
H A DOMXVideoDecoderVP9HWR.cpp212 OMX_ERRORTYPE OMXVideoDecoderVP9HWR::ProcessorInit(void) function in class:OMXVideoDecoderVP9HWR
H A DOMXVideoEncoderAVC.cpp261 OMX_ERRORTYPE OMXVideoEncoderAVC::ProcessorInit(void) { function in class:OMXVideoEncoderAVC
265 return OMXVideoEncoderBase::ProcessorInit();
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
H A DOMXVideoDecoderAVCSecure.cpp127 OMX_ERRORTYPE OMXVideoDecoderAVCSecure::ProcessorInit(void) { function in class:OMXVideoDecoderAVCSecure
132 return OMXVideoDecoderBase::ProcessorInit();
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dcomponentbase.cpp1493 ret = ProcessorInit();
1496 LOGE("%s:%s: ProcessorInit() failed (ret : 0x%08x)\n",
2116 OMX_ERRORTYPE ComponentBase::ProcessorInit(void) function in class:ComponentBase

Completed in 144 milliseconds