• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/test/

Lines Matching refs:bps

67 	bps=$3
70 echo -n "$name (--channels=$channels --bps=$bps $encode_options): encode..."
71 cmd="run_flac --verify --silent --force --force-raw-format --endian=little --sign=signed --sample-rate=44100 --bps=$bps --channels=$channels $encode_options --no-padding $name.raw"
96 bps=$3
107 cmd="run_flac --verify --silent --force --force-raw-format --endian=little --sign=signed --sample-rate=44100 --bps=$bps --channels=$channels $encode_options --no-padding --stdout $name.raw"
112 cmd="run_flac --verify --silent --force --force-raw-format --endian=little --sign=signed --sample-rate=44100 --bps=$bps --channels=$channels $encode_options --no-padding --stdout -"
154 for bps in 8 16 24 ; do
155 echo "Testing $bps-bit full-scale deflection streams..."
157 test_file fsd$bps-$b 1 $bps "-0 -l $max_lpc_order --lax -m -e -p"
166 for bps in 8 16 24 ; do
167 echo "Testing $bps-bit sine wave streams..."
169 test_file sine${bps}-$b 1 $bps "-0 -l $max_lpc_order --lax -m -e --sample-rate=48000"
172 test_file sine${bps}-$b 1 $bps "-0 -l $max_lpc_order --lax -m -e --sample-rate=96000"
175 test_file sine${bps}-$b 1 $bps "-0 -l $max_lpc_order --lax -m -e"
178 test_file sine${bps}-$b 2 $bps "-0 -l $max_lpc_order --lax -m -e --sample-rate=48000"
181 test_file sine${bps}-$b 2 $bps "-0 -l $max_lpc_order --lax -m -e --sample-rate=96000"
184 test_file sine${bps}-$b 2 $bps "-0 -l $max_lpc_order --lax -m -e"
249 for bps in 8 16 24 ; do
255 test_file noise $channels $bps "-$opt $extras $blocksize $disable"
262 test_file noise $channels $bps "-b 16384 -m -r 8 -l $max_lpc_order --lax -e -p $disable"