Searched refs:SF_FORMAT_G721_32 (Results 1 - 13 of 13) sorted by relevance
/third_party/libsnd/src/ |
H A D | au.c | 164 case SF_FORMAT_G721_32 : in au_open() 281 case SF_FORMAT_G721_32 : return AU_ENCODING_ADPCM_G721_32 ; in au_format_to_encoding() 405 psf->sf.format |= SF_FORMAT_AU | SF_FORMAT_G721_32 ; in au_read_header()
|
H A D | command.c | 206 { SF_FORMAT_G721_32, "32kbs G721 ADPCM", NULL },
|
H A D | g72x.c | 94 { case SF_FORMAT_G721_32 : in g72x_init()
|
H A D | wav.c | 272 case SF_FORMAT_G721_32 : in wav_open() 762 psf->sf.format = SF_FORMAT_WAV | SF_FORMAT_G721_32 ; in wav_read_header() 894 case SF_FORMAT_G721_32 : in wav_write_fmt_chunk()
|
H A D | rf64.c | 471 psf->sf.format = SF_FORMAT_RF64 | SF_FORMAT_G721_32 ; in rf64_read_header()
|
H A D | sndfile.c | 685 if (subformat == SF_FORMAT_G721_32 && info->channels == 1) in sf_format_check() 742 if (subformat == SF_FORMAT_G721_32 && info->channels == 1) in sf_format_check() 1680 case SF_FORMAT_G721_32 : /* 32kbs G721 ADPCM encoding. */ in sf_current_byterate()
|
H A D | common.c | 1625 CASE_NAME (SF_FORMAT_G721_32) ; in str_of_minor_format()
|
/third_party/libsnd/Octave/ |
H A D | sndfile.cc | 304 case 0x172a3 : /* 'g721_32' */ return SF_FORMAT_G721_32 ; in minor_format_of_hash() 365 case SF_FORMAT_G721_32 : return "g721_32" ; in string_of_minor_format()
|
/third_party/libsnd/examples/ |
H A D | generate.cs | 93 SF_FORMAT_G721_32 = 0x0030, /* 32kbs G721 ADPCM encoding. */ enumerator
|
/third_party/libsnd/tests/ |
H A D | lossy_comp_test.c | 176 lcomp_test_short ("g721.wav", SF_FORMAT_WAV | SF_FORMAT_G721_32, 1, 0.7) ; in main() 177 lcomp_test_int ("g721.wav", SF_FORMAT_WAV | SF_FORMAT_G721_32, 1, 0.7) ; in main() 179 lcomp_test_short ("g721.rifx", SF_ENDIAN_BIG | SF_FORMAT_WAV | SF_FORMAT_G721_32, 1, 0.7) ; in main() 180 lcomp_test_int ("g721.rifx", SF_ENDIAN_BIG | SF_FORMAT_WAV | SF_FORMAT_G721_32, 1, 0.7) ; in main() 332 lcomp_test_short ("g721.au", SF_ENDIAN_LITTLE | SF_FORMAT_AU | SF_FORMAT_G721_32, 1, 0.7) ; in main() 333 lcomp_test_int ("g721.au", SF_ENDIAN_BIG | SF_FORMAT_AU | SF_FORMAT_G721_32, 1, 0.7) ; in main() 334 lcomp_test_float ("g721.au", SF_ENDIAN_LITTLE | SF_FORMAT_AU | SF_FORMAT_G721_32, 1, 0.7) ; in main() 335 lcomp_test_double ("g721.au", SF_ENDIAN_BIG | SF_FORMAT_AU | SF_FORMAT_G721_32, 1, 0.7) ; in main() 337 /*- sdlcomp_test_short ("g721.au", SF_ENDIAN_BIG | SF_FORMAT_AU | SF_FORMAT_G721_32, 1, 0.07) ; in main() 338 sdlcomp_test_int ("g721.au", SF_ENDIAN_LITTLE | SF_FORMAT_AU | SF_FORMAT_G721_32, in main() [all...] |
H A D | fix_this.c | 66 lcomp_test_int ("au_g721", filename, SF_ENDIAN_BIG | SF_FORMAT_AU | SF_FORMAT_G721_32, 0.06) ; in main()
|
/third_party/libsnd/include/ |
H A D | sndfile.h | 100 SF_FORMAT_G721_32 = 0x0030, /* 32kbs G721 ADPCM encoding. */ enumerator
|
/third_party/libsnd/programs/ |
H A D | common.c | 482 case SF_FORMAT_G721_32 : return "g721 32kbps" ; in sfe_codec_name()
|
Completed in 21 milliseconds