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:ch_mode
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
flac.c
69
fi->
ch_mode
= get_bits(gb, 4);
in ff_flac_decode_frame_header()
70
if (fi->
ch_mode
< FLAC_MAX_CHANNELS) {
in ff_flac_decode_frame_header()
71
fi->channels = fi->
ch_mode
+ 1;
in ff_flac_decode_frame_header()
72
fi->
ch_mode
= FLAC_CHMODE_INDEPENDENT;
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()
78
"invalid channel mode: %d\n", fi->
ch_mode
);
in ff_flac_decode_frame_header()
H
A
D
flacdec.c
60
int
ch_mode
; ///< channel decorrelation type in the current frame
member
413
if (s->
ch_mode
== FLAC_CHMODE_RIGHT_SIDE)
in decode_subframe()
416
if (s->
ch_mode
== FLAC_CHMODE_LEFT_SIDE || s->
ch_mode
== FLAC_CHMODE_MID_SIDE)
in decode_subframe()
494
s->
ch_mode
= fi.
ch_mode
;
in decode_frame()
621
s->dsp.decorrelate[s->
ch_mode
](frame->data, s->decoded,
in flac_decode_frame()
H
A
D
flacenc.c
69
int
ch_mode
;
member
102
int
ch_mode
;
member
1132
frame->
ch_mode
= FLAC_CHMODE_INDEPENDENT;
in channel_decorrelation()
1136
if (s->options.
ch_mode
< 0) {
in channel_decorrelation()
1138
frame->
ch_mode
= estimate_stereo_mode(left, right, n, max_rice_param);
in channel_decorrelation()
1140
frame->
ch_mode
= s->options.
ch_mode
;
in channel_decorrelation()
1143
if (frame->
ch_mode
== FLAC_CHMODE_INDEPENDENT)
in channel_decorrelation()
1145
if (frame->
ch_mode
== FLAC_CHMODE_MID_SIDE) {
in channel_decorrelation()
1153
} else if (frame->
ch_mode
in channel_decorrelation()
[all...]
H
A
D
flac.h
85
int
ch_mode
; /**< channel decorrelation mode */
member
/third_party/alsa-utils/axfer/
H
A
D
container-voc.c
186
uint8_t
ch_mode
; // 0 is monaural, 1 is stereo.
member
385
if (block->
ch_mode
== 0)
in parse_extended_v110_format()
387
else if (block->
ch_mode
== 1)
in parse_extended_v110_format()
652
block->
ch_mode
= 0;
in write_extended_v110_format_block()
654
block->
ch_mode
= 1;
in write_extended_v110_format_block()
/third_party/ffmpeg/tests/fate/
H
A
D
flac.mak
11
fate-flac-16-chmode-%: OPTS = -
ch_mode
$(@:fate-flac-16-chmode-%=%)
Completed in 9 milliseconds