OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxOutputSize
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl_unittest.cc
466
const size_t
kMaxOutputSize
= static_cast<size_t>(10 * kSampleRateHz / 1000);
467
int16_t output[
kMaxOutputSize
];
474
kMaxOutputSize
, output, &samples_per_channel, &num_channels, &type));
475
ASSERT_EQ(
kMaxOutputSize
, samples_per_channel);
545
const size_t
kMaxOutputSize
= static_cast<size_t>(10 * kSampleRateHz / 1000);
546
int16_t output[
kMaxOutputSize
];
553
kMaxOutputSize
, output, &samples_per_channel, &num_channels, &type));
554
ASSERT_EQ(
kMaxOutputSize
, samples_per_channel);
584
kMaxOutputSize
, output, &samples_per_channel, &num_channels, &type));
585
ASSERT_EQ(
kMaxOutputSize
, samples_per_channel)
[
all
...]
neteq_network_stats_unittest.cc
85
static const int
kMaxOutputSize
= 960; // 10 ms * 48 kHz * 2 channels.
197
GetOutputAudio(
kMaxOutputSize
, output_, &output_type);
271
int16_t output_[
kMaxOutputSize
];
Completed in 96 milliseconds