Searched refs:mOutputDrainBuffer (Results 1 – 2 of 2) sorted by relevance
248 mOutputDrainBuffer(nullptr) { in C2SoftXaacDec()312 if (mOutputDrainBuffer) { in onRelease()313 delete[] mOutputDrainBuffer; in onRelease()314 mOutputDrainBuffer = nullptr; in onRelease()330 if (!mOutputDrainBuffer) { in initDecoder()331 mOutputDrainBuffer = new (std::nothrow) char[kOutputDrainBufferSize]; in initDecoder()332 if (!mOutputDrainBuffer) return IA_FATAL_ERROR; in initDecoder()370 memcpy(outBuffer, mOutputDrainBuffer, mOutputDrainBufferWritePos); in finishWork()453 char* tempOutputDrainBuffer = mOutputDrainBuffer; in process()
100 char* mOutputDrainBuffer; member