Home
last modified time | relevance | path

Searched refs:SndFile_BUFSIZE (Results 1 – 3 of 3) sorted by relevance

/frameworks/wilhelm/src/desktop/
DSDL.cpp52 fmt.samples = SndFile_BUFSIZE; in SDL_open()
54 fmt.samples = SndFile_BUFSIZE / sizeof(short); in SDL_open()
DSndFile.cpp42 short *pBuffer = &thiz->mBuffer[thiz->mWhich * SndFile_BUFSIZE]; in SndFile_Callback()
47 count = sf_read_short(thiz->mSNDFILE, pBuffer, (sf_count_t) SndFile_BUFSIZE); in SndFile_Callback()
/frameworks/wilhelm/src/
Dsles_allinclusive.h265 #define SndFile_BUFSIZE 512 // in 16-bit samples macro
276 short mBuffer[SndFile_BUFSIZE * SndFile_NUMBUFS];