HomeSort by relevance Sort by last modified time
    Searched refs:in_length (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_resampler.cc 34 int in_length = in_freq_hz * num_audio_channels / 100; local
37 if (out_capacity_samples < in_length) {
41 memcpy(out_audio, in_audio, in_length * sizeof(int16_t));
42 return in_length / num_audio_channels;
53 resampler_.Resample(in_audio, in_length, out_audio, out_capacity_samples);
58 in_length,
  /external/chromium_org/third_party/webrtc/common_audio/vad/
vad_sp.h 24 // - in_length : Length of input signal in samples.
32 // - signal_out : Downsampled signal (of length |in_length| / 2).
36 int in_length);
vad_sp.c 30 int in_length) {
35 int half_length = (in_length >> 1); // Downsampling by 2 gives half length.
  /external/webrtc/src/common_audio/vad/
vad_sp.h 24 // - in_length : Length of input signal in samples.
32 // - signal_out : Downsampled signal (of length |in_length| / 2).
36 int in_length);
vad_sp.c 28 int in_length) {
33 int half_length = (in_length >> 1); // Downsampling by 2 gives half length.
  /external/webrtc/src/common_audio/signal_processing/
downsample_fast.c 20 int WebRtcSpl_DownsampleFast(WebRtc_Word16 *in_ptr, WebRtc_Word16 in_length,
34 if (in_length < endpos)
  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-buffer.c 162 buffer->in_length = 0;
180 error = hb_buffer_ensure( buffer, buffer->in_length + 1 );
184 glyph = &buffer->in_string[buffer->in_length];
192 buffer->in_length++;
219 memset (buffer->positions, 0, sizeof (buffer->positions[0]) * buffer->in_length);
239 tmp_length = buffer->in_length;
240 buffer->in_length = buffer->out_length;
harfbuzz-buffer.h 64 HB_UInt in_length; member in struct:HB_BufferRec_
harfbuzz-gsub.c 981 if ( buffer->in_pos + lig->ComponentCount > buffer->in_length )
998 if ( j + lig->ComponentCount - i == (HB_Int)buffer->in_length )
    [all...]
harfbuzz-shaper.cpp 806 for (uint i = 0; i < buffer->in_length; ++i)
    [all...]
harfbuzz-gpos.c     [all...]
harfbuzz-indic.cpp     [all...]
  /external/chromium_org/third_party/webrtc/common_audio/resampler/
resampler_unittest.cc 105 int in_length = kRates[i] / 100; local
108 EXPECT_EQ(0, rs_.Push(data_in_, in_length, data_out_, kDataSize,
128 int in_length = kChannels * kRates[i] / 100; local
132 EXPECT_EQ(0, rs_.Push(data_in_, in_length, data_out_, kDataSize,
  /external/webrtc/src/common_audio/resampler/
resampler_unittest.cc 105 int in_length = kRates[i] / 100; local
108 EXPECT_EQ(0, rs_.Push(data_in_, in_length, data_out_, kDataSize,
128 int in_length = kChannels * kRates[i] / 100; local
132 EXPECT_EQ(0, rs_.Push(data_in_, in_length, data_out_, kDataSize,
  /external/chromium_org/third_party/webrtc/voice_engine/
utility.cc 111 const int in_length = samples_per_channel * num_channels; local
113 src_data, in_length, dst_af->data_, AudioFrame::kMaxDataSizeSamples);
115 LOG_FERR3(LS_ERROR, Resample, src_data, in_length, dst_af->data_);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_resize.c 430 int get_down2_steps(int in_length, int out_length) {
433 while ((proj_in_length = get_down2_length(in_length, 1)) >= out_length) {
435 in_length = proj_in_length;
  /external/libvpx/libvpx/vp9/encoder/
vp9_resize.c 430 int get_down2_steps(int in_length, int out_length) {
433 while ((proj_in_length = get_down2_length(in_length, 1)) >= out_length) {
435 in_length = proj_in_length;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_resize.c 430 int get_down2_steps(int in_length, int out_length) {
433 while ((proj_in_length = get_down2_length(in_length, 1)) >= out_length) {
435 in_length = proj_in_length;
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_trees.c 1037 ulg in_length = (ulg)((long)s->strstart - s->block_start); local
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
trees.c 1037 ulg in_length = (ulg)((long)s->strstart - s->block_start); local
    [all...]
  /external/zlib/src/
trees.c 1037 ulg in_length = (ulg)((long)s->strstart - s->block_start); local
    [all...]
  /external/chromium_org/third_party/zlib/
trees.c 1053 ulg in_length = (ulg)((long)s->strstart - s->block_start); local
    [all...]

Completed in 1023 milliseconds