Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
Daudioplay.cpp57 static unsigned nextSize; variable
406 if (!parseClipBuf(buf, size, &chunkFormat, &nextBuffer, &nextSize)) { in playClip()
416 bqPlayerBufferQueue, buf, size, nextSize); in playClip()
418 if (nextSize > 0) { in playClip()
422 result = (*bqPlayerBufferQueue)->Enqueue(bqPlayerBufferQueue, nextBuffer, nextSize); in playClip()