Home
last modified time | relevance | path

Searched refs:SF_FORMAT_G723_24 (Results 1 – 13 of 13) sorted by relevance

/third_party/libsnd/src/
Dau.c169 case SF_FORMAT_G723_24 : in au_open()
282 case SF_FORMAT_G723_24 : return AU_ENCODING_ADPCM_G723_24 ; in au_format_to_encoding()
411 psf->sf.format |= SF_FORMAT_AU | SF_FORMAT_G723_24 ; in au_read_header()
Dcommand.c207 { SF_FORMAT_G723_24, "24kbs G723 ADPCM", NULL },
Dg72x.c100 case SF_FORMAT_G723_24: in g72x_init()
Dsndfile.c744 if (subformat == SF_FORMAT_G723_24 && info->channels == 1) in sf_format_check()
1683 case SF_FORMAT_G723_24 : /* 24kbs G723 ADPCM encoding. */ in sf_current_byterate()
Dcommon.c1626 CASE_NAME (SF_FORMAT_G723_24) ; in str_of_minor_format()
/third_party/libsnd/Octave/
Dsndfile.cc305 case 0x172d8 : /* 'g723_24' */ return SF_FORMAT_G723_24 ; in minor_format_of_hash()
366 case SF_FORMAT_G723_24 : return "g723_24" ; in string_of_minor_format()
/third_party/libsnd/examples/
Dgenerate.cs94 SF_FORMAT_G723_24 = 0x0031, /* 24kbs G723 ADPCM encoding. */ enumerator
/third_party/libsnd/tests/
Dfloating_point_test.tpl93 float_scaled_test ("g723_24.au", allow_exit, SF_FALSE, SF_FORMAT_AU | SF_FORMAT_G723_24, -32.3) ;
158 double_scaled_test ("g723_24.au", allow_exit, SF_FALSE, SF_FORMAT_AU | SF_FORMAT_G723_24, -32.3) ;
Dlossy_comp_test.c347 lcomp_test_short ("g723_24.au", SF_ENDIAN_LITTLE | SF_FORMAT_AU | SF_FORMAT_G723_24, 1, 0.7) ; in main()
348 lcomp_test_int ("g723_24.au", SF_ENDIAN_BIG | SF_FORMAT_AU | SF_FORMAT_G723_24, 1, 0.7) ; in main()
349 lcomp_test_float ("g723_24.au", SF_ENDIAN_LITTLE | SF_FORMAT_AU | SF_FORMAT_G723_24, 1, 0.7) ; in main()
350 lcomp_test_double ("g723_24.au", SF_ENDIAN_BIG | SF_FORMAT_AU | SF_FORMAT_G723_24, 1, 0.7) ; in main()
1770 (sfinfo.format & SF_FORMAT_SUBMASK) != SF_FORMAT_G723_24 && in sdlcomp_test_int()
/third_party/libsnd/include/
Dsndfile.h101 SF_FORMAT_G723_24 = 0x0031, /* 24kbs G723 ADPCM encoding. */ enumerator
/third_party/libsnd/programs/
Dcommon.c483 case SF_FORMAT_G723_24 : return "g723 24kbps" ; in sfe_codec_name()
/third_party/gstreamer/gstplugins_bad/ext/sndfile/
Dgstsfdec.c565 case SF_FORMAT_G723_24: in create_and_send_tags()
/third_party/libsnd/docs/
Dapi.md161 | SF_FORMAT_G723_24 | 0x0031 | 24kbs G723 ADPCM encoding. |