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

1 2

  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderH263.h 33 virtual OMX_ERRORTYPE ProcessorProcess(
OMXVideoEncoderMPEG4.h 34 virtual OMX_ERRORTYPE ProcessorProcess(
OMXVideoDecoderH263.h 33 virtual OMX_ERRORTYPE ProcessorProcess(
OMXVideoDecoderMPEG2.h 34 virtual OMX_ERRORTYPE ProcessorProcess(
OMXVideoDecoderMPEG4.h 34 virtual OMX_ERRORTYPE ProcessorProcess(
OMXVideoDecoderVP8.h 35 virtual OMX_ERRORTYPE ProcessorProcess(
OMXVideoDecoderWMV.h 34 virtual OMX_ERRORTYPE ProcessorProcess(
OMXVideoEncoderVP8.h 16 virtual OMX_ERRORTYPE ProcessorProcess(OMX_BUFFERHEADERTYPE **buffers, buffer_retain_t *retains, OMX_U32 numberBuffers);
OMXVideoDecoderPAVC.h 33 virtual OMX_ERRORTYPE ProcessorProcess(
OMXVideoDecoderVP8.cpp 66 OMX_ERRORTYPE OMXVideoDecoderVP8::ProcessorProcess(
71 return OMXVideoDecoderBase::ProcessorProcess(pBuffers, retains, numberBuffers);
OMXVideoDecoderWMV.cpp 65 OMX_ERRORTYPE OMXVideoDecoderWMV::ProcessorProcess(
70 return OMXVideoDecoderBase::ProcessorProcess(pBuffers, retains, numberBuffers);
OMXVideoDecoderAVC.h 33 virtual OMX_ERRORTYPE ProcessorProcess(
OMXVideoDecoderH263.cpp 67 OMX_ERRORTYPE OMXVideoDecoderH263::ProcessorProcess(
72 return OMXVideoDecoderBase::ProcessorProcess(pBuffers, retains, numberBuffers);
OMXVideoDecoderMPEG2.cpp 67 OMX_ERRORTYPE OMXVideoDecoderMPEG2::ProcessorProcess(
72 return OMXVideoDecoderBase::ProcessorProcess(pBuffers, retains, numberBuffers);
OMXVideoDecoderMPEG4.cpp 67 OMX_ERRORTYPE OMXVideoDecoderMPEG4::ProcessorProcess(
72 return OMXVideoDecoderBase::ProcessorProcess(pBuffers, retains, numberBuffers);
OMXVideoDecoderPAVC.cpp 76 OMX_ERRORTYPE OMXVideoDecoderPAVC::ProcessorProcess(
81 return OMXVideoDecoderBase::ProcessorProcess(pBuffers, retains, numberBuffers);
OMXVideoDecoderVP9HWR.h 66 virtual OMX_ERRORTYPE ProcessorProcess(
OMXVideoDecoderVP9Hybrid.h 37 virtual OMX_ERRORTYPE ProcessorProcess(
OMXVideoEncoderBase.h 54 virtual OMX_ERRORTYPE ProcessorProcess(
OMXVideoDecoderBase.h 52 virtual OMX_ERRORTYPE ProcessorProcess(
OMXVideoEncoderAVC.h 78 virtual OMX_ERRORTYPE ProcessorProcess(
OMXVideoDecoderAVC.cpp 94 OMX_ERRORTYPE OMXVideoDecoderAVC::ProcessorProcess(
99 return OMXVideoDecoderBase::ProcessorProcess(pBuffers, retains, numberBuffers);
OMXVideoEncoderH263.cpp 87 OMX_ERRORTYPE OMXVideoEncoderH263::ProcessorProcess(
91 LOGV("OMXVideoEncoderH263::ProcessorProcess \n");
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
OMXVideoDecoderAVCSecure.h 40 virtual OMX_ERRORTYPE ProcessorProcess(
  /hardware/intel/common/wrs_omxil_core/base/inc/
componentbase.h 361 /* called in Work() after ProcessorProcess() */
385 virtual OMX_ERRORTYPE ProcessorProcess(OMX_BUFFERHEADERTYPE ***pBuffers,
388 virtual OMX_ERRORTYPE ProcessorProcess(OMX_BUFFERHEADERTYPE **pBuffers,

Completed in 370 milliseconds

1 2