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:CHANNELCOUNT
(Results
1 - 10
of
10
) sorted by relevance
/drivers/peripheral/audio/test/fuzztest/common/include/
H
A
D
audio_adm_fuzzer_common.h
57
const int
CHANNELCOUNT
= 2;
member
/drivers/peripheral/audio/test/fuzztest/common/src/
H
A
D
audio_adm_fuzzer_common.cpp
43
attrs.channelCount =
CHANNELCOUNT
;
in InitAttrs()
48
attrs.frameSize = PCM_16_BIT *
CHANNELCOUNT
/ MOVE_LEFT_NUM;
in InitAttrs()
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/src/
H
A
D
hdi_service_common.cpp
39
attrs.channelCount =
CHANNELCOUNT
;
in InitAttrs()
44
attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_16_BIT *
CHANNELCOUNT
/ MOVE_LEFT_NUM;
in InitAttrs()
52
attrs.channelCount =
CHANNELCOUNT
;
in InitAttrs()
57
attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_32_BIT *
CHANNELCOUNT
/ MOVE_LEFT_NUM;
in InitAttrs()
71
attrs.channelCount =
CHANNELCOUNT
;
in InitOffloadAttrs()
76
attrs.frameSize = PCM_16_BIT *
CHANNELCOUNT
/ MOVE_LEFT_NUM;
in InitOffloadAttrs()
84
attrs.offloadInfo.bitRate = SAMPLERATE *
CHANNELCOUNT
* OFFLOAD_AUDIO_WIDTH / OFFLOAD_AUDIO_BIT;
in InitOffloadAttrs()
86
attrs.offloadInfo.channelCount =
CHANNELCOUNT
;
in InitOffloadAttrs()
492
attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_16_BIT *
CHANNELCOUNT
/ MOVE_LEFT_NUM;
in AudioCreateCapture()
517
attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_16_BIT *
CHANNELCOUNT
/ MOVE_LEFT_NU
in AudioCaptureStartAndOneFrame()
[all...]
/drivers/peripheral/audio/test/systemtest/common/hdi_common/include/
H
A
D
audio_hdi_common.h
72
const int
CHANNELCOUNT
= 2;
member
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/include/
H
A
D
hdi_service_common.h
57
const int
CHANNELCOUNT
= 2;
member
/drivers/peripheral/audio/test/systemtest/hdi_service/common/adapter/src/
H
A
D
audio_idlhdi_adapter_test.cpp
536
attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_16_BIT *
CHANNELCOUNT
/ MOVE_LEFT_NUM;
in HWTEST_F()
575
attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_16_BIT *
CHANNELCOUNT
/ MOVE_LEFT_NUM;
in HWTEST_F()
/drivers/peripheral/audio/test/systemtest/common/hdi_common/src/
H
A
D
audio_hdi_common.cpp
68
attrs.channelCount =
CHANNELCOUNT
;
in InitAttrs()
72
attrs.frameSize = PCM_16_BIT *
CHANNELCOUNT
/ MOVE_LEFT_NUM;
in InitAttrs()
/drivers/peripheral/audio/test/systemtest/hdi_service/common/capture/src/
H
A
D
audio_idl_hdicapture_attr_test.cpp
174
uint32_t channelIdValue =
CHANNELCOUNT
;
in HWTEST_F()
/drivers/peripheral/audio/test/systemtest/hdi_service/common/render/src/
H
A
D
audio_idl_hdirender_attr_test.cpp
161
uint32_t channelIdValue =
CHANNELCOUNT
;
in HWTEST_F()
/drivers/peripheral/audio/test/systemtest/hdi_service/hdiperformace/src/
H
A
D
audio_idlhdirender_performace_test.cpp
302
uint32_t channelIdValue =
CHANNELCOUNT
;
in HWTEST_F()
Completed in 10 milliseconds