Home
last modified time | relevance | path

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

/third_party/libsnd/src/
Dcommon.h988 SF_INSTRUMENT * psf_instrument_alloc (void) ;
Dxi.c392 if (psf->instrument == NULL && (psf->instrument = psf_instrument_alloc ()) == NULL) in xi_read_header()
Dwav.c1430 if ((psf->instrument = psf_instrument_alloc ()) == NULL) in wav_read_smpl_chunk()
Dcommon.c1363 psf_instrument_alloc (void) in psf_instrument_alloc() function
Daiff.c724 if (psf->instrument == NULL && (psf->instrument = psf_instrument_alloc ()) == NULL) in aiff_read_header()
Dsndfile.c1416 if (psf->instrument == NULL && (psf->instrument = psf_instrument_alloc ()) == NULL) in sf_command()