HomeSort by relevance Sort by last modified time
    Searched refs:ProcessorInit (Results 1 - 25 of 34) sorted by null

1 2

  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderH263.h 31 virtual OMX_ERRORTYPE ProcessorInit(void);
OMXVideoEncoderMPEG4.h 32 virtual OMX_ERRORTYPE ProcessorInit(void);
OMXVideoDecoderH263.h 31 virtual OMX_ERRORTYPE ProcessorInit(void);
OMXVideoDecoderMPEG4.h 32 virtual OMX_ERRORTYPE ProcessorInit(void);
OMXVideoDecoderVP8.h 33 virtual OMX_ERRORTYPE ProcessorInit(void);
OMXVideoDecoderWMV.h 32 virtual OMX_ERRORTYPE ProcessorInit(void);
OMXVideoEncoderVP8.h 14 virtual OMX_ERRORTYPE ProcessorInit(void);
OMXVideoDecoderPAVC.h 30 virtual OMX_ERRORTYPE ProcessorInit(void);
OMXVideoDecoderVP8.cpp 58 OMX_ERRORTYPE OMXVideoDecoderVP8::ProcessorInit(void) {
59 return OMXVideoDecoderBase::ProcessorInit();
OMXVideoDecoderWMV.cpp 57 OMX_ERRORTYPE OMXVideoDecoderWMV::ProcessorInit(void) {
58 return OMXVideoDecoderBase::ProcessorInit();
OMXComponentCodecBase.h 60 virtual OMX_ERRORTYPE ProcessorInit(void); /* Loaded to Idle */
OMXVideoDecoderAVC.h 30 virtual OMX_ERRORTYPE ProcessorInit(void);
OMXVideoDecoderVP9Hybrid.h 33 virtual OMX_ERRORTYPE ProcessorInit(void);
OMXVideoDecoderH263.cpp 59 OMX_ERRORTYPE OMXVideoDecoderH263::ProcessorInit(void) {
60 return OMXVideoDecoderBase::ProcessorInit();
OMXVideoDecoderMPEG4.cpp 59 OMX_ERRORTYPE OMXVideoDecoderMPEG4::ProcessorInit(void) {
60 return OMXVideoDecoderBase::ProcessorInit();
OMXVideoDecoderPAVC.cpp 64 OMX_ERRORTYPE OMXVideoDecoderPAVC::ProcessorInit(void) {
65 return OMXVideoDecoderBase::ProcessorInit();
OMXVideoDecoderVP9HWR.h 62 virtual OMX_ERRORTYPE ProcessorInit(void);
OMXVideoEncoderBase.h 47 virtual OMX_ERRORTYPE ProcessorInit(void);
OMXVideoDecoderBase.h 45 virtual OMX_ERRORTYPE ProcessorInit(void);
OMXVideoEncoderAVC.h 75 virtual OMX_ERRORTYPE ProcessorInit(void);
OMXVideoDecoderAVC.cpp 72 OMX_ERRORTYPE OMXVideoDecoderAVC::ProcessorInit(void) {
73 return OMXVideoDecoderBase::ProcessorInit();
OMXVideoEncoderH263.cpp 78 OMX_ERRORTYPE OMXVideoEncoderH263::ProcessorInit(void) {
79 LOGV("OMXVideoEncoderH263::ProcessorInit\n");
80 return OMXVideoEncoderBase::ProcessorInit();
OMXVideoEncoderMPEG4.cpp 72 OMX_ERRORTYPE OMXVideoEncoderMPEG4::ProcessorInit(void) {
73 return OMXVideoEncoderBase::ProcessorInit();
OMXComponentCodecBase.cpp 133 OMX_ERRORTYPE OMXComponentCodecBase::ProcessorInit(void) {
134 LOGV("OMXComponentCodecBase::ProcessorInit");
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
OMXVideoDecoderAVCSecure.h 33 virtual OMX_ERRORTYPE ProcessorInit(void);

Completed in 831 milliseconds

1 2