Home
last modified time | relevance | path

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

/external/webrtc/test/pc/e2e/media/
Dmedia_helper.cc112 capturer->SetFramePreprocessor(std::move(frame_preprocessor)); in CreateVideoCapturer()
121 capturer->SetFramePreprocessor(std::move(frame_preprocessor)); in CreateVideoCapturer()
/external/webrtc/test/
Dtest_video_capturer.h40 void SetFramePreprocessor(std::unique_ptr<FramePreprocessor> preprocessor) { in SetFramePreprocessor() function