Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/audio/supportlibs/alsa_adapter/src/
H A Dalsa_lib_capture.c183 float gainMin = 0.0; in AudioCtlCaptureGetGainThreshold() local
191 ret = captureIns->GetGainThreshold(captureIns, &gainMin, &gainMax); in AudioCtlCaptureGetGainThreshold()
196 handleData->captureMode.ctlParam.audioGain.gainMin = gainMin; in AudioCtlCaptureGetGainThreshold()
H A Dalsa_lib_render.c183 float gainMin = 0.0; in AudioCtlRenderSceneGetGainThreshold() local
191 ret = renderIns->GetGainThreshold(renderIns, &gainMin, &gainMax); in AudioCtlRenderSceneGetGainThreshold()
196 handleData->renderMode.ctlParam.audioGain.gainMin = gainMin; in AudioCtlRenderSceneGetGainThreshold()
H A Dalsa_snd_capture.c817 static int32_t CaptureGetGainThresholdImpl(struct AlsaCapture *captureIns, float *gainMin, float *g… in CaptureGetGainThresholdImpl() argument
H A Dalsa_snd_render.c806 static int32_t RenderGetGainThresholdImpl(struct AlsaRender *renderIns, float *gainMin, float *gain… in RenderGetGainThresholdImpl() argument
/ohos5.0/drivers/peripheral/audio/test/systemtest/hdi_service/common/capture/src/
H A Daudio_idl_hdicapture_volume_test.cpp399 float gainMin = min; variable
409 ret = capture->SetGain(capture, gainMin);
411 ret = capture->GetGain(capture, &gainMin);
413 EXPECT_EQ(gainMinExpc, gainMin);
/ohos5.0/drivers/peripheral/audio/test/systemtest/hdi_service/common/render/src/
H A Daudio_idl_hdirender_volume_test.cpp149 float gainMin = min; variable
158 ret = render->SetGain(render, gainMin);
160 ret = render->GetGain(render, &gainMin);
162 EXPECT_EQ(gainMinExpc, gainMin);
/ohos5.0/drivers/peripheral/audio/test/systemtest/supportlibs/hardwaredependence/capture/src/
H A Daudio_libcapture_hardwaredependence_test.cpp323 gainThresholdValueMin = hwCapture->captureParam.captureMode.ctlParam.audioGain.gainMin;
372 gainThresholdValueMin = hwCapture->captureParam.captureMode.ctlParam.audioGain.gainMin;
412 gainThresholdValueMin = hwCapture->captureParam.captureMode.ctlParam.audioGain.gainMin;
443 gainThresholdValueMin = hwCapture->captureParam.captureMode.ctlParam.audioGain.gainMin;
/ohos5.0/drivers/peripheral/audio/test/systemtest/supportlibs/hardwaredependence/render/src/
H A Daudio_librender_hardwaredependence_test.cpp445 gainThresholdValueMin = hwRender->renderParam.renderMode.ctlParam.audioGain.gainMin;
492 gainThresholdValueMin = hwRender->renderParam.renderMode.ctlParam.audioGain.gainMin;
530 gainThresholdValueMin = hwRender->renderParam.renderMode.ctlParam.audioGain.gainMin;
561 gainThresholdValueMinGet = hwRender->renderParam.renderMode.ctlParam.audioGain.gainMin;
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/
H A Daudio_internal.h214 float gainMin; member
/ohos5.0/drivers/peripheral/audio/hal/hdi_passthrough/include/
H A Daudio_internal.h174 float gainMin; member
/ohos5.0/drivers/peripheral/audio/hdi_service/primary_impl/include/
H A Daudio_internal.h168 float gainMin; member
/ohos5.0/drivers/peripheral/audio/hdi_service/primary_impl/src/
H A Daudio_adapter.c290 hwRender->renderParam.renderMode.ctlParam.audioGain.gainMin = 0; in InitHwRenderParam()
768 hwCapture->captureParam.captureMode.ctlParam.audioGain.gainMin = 0; in InitHwCaptureParam()
H A Daudio_capture.c594 *min = hwCapture->captureParam.captureMode.ctlParam.audioGain.gainMin; in AudioCaptureGetGainThreshold()
H A Daudio_render.c643 *min = hwRender->renderParam.renderMode.ctlParam.audioGain.gainMin; in AudioRenderGetGainThreshold()
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Daudio_adapter.cpp218 hwRender->renderParam.renderMode.ctlParam.audioGain.gainMin = 0; in InitHwRenderParam()
/ohos5.0/drivers/peripheral/audio/supportlibs/adm_adapter/src/
H A Daudio_interface_lib_capture.c623 handleData->captureMode.ctlParam.audioGain.gainMin = 0; in AudioCtlCaptureGetGainThreshold()
H A Daudio_interface_lib_render.c567 handleData->renderMode.ctlParam.audioGain.gainMin = 0; in AudioCtlRenderSceneGetGainThreshold()