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

/frameworks/base/cmds/bootanimation/
H A Daudioplay.cpp52 static unsigned nextSize; member in namespace:audioplay::__anon773
333 if (!parseClipBuf(buf, size, &chunkFormat, &nextBuffer, &nextSize)) {
342 CHATTY("playClip on player %p: buf=%p size=%d nextSize %d",
343 bqPlayerBufferQueue, buf, size, nextSize);
345 if (nextSize > 0) {
349 result = (*bqPlayerBufferQueue)->Enqueue(bqPlayerBufferQueue, nextBuffer, nextSize);

Completed in 48 milliseconds