/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_capture_interface/src/ |
H A D | audio_capture_interface_impl_test.cpp | 310 float gain = 0; in HWTEST_F() local 323 float gain = 0; in HWTEST_F() local
|
/drivers/peripheral/audio/test/benchmarktest/capture/ |
H A D | audio_capture_benchmarktest.cpp | 541 float gain = GAIN_VALUE;
in BENCHMARK_F() local 556 float gain;
in BENCHMARK_F() local
|
/drivers/peripheral/audio/test/systemtest/hdi_service/common/capture/src/ |
H A D | audio_idl_hdicapture_volume_test.cpp | 397 float gain = max - 1; in HWTEST_F() local 453 float gain = 0; in HWTEST_F() local 474 float gain = min + 1; in HWTEST_F() local 504 float gain = GAIN_MAX - 1; HWTEST_F() local [all...] |
/drivers/peripheral/audio/test/systemtest/hdi_service/common/render/src/ |
H A D | audio_idl_hdirender_volume_test.cpp | 136 float gain = 10.8; in HWTEST_F() local 197 char gain = 'a'; in HWTEST_F() local 212 float gain in HWTEST_F() local 234 float gain = min + 1; HWTEST_F() local 250 float gain = 0; HWTEST_F() local 265 float gain = GAIN_MAX - 1; HWTEST_F() local [all...] |
/drivers/peripheral/audio/test/systemtest/hdi_service/hdiperformace/src/ |
H A D | audio_idlhdirender_performace_test.cpp | 603 float gain = 10; in HWTEST_F() local 642 float gain = min + 1; in HWTEST_F() local
|
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_render_interface/src/ |
H A D | audio_render_interface_impl_test.cpp | 474 float gain = 0; in HWTEST_F() local 488 float gain = 0; in HWTEST_F() local
|
/drivers/peripheral/sensor/chipset/als/ |
H A D | als_bh1745.c | 111 uint32_t gain; in CalLux() local
|
/drivers/hdf_core/framework/model/camera/parser/include/ |
H A D | camera_config_parser.h | 43 uint8_t gain; member 57 uint8_t gain; member
|
/drivers/peripheral/audio/test/benchmarktest/render/ |
H A D | audio_render_benchmarktest.cpp | 461 float gain = GAIN_VALUE;
in BENCHMARK_F() local 476 float gain;
in BENCHMARK_F() local
|
/drivers/peripheral/audio/test/unittest/common/render/ |
H A D | audio_render_common_test.cpp | 540 float gain; in HWTEST_F() local 546 float gain; in HWTEST_F() local 692 float gain = 1.0; in HWTEST_F() local 698 float gain = 1.0; in HWTEST_F() local
|
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/proxy/src/ |
H A D | audio_proxy_render.cpp | 366 int32_t AudioProxyRenderGetGain(const AudioHandle handle, float *gain) in AudioProxyRenderGetGain() argument 371 int32_t AudioProxyRenderSetGain(const AudioHandle handle, float gain) in AudioProxyRenderSetGain() argument
|
/drivers/peripheral/audio/hal/hdi_binder/server/src/ |
H A D | hdf_audio_server_capture.c | 622 float gain; in HdiServiceCaptureGetGain() local 650 uint32_t gain = 0; in HdiServiceCaptureSetGain() local
|
H A D | hdf_audio_server_render.c | 616 float gain; in HdiServiceRenderGetGain() local
|
/drivers/peripheral/audio/test/hal_mock/ |
H A D | audio_render_mock.c | 215 static int32_t GetGain(struct IAudioRenderVdi* render, float *gain)
in GetGain() argument 226 static int32_t SetGain(struct IAudioRenderVdi* render, float gain)
in SetGain() argument
|
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/ |
H A D | audio_capture_ext_impl.cpp | 233 int32_t AudioCaptureExtImpl::SetGain(float gain) in SetGain() argument 240 int32_t AudioCaptureExtImpl::GetGain(float &gain) in GetGain() argument
|
H A D | audio_capture_interface_impl.cpp | 271 int32_t AudioCaptureInterfaceImpl::SetGain(float gain) in SetGain() argument 278 int32_t AudioCaptureInterfaceImpl::GetGain(float &gain) in GetGain() argument
|
H A D | audio_render_interface_impl.cpp | 360 int32_t AudioRenderInterfaceImpl::SetGain(float gain) in SetGain() argument 367 int32_t AudioRenderInterfaceImpl::GetGain(float &gain) in GetGain() argument
|
/drivers/peripheral/audio/hdi_service/primary_impl/vdi_src/ |
H A D | audio_capture_vdi.c | 303 int32_t AudioCaptureGetGainVdi(struct IAudioCapture *capture, float *gain) in AudioCaptureGetGainVdi() argument 322 int32_t AudioCaptureSetGainVdi(struct IAudioCapture *capture, float gain) in AudioCaptureSetGainVdi() argument
|
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/server/src/ |
H A D | hdf_audio_server_render.cpp | 547 float gain; in HdiServiceRenderGetGain() local
|
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/ |
H A D | fast_audio_render.cpp | 193 int32_t FastRenderGetGain(AudioHandle handle, float *gain)
in FastRenderGetGain() argument 201 int32_t FastRenderSetGain(AudioHandle handle, float gain)
in FastRenderSetGain() argument
|
H A D | audio_render.cpp | 272 int32_t AudioRenderGetGain(AudioHandle handle, float *gain) in AudioRenderGetGain() argument 279 int32_t AudioRenderSetGain(AudioHandle handle, float gain) in AudioRenderSetGain() argument
|
/drivers/peripheral/audio/hdi_service/primary_impl/src/ |
H A D | audio_capture.c | 598 int32_t AudioCaptureGetGain(struct IAudioCapture *handle, float *gain) in AudioCaptureGetGain() argument 627 int32_t AudioCaptureSetGain(struct IAudioCapture *handle, float gain) in AudioCaptureSetGain() argument [all...] |
H A D | audio_render.c | 647 int32_t AudioRenderGetGain(struct IAudioRender *handle, float *gain) in AudioRenderGetGain() argument 677 int32_t AudioRenderSetGain(struct IAudioRender *handle, float gain) in AudioRenderSetGain() argument [all...] |
/drivers/peripheral/audio/supportlibs/alsa_adapter/src/ |
H A D | alsa_snd_capture.c | 823 static int32_t CaptureGetGainImpl(struct AlsaCapture *captureIns, float *gain)
in CaptureGetGainImpl() argument 829 static int32_t CaptureSetGainImpl(struct AlsaCapture *captureIns, float gain)
in CaptureSetGainImpl() argument
|
/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/include/ |
H A D | camera_common.h | 72 uint8_t gain; member 84 uint8_t gain; member
|