Searched refs:kInputFormat (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/voice_engine/test/auto_test/ |
D | voe_conference_test.cc | 55 const webrtc::FileFormats kInputFormat = webrtc::kFileFormatPcm32kHzFile; in TEST() local 61 unsigned int id_1 = trans.AddStream(input_file, kInputFormat); in TEST() 62 unsigned int id_2 = trans.AddStream(input_file, kInputFormat); in TEST() 132 const webrtc::FileFormats kInputFormat = webrtc::kFileFormatPcm32kHzFile; in TEST() local 141 unsigned int id_0 = trans.AddStream(silence_file, kInputFormat); in TEST() 142 unsigned int id_1 = trans.AddStream(input_file, kInputFormat); in TEST() 143 unsigned int id_2 = trans.AddStream(input_file, kInputFormat); in TEST() 144 unsigned int id_3 = trans.AddStream(input_file, kInputFormat); in TEST()
|
D | voe_output_test.cc | 112 const webrtc::FileFormats kInputFormat = webrtc::kFileFormatPcm32kHzFile; in Start() local 115 channel_, file_name.c_str(), true, false, kInputFormat, 1.0)); in Start()
|