Lines Matching defs:VideoReceiverInfo

617 struct VideoReceiverInfo : public MediaReceiverInfo {  struct
620 std::vector<SsrcGroup> ssrc_groups;
621 std::string decoder_implementation_name;
622 absl::optional<bool> power_efficient_decoder;
623 int packets_concealed = 0;
624 int firs_sent = 0;
625 int plis_sent = 0;
626 int frame_width = 0;
627 int frame_height = 0;
628 int framerate_rcvd = 0;
629 int framerate_decoded = 0;
630 int framerate_output = 0;
632 int framerate_render_input = 0;
634 int framerate_render_output = 0;
635 uint32_t frames_received = 0;
636 uint32_t frames_dropped = 0;
637 uint32_t frames_decoded = 0;
638 uint32_t key_frames_decoded = 0;
639 uint32_t frames_rendered = 0;
640 absl::optional<uint64_t> qp_sum;
646 uint32_t frames_assembled_from_multiple_packets = 0;
647 double total_inter_frame_delay = 0;
648 double total_squared_inter_frame_delay = 0;
649 int64_t interframe_delay_max_ms = -1;
650 uint32_t freeze_count = 0;
651 uint32_t pause_count = 0;
652 uint32_t total_freezes_duration_ms = 0;
653 uint32_t total_pauses_duration_ms = 0;
654 uint32_t total_frames_duration_ms = 0;
655 double sum_squared_frame_durations = 0.0;
656 uint32_t jitter_ms = 0;
658 webrtc::VideoContentType content_type = webrtc::VideoContentType::UNSPECIFIED;
665 int decode_ms = 0;
667 int max_decode_ms = 0;
669 int jitter_buffer_ms = 0;
671 int min_playout_delay_ms = 0;
673 int render_delay_ms = 0;
676 int target_delay_ms = 0;
678 int current_delay_ms = 0;
681 int64_t capture_start_ntp_time_ms = -1;
684 int64_t first_frame_received_to_decoded_ms = -1;
688 absl::optional<webrtc::TimingFrameInfo> timing_frame_info;