Searched refs:bytesPerBuffer (Results 1 – 1 of 1) sorted by relevance
46 int32_t bytesPerBuffer = bytesPerFrame * capacityInFrames; in FifoBufferAllocated() local47 mInternalStorage = std::make_unique<uint8_t[]>(bytesPerBuffer); in FifoBufferAllocated()