Searched refs:kFrameCount (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/media/base/
H A Daudio_bus_unittest.cc19 static const int kFrameCount = media::AudioBus::kChannelAlignment * 32 - 1; member in namespace:media
33 EXPECT_EQ(kFrameCount, bus->frames());
108 scoped_ptr<AudioBus> bus = AudioBus::Create(kChannels, kFrameCount);
117 kFrameCount));
127 sizeof(*data_[i]) * kFrameCount, AudioBus::kChannelAlignment)));
130 scoped_ptr<AudioBus> bus = AudioBus::WrapVector(kFrameCount, data_);
139 kFrameCount);
168 kFrameCount);
169 scoped_ptr<AudioBus> bus1 = AudioBus::Create(kChannels, kFrameCount);
182 sizeof(*data_[i]) * kFrameCount, AudioBu
[all...]
H A Daudio_fifo_unittest.cc131 static const int kFrameCount = 2; local
132 static const int kFifoFrameCount = 5 * kFrameCount;
135 scoped_ptr<AudioBus> bus = AudioBus::Create(kChannels, kFrameCount);
137 EXPECT_EQ(bus->frames(), kFrameCount);
180 // correct values. The number of elements shall be fixed (kFrameCount) during
H A Daudio_hash_unittest.cc14 static const int kFrameCount = 1024; member in namespace:media
19 : bus_one_(AudioBus::Create(kChannelCount, kFrameCount)),
20 bus_two_(AudioBus::Create(kChannelCount, kFrameCount)),
/external/chromium_org/net/spdy/
H A Dspdy_network_transaction_unittest.cc5845 static int kFrameCount = 2; local
5849 kRequestUrl, 1, kMaxSpdyFrameChunkSize * kFrameCount, LOWEST, NULL, 0));
5887 for (int i = 0; i < kFrameCount; ++i) {
5919 kMaxSpdyFrameChunkSize * kFrameCount,
6020 static int kFrameCount = 3; local
6025 kRequestUrl, 1, kMaxSpdyFrameChunkSize * kFrameCount, LOWEST, NULL, 0));
6052 for (int i = 0; i < kFrameCount; ++i) {

Completed in 635 milliseconds