Home
last modified time | relevance | path

Searched refs:FastForward (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/modules/audio_coding/test/
DPCMFile.h47 void FastForward(int num_10ms_blocks);
Dopus_test.cc237 in_file_stereo_.FastForward(100); in Run()
238 in_file_mono_.FastForward(100); in Run()
DPCMFile.cc204 void PCMFile::FastForward(int num_10ms_blocks) { in FastForward() function in webrtc::PCMFile
DEncodeDecodeTest.cc67 _pcmFile.FastForward(100); in Setup()
DTestStereo.cc508 in_file_stereo_->FastForward(100); in Run()
509 in_file_mono_->FastForward(100); in Run()
DTestRedFec.cc209 _inFileA.FastForward(100); in Run()
DTestVADDTX.cc132 in_file.FastForward(50); in Run()
DiSACTest.cc179 _inFileA.FastForward(100); in Setup()
DTestAllCodecs.cc390 infile_a_.FastForward(100); in Run()
/external/webrtc/modules/audio_coding/codecs/isac/
Disac_webrtc_api_test.cc60 pcm_file->FastForward(/*num_10ms_blocks=*/100); // Skip initial silence. in GetPcmTestFileReader()