Home
last modified time | relevance | path

Searched refs:SF_CONTAINER (Results 1 – 25 of 30) sorted by relevance

12

/third_party/libsnd/src/
Dnew.c69 if ((SF_CONTAINER (psf->sf.format)) != SF_FORMAT_WVE) in new_open()
Dcommand.c266 if (SF_CONTAINER (data->format)) in psf_get_format_info()
267 { format = SF_CONTAINER (data->format) ; in psf_get_format_info()
Dsndfile.c444 if ((SF_CONTAINER (sfinfo->format)) == SF_FORMAT_SD2) in sf_open_fd()
674 switch (SF_CONTAINER (info->format)) in sf_format_check()
1102 { int format = SF_CONTAINER (psf->sf.format) ; in sf_command()
1256 if ((SF_CONTAINER (psf->sf.format)) != SF_FORMAT_RAW) in sf_command()
1301 { int format = SF_CONTAINER (psf->sf.format) ; in sf_command()
1332 { int format = SF_CONTAINER (psf->sf.format) ; in sf_command()
2768 if ((SF_CONTAINER (format)) == SF_FORMAT_RAW) in format_from_extension()
2931 if ((SF_CONTAINER (sfinfo->format)) == 0) in validate_sfinfo()
3035 { if ((SF_CONTAINER (sfinfo->format)) == SF_FORMAT_RAW) in psf_open_file()
3111 if ((SF_CONTAINER (psf->sf.format)) == 0) in psf_open_file()
[all …]
Dgsm610.c108 switch (SF_CONTAINER (psf->sf.format)) in gsm610_init()
395 if ((SF_CONTAINER (psf->sf.format)) == SF_FORMAT_WAV || in gsm610_seek()
396 (SF_CONTAINER (psf->sf.format)) == SF_FORMAT_W64) in gsm610_seek()
Ddwd.c79 if ((SF_CONTAINER (psf->sf.format)) != SF_FORMAT_DWD) in dwd_open()
Dhtk.c66 { if ((SF_CONTAINER (psf->sf.format)) != SF_FORMAT_HTK) in htk_open()
Dpvf.c62 { if ((SF_CONTAINER (psf->sf.format)) != SF_FORMAT_PVF) in pvf_open()
Dmpc2k.c71 if ((SF_CONTAINER (psf->sf.format)) != SF_FORMAT_MPC2K) in mpc2k_open()
Dwve.c67 { if ((SF_CONTAINER (psf->sf.format)) != SF_FORMAT_WVE) in wve_open()
Davr.c86 if ((SF_CONTAINER (psf->sf.format)) != SF_FORMAT_AVR) in avr_open()
Dircam.c91 { if ((SF_CONTAINER (psf->sf.format)) != SF_FORMAT_IRCAM) in ircam_open()
Dima_adpcm.c223 switch (SF_CONTAINER (psf->sf.format)) in ima_reader_init()
816 switch (SF_CONTAINER (psf->sf.format)) in ima_writer_init()
847 switch (SF_CONTAINER (psf->sf.format)) in ima_writer_init()
Dnist.c66 if ((SF_CONTAINER (psf->sf.format)) != SF_FORMAT_NIST) in nist_open()
Dmat4.c84 if ((SF_CONTAINER (psf->sf.format)) != SF_FORMAT_MAT4) in mat4_open()
Dsvx.c102 if ((SF_CONTAINER (psf->sf.format)) != SF_FORMAT_SVX) in svx_open()
Dau.c114 if ((SF_CONTAINER (psf->sf.format)) != SF_FORMAT_AU) in au_open()
Dwav.c190 format = SF_CONTAINER (psf->sf.format) ; in wav_open()
1183 switch (SF_CONTAINER (psf->sf.format)) in wav_write_header()
1351 if ((SF_CONTAINER (psf->sf.format)) == SF_FORMAT_WAVEX) in wav_command()
Dmat5.c94 if ((SF_CONTAINER (psf->sf.format)) != SF_FORMAT_MAT5) in mat5_open()
Dvoc.c118 { if ((SF_CONTAINER (psf->sf.format)) != SF_FORMAT_VOC) in voc_open()
Dw64.c137 if ((SF_CONTAINER (psf->sf.format)) != SF_FORMAT_W64) in w64_open()
Dsd2.c122 if ((SF_CONTAINER (psf->sf.format)) != SF_FORMAT_SD2) in sd2_open()
Dcommon.h104 #define SF_CONTAINER(x) ((x) & SF_FORMAT_TYPEMASK) macro
Drf64.c823 if ((SF_CONTAINER (psf->sf.format)) == SF_FORMAT_WAVEX) in rf64_command()
Dpaf.c115 { if ((SF_CONTAINER (psf->sf.format)) != SF_FORMAT_PAF) in paf_open()
Dsds.c121 if ((SF_CONTAINER (psf->sf.format)) != SF_FORMAT_SDS) in sds_open()

12