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:guess_layout_max
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/fftools/
H
A
D
ffmpeg.h
222
SpecifierOpt *
guess_layout_max
;
member
349
int
guess_layout_max
;
member
H
A
D
ffmpeg_opt.c
105
static const char *const opt_name_guess_layout_max[] = {"
guess_layout_max
", NULL};
1043
ist->
guess_layout_max
= INT_MAX;
in add_input_streams()
1044
MATCH_PER_STREAM_OPT(
guess_layout_max
, i, ist->
guess_layout_max
, ic, st);
in add_input_streams()
3970
{ "
guess_layout_max
", OPT_AUDIO | HAS_ARG | OPT_INT | OPT_SPEC | OPT_EXPERT | OPT_INPUT, { .off = OFFSET(
guess_layout_max
) },
H
A
D
ffmpeg.c
1895
if (dec->ch_layout.nb_channels > ist->
guess_layout_max
)
in guess_input_channel_layout()
/third_party/ffmpeg/tests/fate/
H
A
D
ffmpeg.mak
87
-
guess_layout_max
0 -f s16le -ac 1 -ar 44100 -i $(TARGET_PATH)/$(AREF) -f s16le
92
-
guess_layout_max
0 -f s32le -ac 1 -ar 44100 -i $(TARGET_PATH)/$(AREF) \
H
A
D
filter-audio.mak
164
fate-filter-pan-stereo4: CMD = framecrc -ss 3.14 -
guess_layout_max
0 -i $(SRC) -frames:a 20 -filter:a "pan=2C|c0=c0-0.5*c1|c1=c1+0.5*c0"
169
fate-filter-pan-upmix1: CMD = framecrc -ss 3.14 -
guess_layout_max
0 -i $(SRC) -frames:a 20 -filter:a "pan=4C|c0=c0-0.5*c1|c1=c1+0.5*c0|c2=0*c0|c3=0*c0"
Completed in 16 milliseconds