HomeSort by relevance Sort by last modified time
    Searched defs:out_length (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_resampler.cc 35 int out_length = out_freq_hz * num_audio_channels / 100; local
52 out_length =
54 if (out_length == -1) {
64 return out_length / num_audio_channels;
  /external/chromium_org/third_party/webrtc/voice_engine/
utility.cc 53 int out_length = resampler->Resample(audio_ptr, src_length, dst_frame->data_, local
55 if (out_length == -1) {
59 dst_frame->samples_per_channel_ = out_length / audio_ptr_num_channels;
112 int out_length = resampler->Resample( local
114 if (out_length == -1) {
119 dst_af->samples_per_channel_ = out_length / num_channels;
  /external/chromium_org/third_party/webrtc/common_audio/resampler/
resampler_unittest.cc 106 int out_length = 0; local
109 out_length));
110 EXPECT_EQ(kRates[j] / 100, out_length);
129 int out_length = 0; local
133 out_length));
134 EXPECT_EQ(kChannels * kRates[j] / 100, out_length);
  /external/webrtc/src/common_audio/resampler/
resampler_unittest.cc 106 int out_length = 0; local
109 out_length));
110 EXPECT_EQ(kRates[j] / 100, out_length);
129 int out_length = 0; local
133 out_length));
134 EXPECT_EQ(kChannels * kRates[j] / 100, out_length);
  /external/chromium_org/third_party/zlib/
trees.c 1052 ulg out_length = (ulg)s->last_lit*8L; local
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_trees.c 1036 ulg out_length = (ulg)s->last_lit*8L; local
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
trees.c 1036 ulg out_length = (ulg)s->last_lit*8L; local
    [all...]
  /external/zlib/src/
trees.c 1036 ulg out_length = (ulg)s->last_lit*8L; local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc 2250 const int out_length = SamplesFromRate(output_rate_) * cf[i].num_output; local
    [all...]

Completed in 497 milliseconds