Searched refs:dst_right (Results 1 – 2 of 2) sorted by relevance
98 const float dst_right = resampling_factor * kSrcRight; in RunAudioConverterTest() local99 const float dst_mono = (dst_left + dst_right) / 2; in RunAudioConverterTest()121 ref_data.push_back(dst_right); in RunAudioConverterTest()
136 const float dst_right = resampling_factor * kSrcRight; in RunResampleTest() local137 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()