Searched refs:SNDFILE_FUNC (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | sndfile.c | 42 #define SNDFILE_FUNC LSX_DLENTRY_DYNAMIC macro 45 #define SNDFILE_FUNC LSX_DLENTRY_STATIC macro 54 …SNDFILE_FUNC(f,x, SNDFILE*, sf_open_virtual, (SF_VIRTUAL_IO *sfvirtual, int mode, SF_INFO *sfinfo,… 59 SNDFILE_FUNC(f,x, int, sf_close, (SNDFILE *sndfile)) \ 60 SNDFILE_FUNC(f,x, int, sf_format_check, (const SF_INFO *info)) \ 61 SNDFILE_FUNC(f,x, int, sf_command, (SNDFILE *sndfile, int command, void *data, int datasize)) \ 62 SNDFILE_FUNC(f,x, sf_count_t, sf_read_int, (SNDFILE *sndfile, int *ptr, sf_count_t items)) \ 63 …SNDFILE_FUNC(f,x, sf_count_t, sf_write_int, (SNDFILE *sndfile, const int *ptr, sf_count_t items)) \ 64 SNDFILE_FUNC(f,x, sf_count_t, sf_seek, (SNDFILE *sndfile, sf_count_t frames, int whence)) \ 65 SNDFILE_FUNC(f,x, const char*, sf_strerror, (SNDFILE *sndfile))
|