Searched refs:AcmSendTest (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Dacm_send_test.h28 class AcmSendTest : public AudioPacketizationCallback, public PacketSource { class in namespace:webrtc::test
30 AcmSendTest(InputAudioFile* audio_source,
33 virtual ~AcmSendTest() {}
78 DISALLOW_COPY_AND_ASSIGN(AcmSendTest);
H A Dacm_send_test.cc26 AcmSendTest::AcmSendTest(InputAudioFile* audio_source, function in class:webrtc::test::AcmSendTest
50 bool AcmSendTest::RegisterCodec(int codec_type,
62 Packet* AcmSendTest::NextPacket() {
93 int32_t AcmSendTest::SendData(FrameType frame_type,
108 Packet* AcmSendTest::CreatePacket() {
H A Daudio_coding_module_unittest.cc595 // test::AcmSendTest -> AcmSenderBitExactness -> test::AcmReceiveTest
599 // packet from test::AcmSendTest::NextPacket, which inserts audio from the
616 // Sets up the test::AcmSendTest object. Returns true on success, otherwise
625 send_test_.reset(new test::AcmSendTest(
630 // Registers a send codec in the test::AcmSendTest object. Returns true on
689 // Get the next packet from AcmSendTest. Ownership of |packet| is
735 scoped_ptr<test::AcmSendTest> send_test_;

Completed in 120 milliseconds