/third_party/ffmpeg/tests/fate/ |
H A D | utvideo.mak | 71 fate-utvideoenc%: CMD = framemd5 -f image2 -c:v pgmyuv -i $(TARGET_PATH)/tests/vsynth1/%02d.pgm -c:v utvideo -slices 1 -sws_flags +accurate_rnd+bitexact ${OPTS} -vf scale 74 fate-utvideoenc_rgba_left: OPTS = -pix_fmt gbrap -pred left macro 77 fate-utvideoenc_rgba_median: OPTS = -pix_fmt gbrap -pred median macro 80 fate-utvideoenc_rgba_none: OPTS = -pix_fmt gbrap -pred none macro 83 fate-utvideoenc_rgb_left: OPTS = -pix_fmt gbrp -pred left macro 86 fate-utvideoenc_rgb_median: OPTS = -pix_fmt gbrp -pred median macro 89 fate-utvideoenc_rgb_none: OPTS = -pix_fmt gbrp -pred none macro 92 fate-utvideoenc_yuv420_left: OPTS = -pix_fmt yuv420p -pred left macro 95 fate-utvideoenc_yuv420_median: OPTS = -pix_fmt yuv420p -pred median macro 98 fate-utvideoenc_yuv420_none: OPTS macro 101 fate-utvideoenc_yuv422_left: OPTS = -pix_fmt yuv422p -pred left global() macro 104 fate-utvideoenc_yuv422_median: OPTS = -pix_fmt yuv422p -pred median global() macro 107 fate-utvideoenc_yuv422_none: OPTS = -pix_fmt yuv422p -pred none global() macro 110 fate-utvideoenc_yuv444_left: OPTS = -pix_fmt yuv444p -pred left global() macro 113 fate-utvideoenc_yuv444_median: OPTS = -pix_fmt yuv444p -pred median global() macro 116 fate-utvideoenc_yuv444_none: OPTS = -pix_fmt yuv444p -pred none global() macro [all...] |
H A D | flac.mak | 11 fate-flac-16-chmode-%: OPTS = -ch_mode $(@:fate-flac-16-chmode-%=%) macro 12 fate-flac-16-fixed: OPTS = -lpc_type fixed macro 13 fate-flac-16-lpc-%: OPTS = -lpc_type $(@:fate-flac-16-lpc-%=%) macro 16 fate-flac-16-%: CMD = enc_dec_pcm flac wav s16le $(subst $(SAMPLES),$(TARGET_SAMPLES),$(REF)) -c flac $(OPTS) 18 fate-flac-24-comp-%: OPTS = -compression_level $(@:fate-flac-24-comp-%=%) macro 21 fate-flac-24-%: CMD = enc_dec_pcm flac wav s24le $(subst $(SAMPLES),$(TARGET_SAMPLES),$(REF)) -c flac $(OPTS)
|
H A D | alac.mak | 10 fate-alac-16-level-%: OPTS = -compression_level $(@:fate-alac-16-level-%=%) macro 11 fate-alac-24-level-%: OPTS = -compression_level $(@:fate-alac-24-level-%=%) macro 12 fate-alac-%-lpc-orders: OPTS = -min_prediction_order 1 -max_prediction_order 30 macro 15 fate-alac-16-%: CMD = enc_dec_pcm mov wav s16le $(subst $(SAMPLES),$(TARGET_SAMPLES),$(REF)) -c alac $(OPTS) 18 fate-alac-24-%: CMD = enc_dec_pcm mov wav s24le $(subst $(SAMPLES),$(TARGET_SAMPLES),$(REF)) -c alac $(OPTS)
|
/third_party/lame/ |
H A D | lame.bat | 18 rem OPTS - options you like LAME to use
21 set OPTS=--preset cd
variable 25 set thecmd=%LAME% %OPTS%
|
/third_party/lame/misc/ |
H A D | lame4dos.bat | 21 rem OPTS - options you like LAME to use
24 set OPTS=-h --lowpass-width 2 --lowpass 20.5 -b 112 --abr 180
variable 28 set thecmd=%LAME% %OPTS%
|
/third_party/icu/icu4c/source/ |
H A D | runConfigureICU | 11 OPTS= 85 OPTS="$OPTS --enable-debug" 89 OPTS="$OPTS --disable-release" 448 echo "Running ./configure $OPTS $@ for $THE_OS using $THE_COMP compiler" 450 if $configure $OPTS $@
|
/third_party/skia/third_party/externals/icu/source/ |
H A D | runConfigureICU | 11 OPTS= 84 OPTS="$OPTS --enable-debug" 88 OPTS="$OPTS --disable-release" 433 echo "Running ./configure $OPTS $@ for $THE_OS using $THE_COMP compiler" 435 if $configure $OPTS $@
|
/third_party/libabigail/include/ |
H A D | abg-writer.h | 81 template <typename OPTS> 83 set_common_options(write_context& ctxt, const OPTS& opts) in set_common_options()
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Util.pm | 219 =item dump_data REF, OPTS 224 OPTS is the rest of the arguments, expected to be pairs formed with C<< => >>. 225 The following OPTS keywords are understood:
|
H A D | Test.pm | 164 =item B<indir "SUBDIR" =E<gt> sub BLOCK, OPTS> 170 C<indir> takes some additional options OPTS that affect the subdirectory: 214 =item B<cmd ARRAYREF, OPTS> 242 =item B<app ARRAYREF, OPTS> 244 =item B<test ARRAYREF, OPTS> 261 =item B<perlapp ARRAYREF, OPTS> 263 =item B<perltest ARRAYREF, OPTS> 387 =item B<run CODEREF, OPTS> 773 =item B<cmdstr CODEREF, OPTS> 778 C<cmdstr> takes some additional options OPTS tha [all...] |
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Util.pm | 219 =item dump_data REF, OPTS 224 OPTS is the rest of the arguments, expected to be pairs formed with C<< => >>. 225 The following OPTS keywords are understood:
|
H A D | Test.pm | 164 =item B<indir "SUBDIR" =E<gt> sub BLOCK, OPTS> 170 C<indir> takes some additional options OPTS that affect the subdirectory: 214 =item B<cmd ARRAYREF, OPTS> 242 =item B<app ARRAYREF, OPTS> 244 =item B<test ARRAYREF, OPTS> 261 =item B<perlapp ARRAYREF, OPTS> 263 =item B<perltest ARRAYREF, OPTS> 387 =item B<run CODEREF, OPTS> 773 =item B<cmdstr CODEREF, OPTS> 778 C<cmdstr> takes some additional options OPTS tha [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | mfenc.c | 1223 #define MF_ENCODER(MEDIATYPE, NAME, ID, OPTS, FMTS, CAPS) \ 1227 .option = OPTS, \
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | iogen.c | 132 #define OPTS "a:dhf:i:L:m:op:qr:s:t:T:O:N:" macro 395 parse_cmdline(argc, argv, OPTS); in main()
|
H A D | doio.c | 228 #define OPTS "aC:d:ehm:n:kr:w:vU:V:M:N:" macro 541 parse_cmdline(argc, argv, OPTS); in main()
|