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:bitWidthSize
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/audio_framework/services/audio_service/common/src/
H
A
D
volume_tools.cpp
106
size_t
bitWidthSize
= 0;
in GetByteSize()
local
109
bitWidthSize
= 1; // size is 1
in GetByteSize()
112
bitWidthSize
= 2; // size is 2
in GetByteSize()
115
bitWidthSize
= 3; // size is 3
in GetByteSize()
118
bitWidthSize
= 4; // size is 4
in GetByteSize()
121
bitWidthSize
= 4; // size is 4
in GetByteSize()
124
bitWidthSize
= 2; // default size is 2
in GetByteSize()
127
return
bitWidthSize
;
in GetByteSize()
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H
A
D
i_audio_stream.cpp
141
size_t
bitWidthSize
= 0;
in GetByteSizePerFrame()
local
144
bitWidthSize
= 1; // size is 1
in GetByteSizePerFrame()
147
bitWidthSize
= 2; // size is 2
in GetByteSizePerFrame()
150
bitWidthSize
= 3; // size is 3
in GetByteSizePerFrame()
153
bitWidthSize
= 4; // size is 4
in GetByteSizePerFrame()
156
bitWidthSize
= 4; // size is 4
in GetByteSizePerFrame()
166
result =
bitWidthSize
* static_cast<size_t>(params.channels);
in GetByteSizePerFrame()
H
A
D
audio_process_in_client.cpp
553
size_t
bitWidthSize
= 0;
in GetFormatSize()
local
556
bitWidthSize
= 1; // size is 1
in GetFormatSize()
559
bitWidthSize
= 2; // size is 2
in GetFormatSize()
562
bitWidthSize
= 3; // size is 3
in GetFormatSize()
565
bitWidthSize
= 4; // size is 4
in GetFormatSize()
568
bitWidthSize
= 2; // size is 2
in GetFormatSize()
584
result =
bitWidthSize
* channelSize;
in GetFormatSize()
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/
H
A
D
audio_renderer.cpp
129
size_t
bitWidthSize
= 0;
in GetFormatSize()
local
132
bitWidthSize
= 1; // size is 1
in GetFormatSize()
135
bitWidthSize
= 2; // size is 2
in GetFormatSize()
138
bitWidthSize
= 3; // size is 3
in GetFormatSize()
141
bitWidthSize
= 4; // size is 4
in GetFormatSize()
144
bitWidthSize
= 2; // size is 2
in GetFormatSize()
147
return
bitWidthSize
;
in GetFormatSize()
Completed in 9 milliseconds