Searched refs:PreprocessFrame (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/
H A Dframe_preprocessor.h63 const VideoFrame* PreprocessFrame(const VideoFrame& frame);
H A Dvideo_processing_impl.h43 const VideoFrame* PreprocessFrame(const VideoFrame& frame) override;
H A Dvideo_processing_impl.cc163 const VideoFrame* VideoProcessingImpl::PreprocessFrame( function in class:webrtc::VideoProcessingImpl
166 return frame_pre_processor_.PreprocessFrame(frame);
H A Dframe_preprocessor.cc101 const VideoFrame* VPMFramePreprocessor::PreprocessFrame( function in class:webrtc::VPMFramePreprocessor
/external/webrtc/webrtc/modules/video_processing/include/
H A Dvideo_processing.h94 virtual const VideoFrame* PreprocessFrame(const VideoFrame& frame) = 0;
/external/webrtc/webrtc/modules/video_processing/test/
H A Dvideo_processing_unittest.cc216 EXPECT_TRUE(vp_->PreprocessFrame(video_frame_) != nullptr);
315 out_frame = vpm->PreprocessFrame(source);
/external/webrtc/webrtc/video/
H A Dvie_encoder.cc364 frame_to_send = vp_->PreprocessFrame(video_frame);

Completed in 51 milliseconds