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:lfe_on
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
ac3_parser.c
108
hdr->
lfe_on
= get_bits1(gbc);
in ff_ac3_parse_header()
113
hdr->channels = ff_ac3_channels_tab[hdr->channel_mode] + hdr->
lfe_on
;
in ff_ac3_parse_header()
144
hdr->
lfe_on
= get_bits1(gbc);
in ff_ac3_parse_header()
148
hdr->channels = ff_ac3_channels_tab[hdr->channel_mode] + hdr->
lfe_on
;
in ff_ac3_parse_header()
151
if (hdr->
lfe_on
)
in ff_ac3_parse_header()
H
A
D
eac3enc.c
145
put_bits(&s->pb, 1, s->
lfe_on
); /* LFE channel indicator */
in ff_eac3_output_frame_header()
162
if (s->
lfe_on
)
in ff_eac3_output_frame_header()
228
if (s->
lfe_on
) {
in ff_eac3_output_frame_header()
H
A
D
ac3_parser_internal.h
44
uint8_t
lfe_on
;
member
H
A
D
ac3enc.c
524
if (s->
lfe_on
) {
in compute_exp_strategy()
807
if (s->
lfe_on
)
in count_frame_bits_fixed()
848
if (s->
lfe_on
)
in count_frame_bits_fixed()
934
frame_bits += s->
lfe_on
;
in count_frame_bits()
1468
put_bits(&s->pb, 1, s->
lfe_on
); /* LFE */
in ac3_output_frame_header()
1593
if (s->
lfe_on
)
in output_audio_block()
2231
s->
lfe_on
= !!(mask & AV_CH_LOW_FREQUENCY);
in set_channel_info()
2233
s->fbw_channels = channels - s->
lfe_on
;
in set_channel_info()
2234
s->lfe_channel = s->
lfe_on
? s->fbw_channels + 1 : -1;
in set_channel_info()
2235
if (s->
lfe_on
)
in set_channel_info()
[all...]
H
A
D
ac3dec.c
335
s->
lfe_on
= hdr.
lfe_on
;
in parse_frame_header()
340
s->fbw_channels = s->channels - s->
lfe_on
;
in parse_frame_header()
357
if (s->
lfe_on
) {
in parse_frame_header()
1607
if (s->
lfe_on
)
in ac3_decode_frame()
1649
channel_map = ff_ac3_dec_channel_map[s->output_mode & ~AC3_OUTPUT_LFEON][s->
lfe_on
];
in ac3_decode_frame()
1724
int channel_map_size = ff_ac3_channels_tab[s->output_mode & ~AC3_OUTPUT_LFEON] + s->
lfe_on
;
in ac3_decode_frame()
H
A
D
ac3dec.h
89
int
lfe_on
; ///< lfe channel in use
member
H
A
D
ac3enc.h
194
int
lfe_on
; ///< indicates if there is an LFE channel (lfeon)
member
H
A
D
eac3dec.c
380
if (s->
lfe_on
&& (s->lfe_mix_level_exists = get_bits1(gbc))) {
in ff_eac3_parse_header()
546
if (s->
lfe_on
) {
in ff_eac3_parse_header()
/third_party/ffmpeg/libavformat/
H
A
D
movenc.c
500
info->substream[hdr->substreamid].lfeon = hdr->
lfe_on
;
in handle_eac3()
Completed in 21 milliseconds