Home
last modified time | relevance | path

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

/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
Dsample.h28 constexpr double FULL_SAMPLE_SCALE = std::numeric_limits<sample_t>::max() + 1; variable
32 return s / FULL_SAMPLE_SCALE; in convertSampleType()
36 return std::trunc(d * FULL_SAMPLE_SCALE); in convertSampleType()