HomeSort by relevance Sort by last modified time
    Searched refs:out_length (Results 1 - 23 of 23) 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/webrtc/src/common_audio/signal_processing/
downsample_fast.c 21 WebRtc_Word16 *out_ptr, WebRtc_Word16 out_length,
32 + (WebRtc_Word16)WEBRTC_SPL_MUL_16_16(factor, (out_length - 1)) + 1;
  /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/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/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/skia/third_party/harfbuzz/src/
harfbuzz-buffer.c 51 * its current contents (out_length entries) are copied to the alt buffer.
120 memcpy( buffer->out_string, buffer->in_string, buffer->out_length * sizeof (buffer->out_string[0]) );
163 buffer->out_length = 0;
202 buffer->out_length = 0;
240 buffer->in_length = buffer->out_length;
241 buffer->out_length = tmp_length;
313 buffer->out_length = buffer->out_pos;
346 buffer->out_length = buffer->out_pos;
harfbuzz-buffer.h 65 HB_UInt out_length; member in struct:HB_BufferRec_
  /external/chromium_org/third_party/qcms/src/
transform_util.c 411 static uint16_t *invert_lut(uint16_t *table, int length, size_t out_length)
414 /* for now we invert the lut by creating a lut of size out_length
416 uint16_t *output = malloc(sizeof(uint16_t)*out_length);
420 for (i = 0; i < out_length; i++) {
421 double x = ((double) i * 65535.) / (double) (out_length - 1);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout.h 261 unsigned int *out_length /* OUT */);
  /external/harfbuzz_ng/src/
hb-ot-layout.h 269 unsigned int *out_length /* OUT */);
  /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/net/quic/
quic_config.cc 157 size_t* out_length,
160 QuicErrorCode error = msg.GetTaglist(tag_, out, out_length);
168 *out_length = 1;
quic_config.h 142 size_t* out_length,
  /external/chromium_org/third_party/zlib/
trees.c 1052 ulg out_length = (ulg)s->last_lit*8L; local
    [all...]
  /art/runtime/mirror/
art_method-inl.h 415 inline const char* ArtMethod::GetShorty(uint32_t* out_length) {
418 return dex_file->GetMethodShorty(dex_file->GetMethodId(method->GetDexMethodIndex()), out_length);
art_method.h 449 const char* GetShorty(uint32_t* out_length) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
  /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) {
  /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) {
  /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) {
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
downsample_fast_neon.S 35 add r3, r4 @ delay + factor * (out_length-1) +1
  /external/chromium_org/third_party/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc 2233 const int out_length = SamplesFromRate(output_rate_) * cf[i].num_output; local
    [all...]

Completed in 783 milliseconds