• Home
  • Raw
  • Download

Lines Matching +full:- +full:- +full:force

1 #!/bin/sh -e
3 # FLAC - Free Lossless Audio Codec
4 # Copyright (C) 2004-2009 Josh Coalson
5 # Copyright (C) 2011-2016 Xiph.Org Foundation
9 # are distributed under Xiph.Org's BSD-like license (see the file
33 flac${EXE} --help 1>/dev/null 2>/dev/null || die "ERROR can't find flac executable"
34 metaflac${EXE} --help 1>/dev/null 2>/dev/null || die "ERROR can't find metaflac executable"
39 …echo "valgrind --leak-check=yes --show-reachable=yes --num-callers=50 flac $*" >>test_seeking.valg…
40 …valgrind --leak-check=yes --show-reachable=yes --num-callers=50 --log-fd=4 flac${EXE} --no-error-o…
42 flac${EXE} --no-error-on-compression-fail $*
49 …echo "valgrind --leak-check=yes --show-reachable=yes --num-callers=50 metaflac $*" >>test_seeking.…
50 …valgrind --leak-check=yes --show-reachable=yes --num-callers=50 --log-fd=4 metaflac${EXE} $* 4>>te…
59 …echo "valgrind --leak-check=yes --show-reachable=yes --num-callers=50 test_seeking $*" >>test_seek…
60 …valgrind --leak-check=yes --show-reachable=yes --num-callers=50 --log-fd=4 test_seeking $* 4>>test…
66 echo $ECHO_N "Checking for --ogg support in flac ... " $ECHO_C
67 …c${EXE} --ogg --no-error-on-compression-fail --silent --force-raw-format --endian=little --sign=si…
75 if [ ! -f noise.raw ] ; then
80 …flac --verify --force --silent --force-raw-format --endian=big --sign=signed --sample-rate=44100 -…
81 …flac --verify --force --silent --force-raw-format --endian=big --sign=signed --sample-rate=44100 -…
82--verify --force --silent --force-raw-format --endian=big --sign=signed --sample-rate=44100 --bps=…
83--verify --force --silent --force-raw-format --endian=big --sign=signed --sample-rate=44100 --bps=…
85 tiny_samples=`metaflac${EXE} --show-total-samples tiny.flac`
86 small_samples=`metaflac${EXE} --show-total-samples small.flac`
89 if [ "$FLAC__TEST_LEVEL" -gt 1 ] ; then
95 for suffix in '' '-s' ; do
107 …if run_metaflac --no-filename --set-total-samples=0 tiny$suffix.flac small$suffix.flac ; then : ; …
125--verify --force --silent --force-raw-format --endian=big --sign=signed --sample-rate=44100 --bps=…
126--verify --force --silent --force-raw-format --endian=big --sign=signed --sample-rate=44100 --bps=…
141 rm -f tiny.flac tiny.oga small.flac small.oga tiny-s.flac small-s.flac