Searched refs:TestPack (Results 1 – 2 of 2) sorted by relevance
24 class TestPack : public AudioPacketizationCallback {26 TestPack();27 ~TestPack();67 void Run(TestPack* channel);74 TestPack* channel_a_to_b_;
43 TestPack::TestPack() in TestPack() function in webrtc::TestPack52 TestPack::~TestPack() { in ~TestPack()55 void TestPack::RegisterReceiverACM(AudioCodingModule* acm) { in RegisterReceiverACM()60 int32_t TestPack::SendData(FrameType frame_type, uint8_t payload_type, in SendData()95 size_t TestPack::payload_size() { in payload_size()99 uint32_t TestPack::timestamp_diff() { in timestamp_diff()103 void TestPack::reset_payload_size() { in reset_payload_size()149 channel_a_to_b_ = new TestPack; in Perform()417 void TestAllCodecs::Run(TestPack* channel) { in Run()