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:ENC_OPTS
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/tests/
H
A
D
fate-run.sh
199
ENC_OPTS
="-threads 1 -idct simple -dct fastint"
224
$
ENC_OPTS
$enc_opt_out $FLAGS -pass 1 -passlogfile $tlogfile_prefix \
229
ffmpeg -auto_conversion_filters -f $enc_fmt_in $DEC_OPTS -i $tsrcfile $
ENC_OPTS
$enc_opt_out $FLAGS \
233
ffmpeg -auto_conversion_filters $dec_opt_in $DEC_OPTS -i $tencfile $
ENC_OPTS
$dec_opt_out $FLAGS \
256
$
ENC_OPTS
$enc_opt $FLAGS -f $enc_fmt -y $tencfile || return
259
ffmpeg $DEC_OPTS $final_decode -i $tencfile $
ENC_OPTS
$FLAGS $final_encode \
278
ffmpeg $DEC_OPTS -i $tencfile $
ENC_OPTS
$FLAGS $final_decode \
299
ENC_OPTS
="$COMMON_OPTS -threads 1 -dct fastint"
327
do_avconv $file -auto_conversion_filters $DEC_OPTS $1 -ar 44100 -f s16le -i $pcm_src "$
ENC_OPTS
-metadata title=lavftest" -t 1 -qscale 10 $2
337
do_avconv $file -auto_conversion_filters $DEC_OPTS -f image2 -c:v pgmyuv -i $raw_src $DEC_OPTS -ar 44100 -f s16le $1 -i $pcm_src "$
ENC_OPTS
[all...]
/third_party/ffmpeg/tests/fate/
H
A
D
vbn.mak
5
fate-vbn-%:
ENC_OPTS
= -c:v vbn -format $(word 3,$(subst -, ,$(@)))
macro
6
fate-vbn-%: CMD = refcmp_metadata_transcode "$(SRC)" "$(
ENC_OPTS
)" image2 vbn psnr $(PIX_FMT)
Completed in 1 milliseconds