Searched refs:PreprocessFrame (Results 1 – 7 of 7) sorted by relevance
163 const VideoFrame* VideoProcessingImpl::PreprocessFrame( in PreprocessFrame() function in webrtc::VideoProcessingImpl166 return frame_pre_processor_.PreprocessFrame(frame); in PreprocessFrame()
63 const VideoFrame* PreprocessFrame(const VideoFrame& frame);
43 const VideoFrame* PreprocessFrame(const VideoFrame& frame) override;
101 const VideoFrame* VPMFramePreprocessor::PreprocessFrame( in PreprocessFrame() function in webrtc::VPMFramePreprocessor
94 virtual const VideoFrame* PreprocessFrame(const VideoFrame& frame) = 0;
216 EXPECT_TRUE(vp_->PreprocessFrame(video_frame_) != nullptr);315 out_frame = vpm->PreprocessFrame(source);
364 frame_to_send = vp_->PreprocessFrame(video_frame); in DeliverFrame()