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

/frameworks/av/services/audioflinger/
H A Dtest-resample.cpp474 const int roundVal = (1<<(volumeShift-1)) - 1; // volumePrecision > 0 local
478 int32_t s = out[i * output_channels + j] + roundVal; // add offset here

Completed in 6 milliseconds