Home
last modified time | relevance | path

Searched refs:ChooseFile (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/test/
DPCMFile.h54 static int16_t ChooseFile(std::string* file_name, int16_t max_len,
DTwoWayCommunication.cc124 PCMFile::ChooseFile(&in_file_name, 499, &frequencyHz); in SetUp()
140 PCMFile::ChooseFile(&in_file_name, 499, &frequencyHz); in SetUp()
DAPITest.cc209 PCMFile::ChooseFile(&file_name, 499, &frequencyHz); in SetUp()
215 PCMFile::ChooseFile(&out_file_a, 499, &frequencyHz); in SetUp()
221 PCMFile::ChooseFile(&file_name, 499, &frequencyHz); in SetUp()
227 PCMFile::ChooseFile(&out_file_b, 499, &frequencyHz); in SetUp()
DSpatialAudio.cc60 PCMFile::ChooseFile(&output_file, MAX_FILE_NAME_LENGTH_BYTE, &sampFreqHz); in Setup()
DPCMFile.cc49 int16_t PCMFile::ChooseFile(std::string* file_name, int16_t max_len, in ChooseFile() function in webrtc::PCMFile