Home
last modified time | relevance | path

Searched refs:peak_info_calloc (Results 1 – 6 of 6) sorted by relevance

/third_party/libsnd/src/
Dcaf.c161 { if ((psf->peak_info = peak_info_calloc (psf->sf.channels)) == NULL) in caf_open()
419 if ((psf->peak_info = peak_info_calloc (psf->sf.channels)) == NULL) in caf_read_header()
Dcommon.h256 peak_info_calloc (int channels) in peak_info_calloc() function
Daiff.c267 { if ((psf->peak_info = peak_info_calloc (psf->sf.channels)) == NULL) in aiff_open()
507 if ((psf->peak_info = peak_info_calloc (psf->sf.channels)) == NULL) in aiff_read_header()
Dwav.c216 { if ((psf->peak_info = peak_info_calloc (psf->sf.channels)) == NULL) in wav_open()
Dwavlike.c1201 if ((psf->peak_info = peak_info_calloc (psf->sf.channels)) == NULL) in wavlike_read_peak_chunk()
Dsndfile.c1050 { psf->peak_info = peak_info_calloc (psf->sf.channels) ; in sf_command()