Searched refs:mPCMBuffer (Results 1 – 1 of 1) sorted by relevance
50 mPCMBuffer(nullptr), in SonivoxTest()57 if (mPCMBuffer) { in ~SonivoxTest()58 delete[] mPCMBuffer; in ~SonivoxTest()59 mPCMBuffer = nullptr; in ~SonivoxTest()125 mPCMBuffer = new (std::nothrow) EAS_PCM[mPCMBufferSize]; in SetUp()126 ASSERT_NE(mPCMBuffer, nullptr) << "Failed to allocate a memory of size: " << mPCMBufferSize; in SetUp()164 EAS_PCM *mPCMBuffer; member in SonivoxTest251 EAS_PCM *pcm = mPCMBuffer; in TEST_P()281 int32_t numBytes = fwrite(mPCMBuffer, 1, numBytesOutput, filePtr); in TEST_P()