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

/frameworks/av/media/libaudioprocessing/tests/
H A Dtest-resampler.cpp480 const int roundVal = (1<<(volumeShift-1)) - 1; // volumePrecision > 0 local
484 int32_t s = out[i * output_channels + j] + roundVal; // add offset here

Completed in 1729 milliseconds