#include "webrtc/api/audio_codecs/builtin_audio_decoder_factory.h"
#include "webrtc/modules/audio_coding/neteq/mock/mock_decoder_database.h"
#include "webrtc/modules/audio_coding/neteq/packet.h"
#include "webrtc/modules/audio_coding/neteq/timestamp_scaler.h"
#include "webrtc/test/gmock.h"
#include "webrtc/test/gtest.h"
|
| webrtc::TEST (TimestampScaler, TestNoScaling) |
|
| webrtc::TEST (TimestampScaler, TestNoScalingLargeStep) |
|
| webrtc::TEST (TimestampScaler, TestG722) |
|
| webrtc::TEST (TimestampScaler, TestG722LargeStep) |
|
| webrtc::TEST (TimestampScaler, TestG722WithCng) |
|
| webrtc::TEST (TimestampScaler, TestG722Packet) |
|
| webrtc::TEST (TimestampScaler, TestG722PacketList) |
|
| webrtc::TEST (TimestampScaler, TestG722Reset) |
|
| webrtc::TEST (TimestampScaler, TestOpusLargeStep) |
|
| webrtc::TEST (TimestampScaler, Failures) |
|