Lines Matching refs:TestPackStereo
27 TestPackStereo::TestPackStereo() in TestPackStereo() function in webrtc::TestPackStereo
36 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()
491 void TestStereo::Run(TestPackStereo* channel, in Run()