Home
last modified time | relevance | path

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

/external/webrtc/test/fuzzers/
Dvp9_replay_fuzzer.cc35 std::vector<VideoReceiveStream::Config> replay_configs; in FuzzOneInput() local
36 replay_configs.push_back(std::move(vp9_config)); in FuzzOneInput()
38 test::RtpReplayer::Replay(std::move(stream_state), std::move(replay_configs), in FuzzOneInput()
Dvp8_replay_fuzzer.cc36 std::vector<VideoReceiveStream::Config> replay_configs; in FuzzOneInput() local
37 replay_configs.push_back(std::move(vp8_config)); in FuzzOneInput()
39 test::RtpReplayer::Replay(std::move(stream_state), std::move(replay_configs), in FuzzOneInput()