Home
last modified time | relevance | path

Searched refs:TestPack (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/audio_coding/test/
DTestAllCodecs.h21 class TestPack : public AudioPacketizationCallback {
23 TestPack();
24 ~TestPack();
68 void Run(TestPack* channel);
73 TestPack* channel_a_to_b_;
DTestAllCodecs.cc48 TestPack::TestPack() in TestPack() function in webrtc::TestPack
56 TestPack::~TestPack() {} in ~TestPack()
58 void TestPack::RegisterReceiverACM(AudioCodingModule* acm) { in RegisterReceiverACM()
63 int32_t TestPack::SendData(AudioFrameType frame_type, in SendData()
96 size_t TestPack::payload_size() { in payload_size()
100 uint32_t TestPack::timestamp_diff() { in timestamp_diff()
104 void TestPack::reset_payload_size() { in reset_payload_size()
154 channel_a_to_b_ = new TestPack; in Perform()
378 void TestAllCodecs::Run(TestPack* channel) { in Run()