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:nchannels_total
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
dca_exss.c
105
asset->
nchannels_total
= get_bits(&s->gb, 8) + 1;
in parse_descriptor()
114
asset->embedded_stereo = asset->
nchannels_total
> 2 && get_bits1(&s->gb);
in parse_descriptor()
117
asset->embedded_6ch = asset->
nchannels_total
> 6 && get_bits1(&s->gb);
in parse_descriptor()
208
nchannels_dmix = asset->
nchannels_total
;
in parse_descriptor()
H
A
D
dca_exss.h
36
int
nchannels_total
; ///< Total number of channels
member
H
A
D
dca_lbr.c
278
int ch_nbits = av_ceil_log2(s->
nchannels_total
);
in parse_tonal()
317
for (ch = 0; ch < s->
nchannels_total
; ch++) {
in parse_tonal()
948
int i, br_per_ch = s->bit_rate_scaled / s->
nchannels_total
;
in init_sample_rate()
1069
s->
nchannels_total
= ff_dca_count_chs_for_mask(s->ch_mask & ~DCA_SPEAKER_PAIR_LFE1);
in parse_decoder_init()
1070
s->nchannels = FFMIN(s->
nchannels_total
, DCA_LBR_CHANNELS);
in parse_decoder_init()
1092
if (s->bit_rate_orig >= 44000 * (s->
nchannels_total
+ 2))
in parse_decoder_init()
1094
else if (s->bit_rate_orig >= 25000 * (s->
nchannels_total
+ 2))
in parse_decoder_init()
1129
if (s->
nchannels_total
< 3 || s->
nchannels_total
> DCA_LBR_CHANNELS_TOTAL - 2) {
in parse_decoder_init()
1141
s->
nchannels_total
in parse_decoder_init()
[all...]
H
A
D
dca_lbr.h
67
int
nchannels_total
; ///< Total number of fullband channels
member
Completed in 4 milliseconds