Searched refs:TestPackStereo (Results 1 – 4 of 4) sorted by relevance
27 class TestPackStereo : public AudioPacketizationCallback {29 TestPackStereo();30 ~TestPackStereo();77 void Run(TestPackStereo* channel,86 TestPackStereo* channel_a2b_;
27 TestPackStereo::TestPackStereo() in TestPackStereo() function in webrtc::TestPackStereo36 TestPackStereo::~TestPackStereo() {} in ~TestPackStereo()38 void TestPackStereo::RegisterReceiverACM(AudioCodingModule* acm) { in RegisterReceiverACM()43 int32_t TestPackStereo::SendData(const AudioFrameType frame_type, in SendData()79 uint16_t TestPackStereo::payload_size() { in payload_size()83 uint32_t TestPackStereo::timestamp_diff() { in timestamp_diff()87 void TestPackStereo::reset_payload_size() { in reset_payload_size()91 void TestPackStereo::set_codec_mode(enum StereoMonoMode mode) { in set_codec_mode()95 void TestPackStereo::set_lost_packet(bool lost) { in set_lost_packet()161 channel_a2b_ = new TestPackStereo; in Perform()[all …]
33 void Run(TestPackStereo* channel,42 TestPackStereo* channel_a2b_;
95 channel_a2b_ = new TestPackStereo; in Perform()203 void OpusTest::Run(TestPackStereo* channel, in Run()