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:maxAmplitude
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H
A
D
hiplayer_callback_looper.cpp
180
float
maxAmplitude
= 0.0f;
in DoCollectAmplitude()
local
181
maxAmplitude
= playerEngine_->GetMaxAmplitude();
in DoCollectAmplitude()
182
vMaxAmplitudeArray_.push_back(
maxAmplitude
);
in DoCollectAmplitude()
H
A
D
hiplayer_impl.cpp
1535
float
maxAmplitude
= 0.0f;
in GetMaxAmplitude()
local
1537
maxAmplitude
= audioSink_->GetMaxAmplitude();
in GetMaxAmplitude()
1539
return
maxAmplitude
;
in GetMaxAmplitude()
/foundation/multimedia/av_codec/test/unittest/filter_test/
H
A
D
audio_capture_filter_unit_test.cpp
318
int32_t
maxAmplitude
= 12345;
in HWTEST_F()
local
319
audioCaptureFilter_->audioCaptureModule_->maxAmplitude_ =
maxAmplitude
;
in HWTEST_F()
/foundation/multimedia/player_framework/frameworks/js/avplayer/
H
A
D
avplayer_callback.cpp
1223
float
maxAmplitude
= *(static_cast<float *>(static_cast<void *>(addr)));
in OnMaxAmplitudeCollectedCb()
local
1224
MEDIA_LOGD("
maxAmplitude
= %{public}f",
maxAmplitude
);
in OnMaxAmplitudeCollectedCb()
1227
MaxAmplitudeVec.push_back(static_cast<float>(
maxAmplitude
));
in OnMaxAmplitudeCollectedCb()
/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H
A
D
avrecorder_napi.h
364
int32_t GetMaxAmplitude(int32_t &
maxAmplitude
);
H
A
D
avrecorder_napi.cpp
1210
return std::make_shared<TaskHandler<RetInfo>>([napi = asyncCtx->napi, &
maxAmplitude
= asyncCtx->maxAmplitude_]() {
1223
int32_t ret = napi->GetMaxAmplitude(
maxAmplitude
);
1468
int32_t AVRecorderNapi::GetMaxAmplitude(int32_t &
maxAmplitude
)
1470
maxAmplitude
= recorder_->GetMaxAmplitude();
Completed in 13 milliseconds