Searched refs:mOutputDrainBuffer (Results 1 – 2 of 2) sorted by relevance
241 mOutputDrainBuffer(nullptr) { in C2SoftXaacDec()305 if (mOutputDrainBuffer) { in onRelease()306 delete[] mOutputDrainBuffer; in onRelease()307 mOutputDrainBuffer = nullptr; in onRelease()323 if (!mOutputDrainBuffer) { in initDecoder()324 mOutputDrainBuffer = new (std::nothrow) char[kOutputDrainBufferSize]; in initDecoder()325 if (!mOutputDrainBuffer) return IA_FATAL_ERROR; in initDecoder()363 memcpy(outBuffer, mOutputDrainBuffer, mOutputDrainBufferWritePos); in finishWork()446 char* tempOutputDrainBuffer = mOutputDrainBuffer; in process()
100 char* mOutputDrainBuffer; member