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