Searched refs:kMinBufferCapacity (Results 1 – 2 of 2) sorted by relevance
41 static const int kMinBufferCapacity = 2 * kMegabyte; variable86 kTargetSecondsBufferedAhead * bytes_per_second, kMinBufferCapacity); in ComputeTargetBufferWindow()88 kTargetSecondsBufferedBehind * bytes_per_second, kMinBufferCapacity); in ComputeTargetBufferWindow()106 : buffer_(kMinBufferCapacity, kMinBufferCapacity), in BufferedResourceLoader()
273 static const int kMinBufferCapacity = 2 * 1024 * 1024; in CheckBufferWindowBounds() local274 EXPECT_GE(loader_->buffer_.forward_capacity(), kMinBufferCapacity); in CheckBufferWindowBounds()275 EXPECT_GE(loader_->buffer_.backward_capacity(), kMinBufferCapacity); in CheckBufferWindowBounds()