Searched refs:kHalfPulseWidth (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/media/filters/
H A Daudio_renderer_algorithm_unittest.cc442 const int kHalfPulseWidth = 2; local
449 FillWithSquarePulseTrain(kHalfPulseWidth, 0, 0, a.get());
450 FillWithSquarePulseTrain(kHalfPulseWidth, 1, 1, a.get());
451 FillWithSquarePulseTrain(kHalfPulseWidth, 2, 2, a.get());
453 FillWithSquarePulseTrain(kHalfPulseWidth, 0, 0, b.get());
454 FillWithSquarePulseTrain(kHalfPulseWidth, 0, 1, b.get());
455 FillWithSquarePulseTrain(kHalfPulseWidth, 0, 2, b.get());

Completed in 93 milliseconds