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:AC3_CHMODE_MONO
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
ac3defs.h
56
AC3_CHMODE_MONO
,
enumerator
H
A
D
ac3_parser.c
103
if((hdr->channel_mode & 1) && hdr->channel_mode !=
AC3_CHMODE_MONO
)
in ff_ac3_parse_header()
H
A
D
eac3enc.c
210
if (s->channel_mode >
AC3_CHMODE_MONO
) {
in ff_eac3_output_frame_header()
H
A
D
ac3enc.c
952
if (s->channel_mode >
AC3_CHMODE_MONO
) {
in count_frame_bits()
1462
if ((s->channel_mode & 0x01) && s->channel_mode !=
AC3_CHMODE_MONO
)
in ac3_output_frame_header()
2239
case AV_CH_LAYOUT_MONO: s->channel_mode =
AC3_CHMODE_MONO
; break;
in set_channel_info()
2251
s->has_center = (s->channel_mode & 0x01) && s->channel_mode !=
AC3_CHMODE_MONO
;
in set_channel_info()
H
A
D
ac3dec.c
434
if (s->output_mode ==
AC3_CHMODE_MONO
) {
in set_downmix_coeffs()
847
if (s->channel_mode ==
AC3_CHMODE_MONO
) {
in spx_strategy()
1612
s->output_mode =
AC3_CHMODE_MONO
;
in ac3_decode_frame()
/third_party/ffmpeg/libavformat/
H
A
D
mpegtsenc.c
2090
case
AC3_CHMODE_MONO
:
in mpegts_write_packet_internal()
Completed in 10 milliseconds