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:samplePerChannel
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/capturer_test/src/
H
A
D
inner_capturer_unit_test.cpp
118
const int
samplePerChannel
= cacheBufferSize_ / channels; // 1920 for 20ms
in InitBuffer()
local
122
for (int idx = 0; idx <
samplePerChannel
; idx++) {
in InitBuffer()
124
samplePerChannel
) * (SHRT_MAX - bound));
in InitBuffer()
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/example/
H
A
D
oh_audio_capturer_lowlatency_test.cpp
151
const int
samplePerChannel
= 96 / channels; // 96 for 1ms
in InitSignalBuffer()
local
154
for (int idx = 0; idx <
samplePerChannel
; idx++) {
in InitSignalBuffer()
156
samplePerChannel
) * (SHRT_MAX - bound));
in InitSignalBuffer()
/foundation/multimedia/audio_framework/services/audio_service/test/example/
H
A
D
audio_process_client_test.cpp
222
const int
samplePerChannel
= 96 / channels; // 96 for 1ms
in InitSignalBuffer()
local
225
for (int idx = 0; idx <
samplePerChannel
; idx++) {
in InitSignalBuffer()
227
samplePerChannel
) * (SHRT_MAX - bound));
in InitSignalBuffer()
/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H
A
D
audio_utils.cpp
986
const int16_t
samplePerChannel
= SIGNAL_DATA_SIZE / channels;
in InitSignalData()
local
988
for (int16_t index = 0; index <
samplePerChannel
; index++) {
in InitSignalData()
990
static_cast<float>(M_PI) * index /
samplePerChannel
) * (SHRT_MAX - SIGNAL_THRESHOLD));
in InitSignalData()
Completed in 8 milliseconds