Home | History | Annotate | Download | only in voice_engine

Lines Matching refs:currentLevel

2430     int8_t currentLevel = _outputAudioLevel.Level();
2431 level = static_cast<int32_t> (currentLevel);
2438 int16_t currentLevel = _outputAudioLevel.LevelFullRange();
2439 level = static_cast<int32_t> (currentLevel);