Home
last modified time | relevance | path

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

/external/webrtc/test/fuzzers/
Dvp8_replay_fuzzer.cc22 VideoReceiveStream::Config vp8_config(&(stream_state->transport)); in FuzzOneInput() local
27 vp8_config.decoders.push_back(std::move(vp8_decoder)); in FuzzOneInput()
29 vp8_config.rtp.local_ssrc = 7731; in FuzzOneInput()
30 vp8_config.rtp.remote_ssrc = 1337; in FuzzOneInput()
31 vp8_config.rtp.rtx_ssrc = 100; in FuzzOneInput()
32 vp8_config.rtp.transport_cc = true; in FuzzOneInput()
33 vp8_config.rtp.nack.rtp_history_ms = 1000; in FuzzOneInput()
34 vp8_config.rtp.lntf.enabled = true; in FuzzOneInput()
37 replay_configs.push_back(std::move(vp8_config)); in FuzzOneInput()
/external/libvpx/libvpx/test/
Dquantize_test.cc60 VP8_CONFIG vp8_config; in SetupCompressor() local
61 memset(&vp8_config, 0, sizeof(vp8_config)); in SetupCompressor()
63 vp8_comp_ = vp8_create_compressor(&vp8_config); in SetupCompressor()