Home
last modified time | relevance | path

Searched refs:kBigArraySize (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/av/media/libaaudio/tests/
H A Dtest_atomic_fifo.cpp106 static constexpr fifo_frames_t kBigArraySize = 1024; variable
127 for (fifo_frames_t i = 0; i < kBigArraySize; i++) { in TestFifoBuffer()
149 for (fifo_frames_t i = firstFrameAfter; i < kBigArraySize; i++) { in verifyStorageIntegrity()
336 int16_t mVeryBigArray[kBigArraySize]; // Use the middle of this array for the FIFO.
338 int16_t mData[kBigArraySize]{};