Lines Matching defs:VideoSenderInfo
574 struct VideoSenderInfo : public MediaSenderInfo { struct
577 std::vector<SsrcGroup> ssrc_groups;
578 std::string encoder_implementation_name;
579 int firs_rcvd = 0;
580 int plis_rcvd = 0;
581 int send_frame_width = 0;
582 int send_frame_height = 0;
583 int frames = 0;
584 double framerate_input = 0;
585 int framerate_sent = 0;
586 int aggregated_framerate_sent = 0;
587 int nominal_bitrate = 0;
588 int adapt_reason = 0;
589 int adapt_changes = 0;
591 webrtc::QualityLimitationReason quality_limitation_reason =
595 quality_limitation_durations_ms;
597 uint32_t quality_limitation_resolution_changes = 0;
598 int avg_encode_ms = 0;
599 int encode_usage_percent = 0;
600 uint32_t frames_encoded = 0;
601 uint32_t key_frames_encoded = 0;
603 uint64_t total_encode_time_ms = 0;
605 uint64_t total_encoded_bytes_target = 0;
606 bool has_entered_low_resolution = false;
607 absl::optional<uint64_t> qp_sum;
608 webrtc::VideoContentType content_type = webrtc::VideoContentType::UNSPECIFIED;
609 uint32_t frames_sent = 0;
611 uint32_t huge_frames_sent = 0;
612 uint32_t aggregated_huge_frames_sent = 0;
613 absl::optional<std::string> rid;
614 absl::optional<bool> power_efficient_encoder;