Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GAIN_MAX
(Results
1 - 9
of
9
) sorted by relevance
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/proxy/include/
H
A
D
audio_proxy_common.h
30
#define
GAIN_MAX
50.0
macro
/drivers/peripheral/audio/test/systemtest/hdi_service/common/capture/src/
H
A
D
audio_idl_hdicapture_volume_test.cpp
334
EXPECT_LE(max,
GAIN_MAX
);
in HWTEST_F()
504
float gain =
GAIN_MAX
- 1;
in HWTEST_F()
505
float gainOne =
GAIN_MAX
- 1;
in HWTEST_F()
/drivers/peripheral/audio/test/systemtest/hdi_service/common/render/src/
H
A
D
audio_idl_hdirender_volume_test.cpp
78
EXPECT_LE(max,
GAIN_MAX
);
in HWTEST_F()
265
float gain =
GAIN_MAX
- 1;
in HWTEST_F()
266
float gainOne =
GAIN_MAX
- 1;
in HWTEST_F()
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H
A
D
audio_adapter.cpp
22
constexpr float
GAIN_MAX
= 50.0;
member
217
hwRender->renderParam.renderMode.ctlParam.audioGain.gainMax =
GAIN_MAX
; // init gainMax
in InitHwRenderParam()
/drivers/peripheral/audio/test/systemtest/common/hdi_common/include/
H
A
D
audio_hdi_common.h
76
const float
GAIN_MAX
= 15;
member
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/include/
H
A
D
hdi_service_common.h
61
const float
GAIN_MAX
= 15;
member
/drivers/peripheral/audio/hdi_service/primary_impl/src/
H
A
D
audio_adapter.c
30
#define
GAIN_MAX
50.0
macro
289
hwRender->renderParam.renderMode.ctlParam.audioGain.gainMax =
GAIN_MAX
; // init gainMax
in InitHwRenderParam()
767
hwCapture->captureParam.captureMode.ctlParam.audioGain.gainMax =
GAIN_MAX
; // init gainMax
in InitHwCaptureParam()
/drivers/peripheral/audio/test/systemtest/hdi_service/hdiperformace/src/
H
A
D
audio_idlhdirender_performace_test.cpp
586
EXPECT_EQ(max,
GAIN_MAX
);
in HWTEST_F()
H
A
D
audio_idlhdicapture_performace_test.cpp
568
EXPECT_EQ(audiopara.character.gainthresholdmax,
GAIN_MAX
);
in HWTEST_F()
Completed in 9 milliseconds