/hardware/intel/common/omx-components/videocodec/ |
H A D | OMXVideoDecoderVP8.cpp | 66 OMX_ERRORTYPE OMXVideoDecoderVP8::ProcessorProcess( function in class:OMXVideoDecoderVP8 71 return OMXVideoDecoderBase::ProcessorProcess(pBuffers, retains, numberBuffers);
|
H A D | OMXVideoDecoderWMV.cpp | 65 OMX_ERRORTYPE OMXVideoDecoderWMV::ProcessorProcess( function in class:OMXVideoDecoderWMV 70 return OMXVideoDecoderBase::ProcessorProcess(pBuffers, retains, numberBuffers);
|
H A D | OMXVideoDecoderH263.cpp | 67 OMX_ERRORTYPE OMXVideoDecoderH263::ProcessorProcess( function in class:OMXVideoDecoderH263 72 return OMXVideoDecoderBase::ProcessorProcess(pBuffers, retains, numberBuffers);
|
H A D | OMXVideoDecoderMPEG2.cpp | 67 OMX_ERRORTYPE OMXVideoDecoderMPEG2::ProcessorProcess( function in class:OMXVideoDecoderMPEG2 72 return OMXVideoDecoderBase::ProcessorProcess(pBuffers, retains, numberBuffers);
|
H A D | OMXVideoDecoderMPEG4.cpp | 67 OMX_ERRORTYPE OMXVideoDecoderMPEG4::ProcessorProcess( function in class:OMXVideoDecoderMPEG4 72 return OMXVideoDecoderBase::ProcessorProcess(pBuffers, retains, numberBuffers);
|
H A D | OMXVideoDecoderPAVC.cpp | 76 OMX_ERRORTYPE OMXVideoDecoderPAVC::ProcessorProcess( function in class:OMXVideoDecoderPAVC 81 return OMXVideoDecoderBase::ProcessorProcess(pBuffers, retains, numberBuffers);
|
H A D | OMXVideoEncoderH263.cpp | 87 OMX_ERRORTYPE OMXVideoEncoderH263::ProcessorProcess( function in class:OMXVideoEncoderH263 91 LOGV("OMXVideoEncoderH263::ProcessorProcess \n");
|
H A D | OMXVideoEncoderMPEG4.cpp | 80 OMX_ERRORTYPE OMXVideoEncoderMPEG4::ProcessorProcess( function in class:OMXVideoEncoderMPEG4
|
H A D | OMXVideoEncoderVP8.cpp | 74 OMX_ERRORTYPE OMXVideoEncoderVP8::ProcessorProcess(OMX_BUFFERHEADERTYPE **buffers, function in class:OMXVideoEncoderVP8
|
H A D | OMXVideoDecoderAVC.cpp | 94 OMX_ERRORTYPE OMXVideoDecoderAVC::ProcessorProcess( function in class:OMXVideoDecoderAVC 99 return OMXVideoDecoderBase::ProcessorProcess(pBuffers, retains, numberBuffers);
|
H A D | OMXVideoEncoderBase.cpp | 380 OMX_ERRORTYPE OMXVideoEncoderBase:: ProcessorProcess( function in class:OMXVideoEncoderBase 385 LOGV("OMXVideoEncoderBase:: ProcessorProcess \n");
|
H A D | OMXVideoDecoderVP9Hybrid.cpp | 288 OMX_ERRORTYPE OMXVideoDecoderVP9Hybrid::ProcessorProcess( function in class:OMXVideoDecoderVP9Hybrid
|
H A D | OMXVideoEncoderAVC.cpp | 573 OMX_ERRORTYPE OMXVideoEncoderAVC::ProcessorProcess( function in class:OMXVideoEncoderAVC 660 LOGV("ProcessorProcess ret=%x", oret);
|
H A D | OMXVideoDecoderBase.cpp | 341 OMX_ERRORTYPE OMXVideoDecoderBase::ProcessorProcess( function in class:OMXVideoDecoderBase
|
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/ |
H A D | OMXVideoDecoderAVCSecure.cpp | 167 OMX_ERRORTYPE OMXVideoDecoderAVCSecure::ProcessorProcess( function in class:OMXVideoDecoderAVCSecure 235 ret = OMXVideoDecoderBase::ProcessorProcess(pBuffers, retains, numberBuffers); 237 ALOGE("OMXVideoDecoderBase::ProcessorProcess failed. Result: %#x", ret);
|
/hardware/intel/common/wrs_omxil_core/base/src/ |
H A D | componentbase.cpp | 1934 ret = ProcessorProcess(buffers, &retain[0], nr_ports); 1936 ret = ProcessorProcess(buffers_hdr, &retain[0], nr_ports); 2175 OMX_ERRORTYPE ComponentBase::ProcessorProcess(OMX_BUFFERHEADERTYPE **, function in class:ComponentBase 2179 LOGE("ProcessorProcess not be implemented"); 2182 OMX_ERRORTYPE ComponentBase::ProcessorProcess(OMX_BUFFERHEADERTYPE ***, function in class:ComponentBase 2186 LOGE("ProcessorProcess not be implemented");
|