Home
last modified time | relevance | path

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

/aosp12/frameworks/wilhelm/src/desktop/
H A DSDL.cpp52 fmt.samples = SndFile_BUFSIZE; in SDL_open()
54 fmt.samples = SndFile_BUFSIZE / sizeof(short); in SDL_open()
H A 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()
/aosp12/frameworks/wilhelm/src/
H A Dsles_allinclusive.h265 #define SndFile_BUFSIZE 512 // in 16-bit samples macro
276 short mBuffer[SndFile_BUFSIZE * SndFile_NUMBUFS];