Home
last modified time | relevance | path

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

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