Home
last modified time | relevance | path

Searched refs:psf_open_file (Results 1 – 4 of 4) sorted by relevance

/third_party/libsnd/src/
Dwindows.c61 return psf_open_file (psf, sfinfo) ; in sf_wchar_open()
Dsndfile.c359 return psf_open_file (psf, sfinfo) ; in sf_open()
391 result = psf_open_file (psf, sfinfo) ; in sf_open_fd()
440 return psf_open_file (psf, sfinfo) ; in sf_open_virtual()
2924 psf_open_file (SF_PRIVATE *psf, SF_INFO *sfinfo) in psf_open_file() function
Dcommon.h866 SNDFILE * psf_open_file (SF_PRIVATE *psf, SF_INFO *sfinfo) ;
/third_party/libsnd/docs/
Dnew_file_type_howto.md81 Add a call to your open function from psf_open_file ().
83 Edit src/sndfile.c and find the switch statement in psf_open_file (). It starts