Home
last modified time | relevance | path

Searched refs:oChunkFormat (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() argument
264 *oChunkFormat = nullptr; in parseClipBuf()
287 *oChunkFormat = (const ChunkFormat*)*oSoundBuf; in parseClipBuf()
306 if (*oChunkFormat == nullptr) { in parseClipBuf()