Lines Matching refs:mFLACDecoder
112 mFLACDecoder(nullptr) { in C2SoftFlacDec()
125 if (mFLACDecoder) mFLACDecoder->flush(); in onStop()
140 if (mFLACDecoder) delete mFLACDecoder; in onRelease()
141 mFLACDecoder = nullptr; in onRelease()
149 if (mFLACDecoder) { in initDecoder()
150 delete mFLACDecoder; in initDecoder()
152 mFLACDecoder = FLACDecoder::Create(); in initDecoder()
153 if (!mFLACDecoder) { in initDecoder()
229 status_t decoderErr = mFLACDecoder->parseMetadata(input, inSize); in process()
247 mStreamInfo = mFLACDecoder->getStreamInfo(); in process()
299 status_t decoderErr = mFLACDecoder->decodeOneFrame( in process()
333 if (mFLACDecoder) mFLACDecoder->flush(); in drain()