Home
last modified time | relevance | path

Searched refs:VPMSimpleSpatialResampler (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/
Dspatial_resampler.cc15 VPMSimpleSpatialResampler::VPMSimpleSpatialResampler() in VPMSimpleSpatialResampler() function in webrtc::VPMSimpleSpatialResampler
21 VPMSimpleSpatialResampler::~VPMSimpleSpatialResampler() {} in ~VPMSimpleSpatialResampler()
23 int32_t VPMSimpleSpatialResampler::SetTargetFrameSize(int32_t width, in SetTargetFrameSize()
37 void VPMSimpleSpatialResampler::SetInputFrameResampleMode( in SetInputFrameResampleMode()
42 void VPMSimpleSpatialResampler::Reset() { in Reset()
48 int32_t VPMSimpleSpatialResampler::ResampleFrame(const VideoFrame& inFrame, in ResampleFrame()
81 int32_t VPMSimpleSpatialResampler::TargetHeight() { in TargetHeight()
85 int32_t VPMSimpleSpatialResampler::TargetWidth() { in TargetWidth()
89 bool VPMSimpleSpatialResampler::ApplyResample(int32_t width, int32_t height) { in ApplyResample()
Dspatial_resampler.h38 class VPMSimpleSpatialResampler : public VPMSpatialResampler {
40 VPMSimpleSpatialResampler();
41 ~VPMSimpleSpatialResampler();
Dframe_preprocessor.cc22 spatial_resampler_ = new VPMSimpleSpatialResampler(); in VPMFramePreprocessor()