Home
last modified time | relevance | path

Searched refs:dst_right (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/common_audio/
Daudio_converter_unittest.cc98 const float dst_right = resampling_factor * kSrcRight; in RunAudioConverterTest() local
99 const float dst_mono = (dst_left + dst_right) / 2; in RunAudioConverterTest()
121 ref_data.push_back(dst_right); in RunAudioConverterTest()
/external/webrtc/webrtc/voice_engine/
Dutility_unittest.cc136 const float dst_right = resampling_factor * kSrcRight; in RunResampleTest() local
137 const float dst_mono = (dst_left + dst_right) / 2; in RunResampleTest()
154 SetStereoFrame(&golden_frame_, dst_left, dst_right, dst_sample_rate_hz); in RunResampleTest()