Searched refs:rtp_input (Results 1 – 1 of 1) sorted by relevance
181 int32_t rtp_input = std::round(amplitude * (MAX_RTP_INPUT - MIN_RTP_INPUT) + MIN_RTP_INPUT); in setAmplitude() local183 if (!mHwApi->setRtpInput(rtp_input)) { in setAmplitude()