OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFrameCount
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/media/base/
audio_bus_unittest.cc
19
static const int
kFrameCount
= media::AudioBus::kChannelAlignment * 32 - 1;
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
, AudioBus::kChannelAlignment)))
[
all
...]
audio_fifo_unittest.cc
131
static const int
kFrameCount
= 2;
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
audio_hash_unittest.cc
14
static const int
kFrameCount
= 1024;
19
: bus_one_(AudioBus::Create(kChannelCount,
kFrameCount
)),
20
bus_two_(AudioBus::Create(kChannelCount,
kFrameCount
)),
/frameworks/av/media/libstagefright/
AACWriter.cpp
293
const uint8_t
kFrameCount
= 0;
295
data |=
kFrameCount
;
/external/chromium/net/spdy/
spdy_network_transaction_unittest.cc
[
all
...]
/external/chromium_org/net/spdy/
spdy_network_transaction_unittest.cc
[
all
...]
Completed in 349 milliseconds