Home
last modified time | relevance | path

Searched refs:mBuffers (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dcoreaudio.c39 for(buf = outOutputData->mBuffers; in PlaybackIOProc()
40 buf != outOutputData->mBuffers + outOutputData->mNumberBuffers; in PlaybackIOProc()
84 for(buf = inInputData->mBuffers; in RecIOProc()
85 buf != inInputData->mBuffers + inInputData->mNumberBuffers; in RecIOProc()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/bit-rot/CoreAudio/
H A DCoreAudio.h232 AudioBuffer mBuffers[kVariableLengthArray]; member