Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Doss.c269 size_t cbOutputLeft = cOutput << pPriv->sample_shift; in ossread() local
275 while (cbOutputLeft) { in ossread()
276 cbRead = read(pPriv->device, pbOutput, cbOutputLeft); in ossread()
284 cbOutputLeft -= cbRead; in ossread()
289 cRead = cOutput - (cbOutputLeft >> pPriv->sample_shift); in ossread()
H A Dsunaudio.c367 size_t cbOutputLeft = cOutput << pPriv->sample_shift; in sunread() local
373 while (cbOutputLeft) { in sunread()
374 cbRead = read(pPriv->device, pbOutput, cbOutputLeft); in sunread()
382 cbOutputLeft -= cbRead; in sunread()
387 cRead = cOutput - (cbOutputLeft >> pPriv->sample_shift); in sunread()