/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/chromium-trace/catapult/third_party/coverage/coverage/ctracer/ |
D | stats.h | 15 typedef struct Stats { struct 28 } Stats; argument
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core.h | 42 typedef struct Stats { struct 52 } Stats; argument
|
/external/skia/tools/ |
D | Stats.h | 20 struct Stats { struct 21 Stats(const SkTArray<double>& samples) { in Stats() argument 78 #endif//Stats_DEFINED argument
|
/external/opencv3/samples/cpp/tutorial_code/features2D/AKAZE_tracking/ |
D | stats.h | 4 struct Stats struct 11 Stats() : matches(0), in Stats() 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/skia/src/gpu/ |
D | GrResourceCache.h | 186 struct Stats { struct 197 Stats() { this->reset(); } in Stats() argument 199 void reset() { in reset() 229 void getStats(Stats*) const; argument
|
D | GrResourceCache.cpp | 637 struct Stats { in validate() struct 638 size_t fBytes; in validate() 639 int fBudgetedCount; in validate() 640 size_t fBudgetedBytes; in validate() 641 int fLocked; in validate() 642 int fScratch; in validate() 643 int fCouldBeScratch; in validate() 644 int fContent; in validate() 645 const ScratchMap* fScratchMap; in validate() 646 const UniqueHash* fUniqueHash; in validate() [all …]
|
/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() argument 48 int64_t rtt_receiver_1_; in TEST() 49 int64_t rtt_receiver_2_; in TEST() 50 int64_t ntp_delay_; in TEST()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICURWLock.java | 45 public final static class Stats { class in ICURWLock 71 private Stats() { in Stats() method in ICURWLock.Stats 74 private Stats(int rc, int mrc, int wrc, int wc, int wwc) { in Stats() method in ICURWLock.Stats 82 private Stats(Stats rhs) { in Stats() method in ICURWLock.Stats
|
/external/icu/android_icu4j/src/main/java/android/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/llvm/lib/Support/ |
D | Statistic.cpp | 51 std::vector<const Statistic*> Stats; member in __anon63f6d1d60111::StatisticInfo 99 StatisticInfo &Stats = *StatInfo; in PrintStatistics() local 139 StatisticInfo &Stats = *StatInfo; in PrintStatistics() local
|
/external/webrtc/webrtc/base/ |
D | network.h | 119 struct Stats { struct 122 Stats() { in Stats() function
|
/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
|
/external/webrtc/talk/media/base/ |
D | videoadapter_unittest.cc | 78 struct Stats { struct in cricket::VideoAdapterTest::VideoCapturerListener 79 int captured_frames; 80 int dropped_frames; 81 bool last_adapt_was_no_op; 83 int adapted_width; 84 int adapted_height;
|
/external/chromium-trace/catapult/third_party/typ/typ/ |
D | stats.py | 16 class Stats(object): class
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/ |
D | Stats.cs | 51 public class Stats class
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/ |
D | Stats.cs | 47 public class Stats { class
|
/external/v8/src/compiler/ |
D | zone-pool.h | 78 typedef std::vector<StatsScope*> Stats; typedef
|
/external/webrtc/webrtc/modules/video_coding/codecs/test/ |
D | stats.cc | 37 Stats::Stats() {} in Stats() function in webrtc::test::Stats
|