• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/test/

Lines Matching refs:input_type

1026 	input_type=$1
1033 if [ $input_type = "raw" ] ; then
1037 if [ $input_type = "aiff" ] ; then
1053 if [ $input_type = flac ] || [ $input_type = ogg ] ; then
1060 cp file$n.$input_type file${n}x.$input_type
1062 run_flac --force $encode_options $extra_encode_options file0x.$input_type file1x.$input_type file2x.$input_type || die "ERROR"
1066 $CMP file$n.$input_type file${n}x.$input_type || die "ERROR: file mismatch on file #$n"
1070 $CMP file${n}s.$input_type file${n}x.$input_type || die "ERROR: file mismatch on file #$n"
1074 rm -f file${n}x.$suffix file${n}x.$input_type
1083 for input_type in $input_types ; do
1084 echo "Testing multiple $input_type files without verify..."
1085 test_multifile $input_type flac no_sector_align ""
1087 echo "Testing multiple $input_type files with verify..."
1088 test_multifile $input_type flac no_sector_align "--verify"
1090 if [ $input_type != flac ] && [ $input_type != ogg ] ; then # --sector-align not supported for FLAC input
1091 echo "Testing multiple $input_type files with --sector-align, without verify..."
1092 test_multifile $input_type flac sector_align ""
1094 echo "Testing multiple $input_type files with --sector-align, with verify..."
1095 test_multifile $input_type flac sector_align "--verify"
1099 echo "Testing multiple $input_type files with --ogg, without verify..."
1100 test_multifile $input_type ogg no_sector_align ""
1102 echo "Testing multiple $input_type files with --ogg, with verify..."
1103 test_multifile $input_type ogg no_sector_align "--verify"
1105 if [ $input_type != flac ] ; then # --sector-align not supported for FLAC input
1106 echo "Testing multiple $input_type files with --ogg and --sector-align, without verify..."
1107 test_multifile $input_type ogg sector_align ""
1109 echo "Testing multiple $input_type files with --ogg and --sector-align, with verify..."
1110 test_multifile $input_type ogg sector_align "--verify"
1113 echo "Testing multiple $input_type files with --ogg and --serial-number, with verify..."
1114 test_multifile $input_type ogg no_sector_align "--serial-number=321 --verify"