Searched refs:kMaxCaptureBufSize (Results 1 – 3 of 3) sorted by relevance
31 static constexpr int32_t kMaxCaptureBufSize = VISUALIZER_CAPTURE_SIZE_MAX; variable88 std::array<uint8_t, kMaxCaptureBufSize> mCaptureBuf;90 int32_t mCaptureSamples = kMaxCaptureBufSize;
203 if (deltaSamples > kMaxCaptureBufSize) { in capture()205 deltaSamples = kMaxCaptureBufSize; in capture()216 std::copy(std::begin(mCaptureBuf) + kMaxCaptureBufSize - size, in capture()217 std::begin(mCaptureBuf) + kMaxCaptureBufSize, result.begin()); in capture()288 if (captIdx >= kMaxCaptureBufSize) { in process()
62 VisualizerContext::kMaxCaptureBufSize),