Home
last modified time | relevance | path

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

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