Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/audio/test/systemtest/supportlibs/hardwaredependence/render/src/
H A Daudio_librender_hardwaredependence_test.cpp156 float volumeThresholdValueMaxIn = 0; variable
166 volumeThresholdValueMaxIn = hwRender->renderParam.renderMode.ctlParam.volThreshold.volMax;
169 hwRender->renderParam.renderMode.ctlParam.volume = volumeThresholdValueMaxIn - 1;
205 float volumeThresholdValueMaxIn = 0; variable
213 volumeThresholdValueMaxIn = hwRender->renderParam.renderMode.ctlParam.volThreshold.volMax;
224 hwRender->renderParam.renderMode.ctlParam.volume = volumeThresholdValueMaxIn;
246 float volumeThresholdValueMaxIn = 0; variable
254 volumeThresholdValueMaxIn = hwRender->renderParam.renderMode.ctlParam.volThreshold.volMax;
257 hwRender->renderParam.renderMode.ctlParam.volume = volumeThresholdValueMaxIn + 1;
278 float volumeThresholdValueMaxIn = 0; variable
[all …]