Home
last modified time | relevance | path

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

/drivers/peripheral/audio/test/systemtest/hdi_service/common/capture/src/
Daudio_idl_hdicapture_volume_test.cpp398 float gainMax = max; variable
403 ret = capture->SetGain(capture, gainMax);
405 ret = capture->GetGain(capture, &gainMax);
407 EXPECT_EQ(gainMaxExpc, gainMax);
/drivers/peripheral/audio/test/systemtest/supportlibs/hardwaredependence/capture/src/
Daudio_libcapture_hardwaredependence_test.cpp323 gainThresholdValueMax = hwCapture->captureParam.captureMode.ctlParam.audioGain.gainMax;
372 gainThresholdValueMax = hwCapture->captureParam.captureMode.ctlParam.audioGain.gainMax;
412 gainThresholdValueMax = hwCapture->captureParam.captureMode.ctlParam.audioGain.gainMax;
443 gainThresholdValueMax = hwCapture->captureParam.captureMode.ctlParam.audioGain.gainMax;
/drivers/peripheral/audio/test/systemtest/hdi_service/common/render/src/
Daudio_idl_hdirender_volume_test.cpp148 float gainMax = max; variable
152 ret = render->SetGain(render, gainMax);
154 ret = render->GetGain(render, &gainMax);
156 EXPECT_EQ(gainMaxExpc, gainMax);
/drivers/peripheral/audio/test/systemtest/supportlibs/hardwaredependence/render/src/
Daudio_librender_hardwaredependence_test.cpp446 gainThresholdValueMax = hwRender->renderParam.renderMode.ctlParam.audioGain.gainMax;
493 gainThresholdValueMax = hwRender->renderParam.renderMode.ctlParam.audioGain.gainMax;
531 gainThresholdValueMax = hwRender->renderParam.renderMode.ctlParam.audioGain.gainMax;
562 gainThresholdValueMaxGet = hwRender->renderParam.renderMode.ctlParam.audioGain.gainMax;
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/
Daudio_internal.h215 float gainMax; member
/drivers/peripheral/audio/hdi_service/primary_impl/include/
Daudio_internal.h169 float gainMax; member
/drivers/peripheral/audio/hal/hdi_passthrough/include/
Daudio_internal.h175 float gainMax; member
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
Daudio_adapter.cpp169 hwRender->renderParam.renderMode.ctlParam.audioGain.gainMax = GAIN_MAX; // init gainMax in InitHwRenderParam()
/drivers/peripheral/audio/hdi_service/primary_impl/src/
Daudio_adapter.c289 hwRender->renderParam.renderMode.ctlParam.audioGain.gainMax = GAIN_MAX; // init gainMax in InitHwRenderParam()
764 hwCapture->captureParam.captureMode.ctlParam.audioGain.gainMax = GAIN_MAX; // init gainMax in InitHwCaptureParam()
Daudio_capture.c576 *max = hwCapture->captureParam.captureMode.ctlParam.audioGain.gainMax; in AudioCaptureGetGainThreshold()
Daudio_render.c625 *max = hwRender->renderParam.renderMode.ctlParam.audioGain.gainMax; in AudioRenderGetGainThreshold()
/drivers/peripheral/audio/supportlibs/adm_adapter/src/
Daudio_interface_lib_capture.c622 handleData->captureMode.ctlParam.audioGain.gainMax = gainThreshold.max; in AudioCtlCaptureGetGainThreshold()
Daudio_interface_lib_render.c566 handleData->renderMode.ctlParam.audioGain.gainMax = gainThreshold.max; in AudioCtlRenderSceneGetGainThreshold()