Searched refs:parseMetadata (Results 1 – 6 of 6) sorted by relevance
42 status_t parseMetadata(const uint8_t *inBuffer, size_t inBufferLen);
272 status_t FLACDecoder::parseMetadata(const uint8_t *inBuffer, size_t inBufferLen) { in parseMetadata() function in android::FLACDecoder
359 status_t decoderErr = mFLACDecoder->parseMetadata(inBuffer, inBufferLength); in onQueueFilled()
224 status_t decoderErr = mFLACDecoder->parseMetadata(input, inSize); in process()
1008 parseMetadata(parser, packageName), timestamp); in parseMetadataFile()1046 InstantAppInfo parseMetadata(@NonNull XmlPullParser parser, in parseMetadata() method in InstantAppRegistry
1625 && flacDecoder->parseMetadata((const uint8_t*)codecPrivate, codecPrivateSize) == OK) { in addFlacMetadata()