HomeSort by relevance Sort by last modified time
    Searched defs:StreamDataCounters (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/
common_types.cc 21 StreamDataCounters::StreamDataCounters() : first_packet_time_ms(-1) {}
common_types.h 857 struct StreamDataCounters {
858 StreamDataCounters();
860 void Add(const StreamDataCounters& other) {
895 virtual void DataCountersUpdated(const StreamDataCounters& counters,

Completed in 68 milliseconds