Searched refs:FULL_SAMPLE_SCALE (Results 1 – 1 of 1) sorted by relevance
28 constexpr double FULL_SAMPLE_SCALE = std::numeric_limits<sample_t>::max() + 1; variable32 return s / FULL_SAMPLE_SCALE; in convertSampleType()36 return std::trunc(d * FULL_SAMPLE_SCALE); in convertSampleType()