Home
last modified time | relevance | path

Searched refs:TimestampScaler (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dtimestamp_scaler_unittest.cc24 TEST(TimestampScaler, TestNoScaling) { in TEST() argument
33 TimestampScaler scaler(db); in TEST()
45 TEST(TimestampScaler, TestNoScalingLargeStep) { in TEST() argument
54 TimestampScaler scaler(db); in TEST()
71 TEST(TimestampScaler, TestG722) { in TEST() argument
79 TimestampScaler scaler(db); in TEST()
95 TEST(TimestampScaler, TestG722LargeStep) { in TEST() argument
103 TimestampScaler scaler(db); in TEST()
123 TEST(TimestampScaler, TestG722WithCng) { in TEST() argument
136 TimestampScaler scaler(db); in TEST()
[all …]
Dtimestamp_scaler.cc19 void TimestampScaler::Reset() { in Reset()
23 void TimestampScaler::ToInternal(Packet* packet) { in ToInternal()
31 void TimestampScaler::ToInternal(PacketList* packet_list) { in ToInternal()
38 uint32_t TimestampScaler::ToInternal(uint32_t external_timestamp, in ToInternal()
90 uint32_t TimestampScaler::ToExternal(uint32_t internal_timestamp) const { in ToExternal()
Dtimestamp_scaler.h26 class TimestampScaler {
28 explicit TimestampScaler(const DecoderDatabase& decoder_database) in TimestampScaler() function
36 virtual ~TimestampScaler() {} in ~TimestampScaler()
64 RTC_DISALLOW_COPY_AND_ASSIGN(TimestampScaler);
Dneteq.cc57 TimestampScaler* timestamp_scaler = new TimestampScaler(*decoder_database); in Create()
Dneteq_impl.h52 class TimestampScaler; variable
71 TimestampScaler* timestamp_scaler,
355 const rtc::scoped_ptr<TimestampScaler> timestamp_scaler_
Dneteq_impl_unittest.cc142 timestamp_scaler_ = new TimestampScaler(*decoder_database_); in CreateInstance()
227 TimestampScaler* timestamp_scaler_;
Dneteq_impl.cc65 TimestampScaler* timestamp_scaler, in NetEqImpl()