HomeSort by relevance Sort by last modified time
    Searched defs:total_scale (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/base/
audio_converter_unittest.cc 146 float total_scale = 0; local
149 total_scale += volume;
153 ASSERT_TRUE(RenderAndValidateAudioData(total_scale));
audio_renderer_mixer_unittest.cc 207 float total_scale = 0; local
210 total_scale += volume;
214 ASSERT_TRUE(RenderAndValidateAudioData(total_scale));

Completed in 161 milliseconds