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:mBitDepth
(Results
1 - 3
of
3
) sorted by relevance
/third_party/libsnd/src/ALAC/
H
A
D
alac_encoder.c
246
RequireAction ((p->
mBitDepth
== 16) || (p->
mBitDepth
== 20) || (p->
mBitDepth
== 24) || (p->
mBitDepth
== 32), return kALAC_ParamError ;) ;
in EncodeStereo()
259
if (p->
mBitDepth
== 32)
in EncodeStereo()
261
else if (p->
mBitDepth
>= 24)
in EncodeStereo()
266
chanBits = p->
mBitDepth
- (bytesShifted * 8) + 1 ;
in EncodeStereo()
287
switch (p->
mBitDepth
)
in EncodeStereo()
334
switch (p->
mBitDepth
)
in EncodeStereo()
397
escapeBits = (numSamples * p->
mBitDepth
*
in EncodeStereo()
[all...]
H
A
D
alac_codec.h
58
int16_t
mBitDepth
;
member
H
A
D
ALACEncoder.h
65
int16_t
mBitDepth
;
member in ALACEncoder
Completed in 2 milliseconds