Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
Daudioplay.cpp260 bool parseClipBuf(const uint8_t* clipBuf, int clipBufSize, const ChunkFormat** oChunkFormat, in parseClipBuf() function
392 if (!parseClipBuf(exampleClipBuf, exampleClipBufSize, &chunkFormat, &soundBuf, &soundBufSize)) { in create()
406 if (!parseClipBuf(buf, size, &chunkFormat, &nextBuffer, &nextSize)) { in playClip()