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_8_BIT
(Results
1 - 12
of
12
) sorted by relevance
/drivers/peripheral/audio/test/sample/
H
A
D
framework_common.c
110
case
PCM_8_BIT
: {
in CheckWavFileHeader()
152
headInfo.audioSampleRate * headInfo.audioChannelNum * headInfo.audioFileFmtSize /
PCM_8_BIT
;
in AddWavFileHeader()
153
headInfo.audioBlockAlign = (uint16_t)(headInfo.audioChannelNum * headInfo.audioFileFmtSize /
PCM_8_BIT
);
in AddWavFileHeader()
220
return
PCM_8_BIT
;
in PcmFormatToBits()
H
A
D
framework_common.h
52
PCM_8_BIT
= 8, /* 8-bit PCM */
enumerator
H
A
D
idl_capture.c
47
#define
PCM_8_BIT
8
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
73
PCM_8_BIT
= 8,
enumerator
/drivers/peripheral/audio/test/benchmarktest/adapter/
H
A
D
audio_adapter_benchmarktest.cpp
31
#define
PCM_8_BIT
8
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
33
#define
PCM_8_BIT
8
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
119
constexpr int
PCM_8_BIT
= 8;
member
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/include/
H
A
D
hdi_service_common.h
83
constexpr int
PCM_8_BIT
= 8;
member
/drivers/peripheral/audio/test/systemtest/common/hdi_common/src/
H
A
D
audio_hdi_common.cpp
193
return
PCM_8_BIT
;
in PcmFormatToBits()
211
if (formatBits <
PCM_8_BIT
|| formatBits > PCM_32_BIT) {
in PcmFramesToBytes()
238
case
PCM_8_BIT
: {
in WavHeadAnalysis()
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/src/
H
A
D
hdi_service_common.cpp
189
return
PCM_8_BIT
;
in PcmFormatToBits()
208
if (formatBits <
PCM_8_BIT
|| formatBits > PCM_32_BIT) {
in PcmFramesToBytes()
239
case
PCM_8_BIT
: {
in WavHeadAnalysis()
/drivers/peripheral/audio/hdi_service/primary_impl/src/
H
A
D
audio_render.c
46
#define
PCM_8_BIT
8
macro
728
*ms = (periodSize * SEC_TO_MILLSEC) / (byteRate * RENDER_2_CHS * PCM_16_BIT /
PCM_8_BIT
);
in AudioRenderGetLatency()
Completed in 13 milliseconds