/external/webrtc/webrtc/ |
D | audio_receive_stream.h | 36 struct Stats { struct 37 uint32_t remote_ssrc = 0; 38 int64_t bytes_rcvd = 0; 39 uint32_t packets_rcvd = 0; 40 uint32_t packets_lost = 0; 41 float fraction_lost = 0.0f; 42 std::string codec_name; 43 uint32_t ext_seqnum = 0; 44 uint32_t jitter_ms = 0; 45 uint32_t jitter_buffer_ms = 0; [all …]
|
D | audio_send_stream.h | 33 struct Stats { struct 35 uint32_t local_ssrc = 0; 36 int64_t bytes_sent = 0; 37 int32_t packets_sent = 0; 38 int32_t packets_lost = -1; 39 float fraction_lost = -1.0f; 40 std::string codec_name; 41 int32_t ext_seqnum = -1; 42 int32_t jitter_ms = -1; 43 int64_t rtt_ms = -1; [all …]
|
D | video_receive_stream.h | 48 struct Stats { struct 49 int network_frame_rate = 0; 50 int decode_frame_rate = 0; 51 int render_frame_rate = 0; 54 std::string decoder_implementation_name = "unknown"; 55 FrameCounts frame_counts; 56 int decode_ms = 0; 57 int max_decode_ms = 0; 58 int current_delay_ms = 0; 59 int target_delay_ms = 0; [all …]
|
D | video_send_stream.h | 64 struct Stats { struct 74 std::map<uint32_t, StreamStats> substreams; argument
|
D | call.h | 92 struct Stats { struct 93 int send_bandwidth_bps = 0; 94 int recv_bandwidth_bps = 0; 95 int64_t pacer_delay_ms = 0; 96 int64_t rtt_ms = -1;
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core.h | 42 typedef struct Stats { struct 52 } Stats; argument
|
/external/skqp/tools/ |
D | Stats.h | 20 struct Stats { struct 21 Stats(const SkTArray<double>& samples) { in Stats() function 78 #endif//Stats_DEFINED argument
|
/external/skia/tools/ |
D | Stats.h | 20 struct Stats { struct 21 Stats(const SkTArray<double>& samples) { in Stats() function 78 #endif//Stats_DEFINED argument
|
/external/webrtc/webrtc/p2p/stunprober/ |
D | stunprober.h | 71 struct Stats { struct 72 Stats() {} in Stats() function 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; [all …]
|
/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/tensorflow/tensorflow/compiler/xla/service/ |
D | buffer_assignment.h | 363 struct Stats { struct 377 const Stats& GetStats() const { return stats_; } in GetStats() argument
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICURWLock.java | 47 public final static class Stats { class in ICURWLock 73 private Stats() { in Stats() method in ICURWLock.Stats 76 private Stats(int rc, int mrc, int wrc, int wc, int wwc) { in Stats() method in ICURWLock.Stats 84 private Stats(Stats rhs) { in Stats() method in ICURWLock.Stats
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | ICURWLock.java | 49 public final static class Stats { class in ICURWLock 75 private Stats() { in Stats() method in ICURWLock.Stats 78 private Stats(int rc, int mrc, int wrc, int wc, int wwc) { in Stats() method in ICURWLock.Stats 86 private Stats(Stats rhs) { in Stats() method in ICURWLock.Stats
|
/external/webrtc/webrtc/voice_engine/test/auto_test/ |
D | voe_conference_test.cc | 42 struct Stats { in TEST() struct 43 Stats(int64_t rtt_receiver_1, int64_t rtt_receiver_2, int64_t ntp_delay) in TEST() function 48 int64_t rtt_receiver_1_; in TEST() 49 int64_t rtt_receiver_2_; in TEST() 50 int64_t ntp_delay_; in TEST()
|
/external/skia/src/gpu/ |
D | GrResourceCache.cpp | 754 struct Stats { in validate() struct 755 size_t fBytes; in validate() 756 int fBudgetedCount; in validate() 757 size_t fBudgetedBytes; in validate() 758 int fLocked; in validate() 759 int fScratch; in validate() 760 int fCouldBeScratch; in validate() 761 int fContent; in validate() 762 const ScratchMap* fScratchMap; in validate() 763 const UniqueHash* fUniqueHash; in validate() [all …]
|
D | GrResourceCache.h | 210 struct Stats { struct 219 Stats() { this->reset(); } in Stats() argument 243 void getStats(Stats*) const; argument
|
/external/skqp/src/gpu/ |
D | GrResourceCache.cpp | 733 struct Stats { in validate() struct 734 size_t fBytes; in validate() 735 int fBudgetedCount; in validate() 736 size_t fBudgetedBytes; in validate() 737 int fLocked; in validate() 738 int fScratch; in validate() 739 int fCouldBeScratch; in validate() 740 int fContent; in validate() 741 const ScratchMap* fScratchMap; in validate() 742 const UniqueHash* fUniqueHash; in validate() [all …]
|
D | GrResourceCache.h | 205 struct Stats { struct 214 Stats() { this->reset(); } in Stats() argument 238 void getStats(Stats*) const; argument
|
/external/perfetto/src/tracing/core/ |
D | trace_buffer.h | 133 struct Stats { struct 134 uint64_t bytes_written = 0; 135 uint64_t chunks_written = 0; 136 uint64_t chunks_overwritten = 0; 137 uint64_t write_wrap_count = 0; 138 uint64_t patches_succeeded = 0; 139 uint64_t patches_failed = 0; 140 uint64_t readaheads_succeeded = 0; 141 uint64_t readaheads_failed = 0; 142 uint64_t abi_violations = 0;
|
/external/llvm/lib/Support/ |
D | Statistic.cpp | 54 std::vector<const Statistic*> Stats; member in __anon928f32f30111::StatisticInfo 119 StatisticInfo &Stats = *StatInfo; in PrintStatistics() local 160 StatisticInfo &Stats = *StatInfo; in PrintStatisticsJSON() local 182 StatisticInfo &Stats = *StatInfo; in PrintStatistics() local
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Statistic.cpp | 50 std::vector<const Statistic*> Stats; member in __anonf911fa9f0111::StatisticInfo 109 StatisticInfo &Stats = *StatInfo; in PrintStatistics() local 143 StatisticInfo &Stats = *StatInfo; in PrintStatistics() local
|
/external/golang-protobuf/proto/ |
D | lib.go | 285 type Stats struct { struct 286 Emalloc uint64 // mallocs in encode 287 Dmalloc uint64 // mallocs in decode 288 Encode uint64 // number of encodes 289 Decode uint64 // number of decodes 290 Chit uint64 // number of cache hits 291 Cmiss uint64 // number of cache misses 292 Size uint64 // number of sizes
|
/external/webrtc/webrtc/base/ |
D | network.h | 119 struct Stats { struct 122 Stats() { in Stats() argument
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
D | Channel.cc | 297 int16_t Channel::Stats(CodecInst& codecInst, in Stats() function in webrtc::Channel 329 void Channel::Stats(uint32_t* numPackets) { in Stats() function in webrtc::Channel 349 void Channel::Stats(uint8_t* payloadType, uint32_t* payloadLenByte) { in Stats() function in webrtc::Channel
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowStatFs.java | 63 private static class Stats { class in ShadowStatFs 64 Stats(int blockCount, int freeBlocks, int availableBlocks) { in Stats() method in ShadowStatFs.Stats
|