Home
last modified time | relevance | path

Searched refs:RtpGeneratorOptions (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/rtc_tools/rtp_generator/
Drtp_generator.h39 struct RtpGeneratorOptions { struct
60 absl::optional<RtpGeneratorOptions> ParseRtpGeneratorOptionsFromFile(
81 explicit RtpGenerator(const RtpGeneratorOptions& options);
103 const RtpGeneratorOptions options_;
Drtp_generator.cc64 absl::optional<RtpGeneratorOptions::VideoSendStreamConfig>
66 RtpGeneratorOptions::VideoSendStreamConfig config; in ParseVideoSendStreamConfig()
121 absl::optional<RtpGeneratorOptions> ParseRtpGeneratorOptionsFromFile( in ParseRtpGeneratorOptionsFromFile()
146 RtpGeneratorOptions gen_options; in ParseRtpGeneratorOptionsFromFile()
148 absl::optional<RtpGeneratorOptions::VideoSendStreamConfig> in ParseRtpGeneratorOptionsFromFile()
159 RtpGenerator::RtpGenerator(const RtpGeneratorOptions& options) in RtpGenerator()
Dmain.cc38 absl::optional<webrtc::RtpGeneratorOptions> options = in main()