Lines Matching defs:fmt
174 SndfileHandle::SndfileHandle (const char *path, int mode, int fmt, int chans, int srate)
184 p->sfinfo.format = fmt ;
196 SndfileHandle::SndfileHandle (std::string const & path, int mode, int fmt, int chans, int srate)
206 p->sfinfo.format = fmt ;
218 SndfileHandle::SndfileHandle (int fd, bool close_desc, int mode, int fmt, int chans, int srate)
231 p->sfinfo.format = fmt ;
243 SndfileHandle::SndfileHandle (SF_VIRTUAL_IO &sfvirtual, void *user_data, int mode, int fmt, int chans, int srate)
253 p->sfinfo.format = fmt ;
322 SndfileHandle::formatCheck (int fmt, int chans, int srate)
328 sfinfo.format = fmt ;
430 SndfileHandle::SndfileHandle (const wchar_t *wpath, int mode, int fmt, int chans, int srate)
440 p->sfinfo.format = fmt ;