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

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dtimestamp_scaler.h26 class TimestampScaler { class in namespace:webrtc
28 explicit TimestampScaler(const DecoderDatabase& decoder_database) function in class:webrtc::TimestampScaler
36 virtual ~TimestampScaler() {}
64 DISALLOW_COPY_AND_ASSIGN(TimestampScaler);
H A Dtimestamp_scaler_unittest.cc24 TEST(TimestampScaler, TestNoScaling) {
32 TimestampScaler scaler(db);
44 TEST(TimestampScaler, TestNoScalingLargeStep) {
52 TimestampScaler scaler(db);
69 TEST(TimestampScaler, TestG722) {
77 TimestampScaler scaler(db);
93 TEST(TimestampScaler, TestG722LargeStep) {
101 TimestampScaler scaler(db);
121 TEST(TimestampScaler, TestG722WithCng) {
133 TimestampScaler scale
[all...]
H A Dtimestamp_scaler.cc19 void TimestampScaler::ToInternal(Packet* packet) {
27 void TimestampScaler::ToInternal(PacketList* packet_list) {
34 uint32_t TimestampScaler::ToInternal(uint32_t external_timestamp,
98 uint32_t TimestampScaler::ToExternal(uint32_t internal_timestamp) const {
H A Dneteq.cc42 TimestampScaler* timestamp_scaler = new TimestampScaler(*decoder_database);
H A Dneteq_impl.h51 class TimestampScaler;
70 TimestampScaler* timestamp_scaler,
351 const scoped_ptr<TimestampScaler> timestamp_scaler_ GUARDED_BY(crit_sect_);
H A Dneteq_impl_unittest.cc137 timestamp_scaler_ = new TimestampScaler(*decoder_database_);
222 TimestampScaler* timestamp_scaler_;
H A Dneteq_impl.cc61 TimestampScaler* timestamp_scaler,

Completed in 118 milliseconds