| /external/webrtc/call/ |
| D | audio_receive_stream.h | 35 struct Stats { struct 52 // Stats below correspond to similarly-named fields in the WebRTC stats argument 65 // Stats below DO NOT correspond directly to anything in the WebRTC stats argument 66 float expand_rate = 0.0f; 67 float speech_expand_rate = 0.0f; 68 float secondary_decoded_rate = 0.0f; 69 float secondary_discarded_rate = 0.0f; 70 float accelerate_rate = 0.0f; 71 float preemptive_expand_rate = 0.0f; 72 uint64_t delayed_packet_outage_samples = 0; [all …]
|
| D | video_receive_stream.h | 84 struct Stats { struct 89 int network_frame_rate = 0; 90 int decode_frame_rate = 0; 91 int render_frame_rate = 0; 92 uint32_t frames_rendered = 0; 95 std::string decoder_implementation_name = "unknown"; 96 FrameCounts frame_counts; 97 int decode_ms = 0; 98 int max_decode_ms = 0; 99 int current_delay_ms = 0; [all …]
|
| D | video_send_stream.h | 96 struct Stats { struct 100 std::string encoder_implementation_name = "unknown"; 101 int input_frame_rate = 0; 102 int encode_frame_rate = 0; 103 int avg_encode_time_ms = 0; 104 int encode_usage_percent = 0; 105 uint32_t frames_encoded = 0; 107 uint64_t total_encode_time_ms = 0; 109 uint64_t total_encoded_bytes_target = 0; 110 uint32_t frames_dropped_by_capturer = 0; [all …]
|
| D | audio_send_stream.h | 38 struct Stats { struct 64 ANAStats ana_statistics; argument 65 AudioProcessingStats apm_statistics; argument 67 int64_t target_bitrate_bps = 0; 72 std::vector<ReportBlockData> report_block_datas;
|
| D | call.h | 74 struct Stats { struct 77 int send_bandwidth_bps = 0; // Estimated available send bandwidth. 78 int max_padding_bitrate_bps = 0; // Cumulative configured max padding. 79 int recv_bandwidth_bps = 0; // Estimated available receive bandwidth. 80 int64_t pacer_delay_ms = 0; 81 int64_t rtt_ms = -1;
|
| /external/webrtc/modules/audio_coding/neteq/tools/ |
| D | neteq_stats_getter.h | 28 struct Stats { struct 29 double current_buffer_size_ms = 0.0; 30 double preferred_buffer_size_ms = 0.0; 31 double jitter_peaks_found = 0.0; 32 double packet_loss_rate = 0.0; 33 double expand_rate = 0.0; 57 explicit NetEqStatsGetter(std::unique_ptr<NetEqDelayAnalyzer> delay_analyzer); argument
|
| /external/skia/tools/ |
| D | Stats.h | 23 struct Stats { struct 24 Stats(const SkTArray<double>& samples, bool want_plot) { in Stats() argument 80 #endif//Stats_DEFINED argument
|
| /external/skqp/tools/ |
| D | Stats.h | 21 struct Stats { struct 22 Stats(const SkTArray<double>& samples, bool want_plot) { in Stats() function 79 #endif//Stats_DEFINED argument
|
| /external/webrtc/modules/pacing/ |
| D | task_queue_paced_sender.h | 109 struct Stats { struct 110 Stats() in Stats() function 119 virtual void OnStatsUpdated(const Stats& stats); argument
|
| /external/golang-protobuf/proto/ |
| D | deprecated.go | 37 type Stats struct{ Emalloc, Dmalloc, Encode, Decode, Chit, Cmiss, Size uint64 } argument
|
| /external/webrtc/modules/audio_device/ |
| D | audio_device_buffer.h | 43 struct Stats { struct 44 void ResetRecStats() { in ResetRecStats() argument 50 void ResetPlayStats() { in ResetPlayStats() argument 72 // is reset to zero at each call to LogStats(). argument 73 int16_t max_rec_level = 0; 77 int16_t max_play_level = 0;
|
| /external/webrtc/p2p/stunprober/ |
| D | stun_prober.h | 70 struct RTC_EXPORT Stats { struct 79 int raw_num_request_sent = 0; 80 int num_request_sent = 0; 82 int num_response_received = 0; 83 NatType nat_type = NATTYPE_INVALID; 84 int average_rtt_ms = -1; 85 int success_percent = 0; 86 int target_request_interval_ns = 0; 87 int actual_request_interval_ns = 0; 92 bool shared_socket_mode = false; [all …]
|
| /external/webrtc/modules/audio_processing/agc2/ |
| D | interpolated_gain_curve.h | 44 struct Stats { struct 67 Stats get_stats() const { return stats_; } in get_stats() argument
|
| /external/openscreen/cast/standalone_sender/ |
| D | streaming_vp8_encoder.h | 112 struct Stats { struct 114 FrameId frame_id; 117 RtpTimeTicks rtp_timestamp; 121 Clock::duration encode_wall_time; 125 Clock::duration frame_duration; 128 int encoded_size; 132 double target_size; 135 int quantizer; 142 double perfect_quantizer; 154 double time_utilization() const { in time_utilization() [all …]
|
| /external/opencensus-java/exporters/stats/stackdriver/ |
| D | README.md | 25 #### Add the dependencies to your project 56 #### Register the exporter 69 #### Set Monitored Resource for exporter 114 #### Authentication 129 #### Specifying a Project ID 140 #### Java Versions
|
| /external/tensorflow/tensorflow/compiler/aot/ |
| D | benchmark.h | 48 struct Stats { struct 52 Stats() : total_us(0) { per_iter_us.reserve(5000); } in Stats() argument
|
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/executor/ |
| D | mpmcqueue.h | 104 struct Stats { struct 115 Stats() { in Stats() argument
|
| D | threadpool.h | 80 struct Stats { struct 82 Stats() { sleep_time = gpr_time_0(GPR_TIMESPAN); } in Stats() function
|
| /external/webrtc/modules/video_coding/codecs/vp8/ |
| D | screenshare_layers.h | 145 struct Stats { struct 146 int64_t first_frame_time_ms_ = -1; 147 int64_t num_tl0_frames_ = 0; 148 int64_t num_tl1_frames_ = 0; 149 int64_t num_dropped_frames_ = 0; 150 int64_t num_overshoots_ = 0; 151 int64_t tl0_qp_sum_ = 0; 152 int64_t tl1_qp_sum_ = 0; 153 int64_t tl0_target_bitrate_sum_ = 0; 154 int64_t tl1_target_bitrate_sum_ = 0;
|
| /external/icing/icing/legacy/index/ |
| D | icing-dynamic-trie.h | 147 struct Stats { struct 148 uint32_t num_keys; 152 uint32_t num_nodes; 153 uint32_t max_nodes; 155 uint32_t num_intermediates; 157 uint32_t num_leaves; 161 uint32_t num_nexts; 162 uint32_t max_nexts; 164 uint32_t child_counts[kMaxNextArraySize]; 190 std::string DumpStats(int verbosity) const; argument
|
| /external/opencensus-java/exporters/stats/prometheus/ |
| D | README.md | 16 #### Add the dependencies to your project 47 #### Register the exporter 71 #### Exporting 77 #### Java Versions
|
| /external/skqp/modules/skottie/include/ |
| D | Skottie.h | 123 struct Stats { struct 134 * @return Stats (see above). argument
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | buffer_assignment.h | 475 struct Stats { struct 491 const Stats& GetStats() const { return stats_; } in GetStats() argument
|
| /external/skqp/src/gpu/ |
| D | GrResourceCache.cpp | 729 struct Stats { in validate() struct 730 size_t fBytes; in validate() 731 int fBudgetedCount; in validate() 732 size_t fBudgetedBytes; in validate() 733 int fLocked; in validate() 734 int fScratch; in validate() 735 int fCouldBeScratch; in validate() 736 int fContent; in validate() 737 const ScratchMap* fScratchMap; in validate() 738 const UniqueHash* fUniqueHash; in validate() [all …]
|
| /external/skia/modules/skottie/include/ |
| D | Skottie.h | 80 struct Stats { struct 91 * @return Stats (see above). argument
|