/third_party/libsnd/examples/ |
H A D | generate.c | 60 encode_file (argv [1], "gsm610.wav" , SF_FORMAT_WAV | SF_FORMAT_GSM610) ; in main() 67 encode_file (argv [1], "gsm610.w64" , SF_FORMAT_W64 | SF_FORMAT_GSM610) ; in main()
|
H A D | generate.cs | 90 SF_FORMAT_GSM610 = 0x0020, /* GSM 6.10 encoding. */ enumerator 208 //sfinfo.format = (int)(lsndf_frmts.SF_FORMAT_WAV | lsndf_frmts.SF_FORMAT_GSM610); in Main() 214 //sfinfo.format = (int)(lsndf_frmts.SF_FORMAT_W64 | lsndf_frmts.SF_FORMAT_GSM610); in Main()
|
/third_party/libsnd/tests/ |
H A D | lossy_comp_test.c | 216 sdlcomp_test_short ("gsm610.wav", SF_FORMAT_WAV | SF_FORMAT_GSM610, 1, 0.24) ; in main() 217 sdlcomp_test_int ("gsm610.wav", SF_FORMAT_WAV | SF_FORMAT_GSM610, 1, 0.24) ; in main() 219 sdlcomp_test_short ("gsm610.rifx", SF_ENDIAN_BIG | SF_FORMAT_WAV | SF_FORMAT_GSM610, 1, 0.24) ; in main() 220 sdlcomp_test_int ("gsm610.rifx", SF_ENDIAN_BIG | SF_FORMAT_WAV | SF_FORMAT_GSM610, 1, 0.24) ; in main() 223 sdlcomp_test_float ("gsm610.wav", SF_FORMAT_WAV | SF_FORMAT_GSM610, 1, 0.24) ; in main() 224 sdlcomp_test_double ("gsm610.wav", SF_FORMAT_WAV | SF_FORMAT_GSM610, 1, 0.24) ; in main() 291 sdlcomp_test_short ("gsm610.aiff", SF_FORMAT_AIFF | SF_FORMAT_GSM610, 1, 0.24) ; in main() 292 sdlcomp_test_int ("gsm610.aiff", SF_FORMAT_AIFF | SF_FORMAT_GSM610, 1, 0.24) ; in main() 294 sdlcomp_test_float ("gsm610.aiff", SF_FORMAT_AIFF | SF_FORMAT_GSM610, 1, 0.24) ; in main() 295 sdlcomp_test_double ("gsm610.aiff", SF_FORMAT_AIFF | SF_FORMAT_GSM610, in main() [all...] |
H A D | headerless_test.c | 48 headerless_test ("headerless.gsm", SF_FORMAT_GSM610, SF_FORMAT_RAW | SF_FORMAT_GSM610) ; in main()
|
H A D | checksum_test.c | 53 { SF_FORMAT_RAW | SF_FORMAT_GSM610,
|
/third_party/libsnd/src/ |
H A D | raw.c | 70 case SF_FORMAT_GSM610 : in raw_open()
|
H A D | w64.c | 209 case SF_FORMAT_GSM610 : in w64_open() 424 psf->sf.format = (SF_FORMAT_W64 | SF_FORMAT_GSM610) ; in w64_read_header() 585 case SF_FORMAT_GSM610 : in w64_write_header()
|
H A D | command.c | 204 { SF_FORMAT_GSM610, "GSM 6.10", NULL },
|
H A D | sndfile.c | 683 if (subformat == SF_FORMAT_GSM610 && info->channels == 1) in sf_format_check() 727 if (subformat == SF_FORMAT_GSM610 && info->channels == 1) in sf_format_check() 777 if (subformat == SF_FORMAT_GSM610 && info->channels == 1) in sf_format_check() 843 if (subformat == SF_FORMAT_GSM610 && info->channels == 1) in sf_format_check() 1668 case SF_FORMAT_GSM610 : in sf_current_byterate() 2757 format = SF_FORMAT_RAW | SF_FORMAT_GSM610 ; in format_from_extension()
|
H A D | wav.c | 284 case SF_FORMAT_GSM610 : in wav_open() 753 psf->sf.format = (SF_FORMAT_WAV | SF_FORMAT_GSM610) ; in wav_read_header() 932 case SF_FORMAT_GSM610 : in wav_write_fmt_chunk()
|
H A D | aiff.c | 363 case SF_FORMAT_GSM610 : in aiff_open() 1133 psf->sf.format = (SF_FORMAT_AIFF | SF_FORMAT_GSM610) ; in aiff_read_comm_chunk() 1383 case SF_FORMAT_GSM610 : in aiff_write_header()
|
H A D | rf64.c | 462 psf->sf.format = (SF_FORMAT_RF64 | SF_FORMAT_GSM610) ; in rf64_read_header()
|
H A D | common.c | 1620 CASE_NAME (SF_FORMAT_GSM610) ; in str_of_minor_format()
|
/third_party/libsnd/Octave/ |
H A D | sndfile.cc | 303 case 0x9450 : /* 'gsm610' */ return SF_FORMAT_GSM610 ; in minor_format_of_hash() 364 case SF_FORMAT_GSM610 : return "gsm610" ; in string_of_minor_format()
|
/third_party/libsnd/programs/ |
H A D | sndfile-convert.c | 227 { outfileminor = SF_FORMAT_GSM610 ; in main() 336 if ((sfinfo.format & SF_FORMAT_SUBMASK) == SF_FORMAT_GSM610 && sfinfo.samplerate != 8000) in main()
|
H A D | common.c | 318 { "gsm", 0, SF_FORMAT_RAW | SF_FORMAT_GSM610 }, 480 case SF_FORMAT_GSM610 : return "gsm610" ; in sfe_codec_name()
|
/third_party/libsnd/include/ |
H A D | sndfile.h | 93 SF_FORMAT_GSM610 = 0x0020, /* GSM 6.10 encoding. */ enumerator
|