Home
last modified time | relevance | path

Searched refs:resampled_frame_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/
Dframe_preprocessor.cc19 resampled_frame_(), in VPMFramePreprocessor()
120 if (spatial_resampler_->ResampleFrame(*current_frame, &resampled_frame_) != in PreprocessFrame()
124 current_frame = &resampled_frame_; in PreprocessFrame()
Dframe_preprocessor.h73 VideoFrame resampled_frame_; variable