Searched refs:kBufferCount (Results 1 – 4 of 4) sorted by relevance
40 static constexpr uint32_t kBufferCount = 2; // double buffer variable41 static constexpr uint32_t kDataMqSize = kBufferSize * kBufferCount;
40 static constexpr uint32_t kBufferCount = 1; // single buffer variable41 static constexpr uint32_t kDataMqSize = kBufferSize * kBufferCount;
117 constexpr uint32_t kBufferCount = 1; in allocate() local124 } else if (buffers.size() != kBufferCount) { in allocate()126 kBufferCount); in allocate()132 mAllocator->allocate(descriptor, kBufferCount, callback); in allocate()
51 constexpr int32_t kBufferCount = 16; variable130 this, dataSpace, kBufferCount, in init()137 for (int32_t i = 0; i < kBufferCount; ++i) { in init()