Home
last modified time | relevance | path

Searched refs:VideoSendStreamConfig (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/rtc_tools/rtp_generator/
Drtp_generator.h39 struct VideoSendStreamConfig { struct
54 std::vector<VideoSendStreamConfig> video_streams;
Drtp_generator.cc65 absl::optional<RtpGeneratorOptions::VideoSendStreamConfig>
67 RtpGeneratorOptions::VideoSendStreamConfig config; in ParseVideoSendStreamConfig()
154 absl::optional<RtpGeneratorOptions::VideoSendStreamConfig> in ParseRtpGeneratorOptionsFromFile()
/external/webrtc/api/rtc_event_log/
Drtc_event.h52 VideoSendStreamConfig, enumerator
/external/webrtc/logging/rtc_event_log/events/
Drtc_event_video_send_stream_config.h41 static constexpr Type kType = Type::VideoSendStreamConfig;
/external/webrtc/logging/rtc_event_log/encoder/
Drtc_event_log_encoder_v3.cc123 encoders_[RtcEvent::Type::VideoSendStreamConfig] = in RtcEventLogEncoderV3()
Drtc_event_log_encoder_legacy.cc366 case RtcEvent::Type::VideoSendStreamConfig: { in Encode()
Drtc_event_log_encoder_new_format.cc835 case RtcEvent::Type::VideoSendStreamConfig: { in EncodeBatch()
1800 rtclog2::VideoSendStreamConfig* proto_batch = in EncodeVideoSendStreamConfig()
/external/webrtc/logging/rtc_event_log/
Drtc_event_log2.proto47 repeated VideoSendStreamConfig video_send_stream_configs = 104;
434 message VideoSendStreamConfig { message
Drtc_event_log_parser.h775 ParseStatus StoreVideoSendConfig(const rtclog2::VideoSendStreamConfig& proto); in RTC_POP_IGNORING_WUNDEF()
Drtc_event_log_parser.cc1548 case static_cast<uint32_t>(RtcEvent::Type::VideoSendStreamConfig): in ParseStreamInternalV3()
3522 const rtclog2::VideoSendStreamConfig& proto) { in StoreVideoSendConfig()