HomeSort by relevance Sort by last modified time
    Searched refs:estimated_timestamp (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
nack.h 105 estimated_timestamp(initial_timestamp),
118 uint32_t estimated_timestamp; member in struct:webrtc::acm2::Nack::NackElement
nack.cc 164 it->second.time_to_play_ms = TimeToPlay(it->second.estimated_timestamp);
nack_unittest.cc 266 EXPECT_EQ(timestamp_lost_packets[index], it->second.estimated_timestamp);

Completed in 240 milliseconds