Searched refs:numBytesOutput (Results 1 – 1 of 1) sorted by relevance
252 int32_t numBytesOutput = 0; in TEST_P() local279 numBytesOutput += count * mEASConfig->numChannels * sizeof(EAS_PCM); in TEST_P()281 int32_t numBytes = fwrite(mPCMBuffer, 1, numBytesOutput, filePtr); in TEST_P()282 ASSERT_EQ(numBytes, numBytesOutput) in TEST_P()283 << "Wrote " << numBytes << " of " << numBytesOutput << " to file: " << OUTPUT_FILE; in TEST_P()