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:PCM_16_BIT
(Results
1 - 13
of
13
) sorted by relevance
/drivers/peripheral/audio/test/sample/
H
A
D
framework_common.c
114
case
PCM_16_BIT
: {
in CheckWavFileHeader()
218
return
PCM_16_BIT
;
in PcmFormatToBits()
222
return
PCM_16_BIT
;
in PcmFormatToBits()
H
A
D
framework_common.h
53
PCM_16_BIT
= 16, /* 16-bit PCM */
enumerator
H
A
D
idl_capture.c
48
#define
PCM_16_BIT
16
macro
184
captureAttrs->frameSize =
PCM_16_BIT
* captureAttrs->channelCount / PCM_8_BIT;
in InitAttrsCapture()
H
A
D
idl_render.c
167
attrs->frameSize =
PCM_16_BIT
* attrs->channelCount / PCM_8_BIT;
in InitAttrs()
/drivers/peripheral/audio/test/fuzztest/common/include/
H
A
D
audio_adm_fuzzer_common.h
74
PCM_16_BIT
= 16,
enumerator
/drivers/peripheral/audio/test/fuzztest/common/src/
H
A
D
audio_adm_fuzzer_common.cpp
48
attrs.frameSize =
PCM_16_BIT
* CHANNELCOUNT / MOVE_LEFT_NUM;
in InitAttrs()
51
attrs.startThreshold = DEEP_BUFFER_RENDER_PERIOD_SIZE / (
PCM_16_BIT
* attrs.channelCount / MOVE_LEFT_NUM);
in InitAttrs()
/drivers/peripheral/audio/test/systemtest/common/hdi_common/src/
H
A
D
audio_hdi_common.cpp
72
attrs.frameSize =
PCM_16_BIT
* CHANNELCOUNT / MOVE_LEFT_NUM;
in InitAttrs()
75
attrs.startThreshold = DEEP_BUFFER_RENDER_PERIOD_SIZE / (
PCM_16_BIT
* attrs.channelCount / MOVE_LEFT_NUM);
in InitAttrs()
195
return
PCM_16_BIT
;
in PcmFormatToBits()
201
return
PCM_16_BIT
;
in PcmFormatToBits()
242
case
PCM_16_BIT
: {
in WavHeadAnalysis()
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/src/
H
A
D
hdi_service_common.cpp
76
attrs.frameSize =
PCM_16_BIT
* CHANNELCOUNT / MOVE_LEFT_NUM;
in InitOffloadAttrs()
79
attrs.startThreshold = DEEP_BUFFER_RENDER_PERIOD_SIZE / (
PCM_16_BIT
* attrs.channelCount / MOVE_LEFT_NUM);
in InitOffloadAttrs()
191
return
PCM_16_BIT
;
in PcmFormatToBits()
197
return
PCM_16_BIT
;
in PcmFormatToBits()
243
case
PCM_16_BIT
: {
in WavHeadAnalysis()
/drivers/peripheral/audio/test/benchmarktest/adapter/
H
A
D
audio_adapter_benchmarktest.cpp
30
#define
PCM_16_BIT
16
macro
93
attrs.frameSize =
PCM_16_BIT
* attrs.channelCount / PCM_8_BIT;
in InitAttrs()
/drivers/peripheral/audio/test/unittest/common/adapter/
H
A
D
audio_adapter_common_test.cpp
32
#define
PCM_16_BIT
16
macro
93
attrs.frameSize =
PCM_16_BIT
* attrs.channelCount / PCM_8_BIT;
in InitAttrs()
/drivers/peripheral/audio/test/systemtest/common/hdi_common/include/
H
A
D
audio_hdi_common.h
120
constexpr int
PCM_16_BIT
= 16;
member
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/include/
H
A
D
hdi_service_common.h
84
constexpr int
PCM_16_BIT
= 16;
member
/drivers/peripheral/audio/hdi_service/primary_impl/src/
H
A
D
audio_render.c
32
/* 1 buffer: 8000(8kHz sample rate) * 2(bytes,
PCM_16_BIT
) * 1(channel) */
33
/* 1 frame: 1024(sample) * 2(bytes,
PCM_16_BIT
) * 1(channel) */
47
#define
PCM_16_BIT
16
macro
728
*ms = (periodSize * SEC_TO_MILLSEC) / (byteRate * RENDER_2_CHS *
PCM_16_BIT
/ PCM_8_BIT);
in AudioRenderGetLatency()
Completed in 13 milliseconds