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:FLAC_MAX_CHANNELS
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
flac.c
70
if (fi->ch_mode <
FLAC_MAX_CHANNELS
) {
in ff_flac_decode_frame_header()
73
} else if (fi->ch_mode <
FLAC_MAX_CHANNELS
+ FLAC_CHMODE_MID_SIDE) {
in ff_flac_decode_frame_header()
75
fi->ch_mode -=
FLAC_MAX_CHANNELS
- 1;
in ff_flac_decode_frame_header()
H
A
D
flac.h
35
#define
FLAC_MAX_CHANNELS
8
macro
H
A
D
flacdec.c
63
int32_t *decoded[
FLAC_MAX_CHANNELS
]; ///< decoded samples
571
FLAC_MAX_CHANNELS
, 32);
in flac_decode_frame()
H
A
D
flacenc.c
98
FlacSubframe subframes[
FLAC_MAX_CHANNELS
];
265
if (channels < 1 || channels >
FLAC_MAX_CHANNELS
) {
in flac_encode_init()
267
channels,
FLAC_MAX_CHANNELS
);
in flac_encode_init()
1186
put_bits(&s->pb, 4, frame->ch_mode +
FLAC_MAX_CHANNELS
- 1);
in write_frame_header()
/third_party/ffmpeg/libavformat/
H
A
D
flacdec.c
221
if ((p->buf[3] & 0xF0) >=
FLAC_MAX_CHANNELS
+ FLAC_CHMODE_MID_SIDE << 4)
in raw_flac_probe()
Completed in 5 milliseconds