Searched refs:SetFramePreprocessor (Results 1 – 2 of 2) sorted by relevance
112 capturer->SetFramePreprocessor(std::move(frame_preprocessor)); in CreateVideoCapturer()121 capturer->SetFramePreprocessor(std::move(frame_preprocessor)); in CreateVideoCapturer()
40 void SetFramePreprocessor(std::unique_ptr<FramePreprocessor> preprocessor) { in SetFramePreprocessor() function