Searched refs:MIN_RTP_INPUT (Results 1 – 4 of 4) sorted by relevance
39 static constexpr int8_t MIN_RTP_INPUT = 0; variable352 std::round((amplitude - 1) / 254.0 * (MAX_RTP_INPUT - MIN_RTP_INPUT) + MIN_RTP_INPUT); in setAmplitude()
44 static constexpr int8_t MIN_RTP_INPUT = 0; variable497 int32_t rtp_input = std::round(amplitude * (MAX_RTP_INPUT - MIN_RTP_INPUT) + MIN_RTP_INPUT); in setAmplitude()
45 static constexpr int8_t MIN_RTP_INPUT = 0; variable502 int32_t rtp_input = std::round(amplitude * (MAX_RTP_INPUT - MIN_RTP_INPUT) + MIN_RTP_INPUT); in setAmplitude()
44 static constexpr int8_t MIN_RTP_INPUT = 0; variable533 int32_t rtp_input = std::round(amplitude * (MAX_RTP_INPUT - MIN_RTP_INPUT) + MIN_RTP_INPUT); in setAmplitude()