/external/webrtc/webrtc/modules/audio_processing/transient/ |
D | dyadic_decimator.h | 27 size_t out_length = in_length / 2; in GetOutLengthToDyadicDecimate() local 30 ++out_length; in GetOutLengthToDyadicDecimate() 33 return out_length; in GetOutLengthToDyadicDecimate() 52 size_t out_length) { in DyadicDecimate() argument 55 if (!in || !out || in_length <= 0 || out_length < half_length) { in DyadicDecimate()
|
/external/webrtc/webrtc/common_audio/resampler/ |
D | resampler_unittest.cc | 102 size_t out_length = 0; in TEST_F() local 105 out_length)); in TEST_F() 106 EXPECT_EQ(static_cast<size_t>(kRates[j] / 100), out_length); in TEST_F() 124 size_t out_length = 0; in TEST_F() local 128 out_length)); in TEST_F() 129 EXPECT_EQ(static_cast<size_t>(kChannels * kRates[j] / 100), out_length); in TEST_F()
|
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
D | acm_resampler.cc | 51 int out_length = in Resample10Msec() local 53 if (out_length == -1) { in Resample10Msec() 59 return static_cast<int>(out_length / num_audio_channels); in Resample10Msec()
|
/external/webrtc/webrtc/voice_engine/ |
D | utility.cc | 63 int out_length = resampler->Resample(audio_ptr, src_length, dst_frame->data_, in RemixAndResample() local 65 if (out_length == -1) { in RemixAndResample() 71 dst_frame->samples_per_channel_ = out_length / audio_ptr_num_channels; in RemixAndResample()
|
/external/webrtc/webrtc/modules/video_coding/codecs/h264/ |
D | h264_video_toolbox_nalu.cc | 281 size_t* out_length) { in ReadNalu() argument 283 RTC_DCHECK(out_length); in ReadNalu() 285 *out_length = 0; in ReadNalu() 292 *out_length = next_offset_ - data_offset; in ReadNalu()
|
D | h264_video_toolbox_nalu.h | 57 bool ReadNalu(const uint8_t** out_nalu, size_t* out_length);
|
/external/kernel-headers/original/uapi/linux/ |
D | ndctl.h | 98 __u32 out_length; member 123 __u32 out_length; member
|
/external/syslinux/com32/lib/zlib/ |
D | trees.c | 1052 ulg out_length = (ulg)s->last_lit*8L; local 1056 out_length += (ulg)s->dyn_dtree[dcode].Freq * 1059 out_length >>= 3; 1061 s->last_lit, in_length, out_length, 1062 100L - out_length*100L/in_length)); 1063 if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1;
|
/external/zlib/src/ |
D | trees.c | 1036 ulg out_length = (ulg)s->last_lit*8L; local 1040 out_length += (ulg)s->dyn_dtree[dcode].Freq * 1043 out_length >>= 3; 1045 s->last_lit, in_length, out_length, 1046 100L - out_length*100L/in_length)); 1047 if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1;
|
/external/pdfium/third_party/zlib_v128/ |
D | trees.c | 1036 ulg out_length = (ulg)s->last_lit*8L; local 1040 out_length += (ulg)s->dyn_dtree[dcode].Freq * 1043 out_length >>= 3; 1045 s->last_lit, in_length, out_length, 1046 100L - out_length*100L/in_length)); 1047 if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1;
|
/external/python/cpython2/Modules/zlib/ |
D | trees.c | 1036 ulg out_length = (ulg)s->last_lit*8L; local 1040 out_length += (ulg)s->dyn_dtree[dcode].Freq * 1043 out_length >>= 3; 1045 s->last_lit, in_length, out_length, 1046 100L - out_length*100L/in_length)); 1047 if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1;
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | map.c | 69 size_t* out_length) { in table_key() argument 77 *out_length = RSTRING_LEN(key); in table_key() 87 *out_length = native_slot_size(self->key_type); in table_key()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout.h | 288 unsigned int *out_length /* OUT */);
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | audio_processing_unittest.cc | 2465 size_t out_length = out_cb.num_channels() * out_cb.num_frames(); in ProcessFormat() local 2467 ASSERT_EQ(out_length, in ProcessFormat() 2469 out_length, out_file)); in ProcessFormat() 2565 const size_t out_length = SamplesFromRate(out_rate) * out_num; in TEST_P() local 2569 rtc::scoped_ptr<float[]> out_data(new float[out_length]); in TEST_P() 2599 while (fread(out_data.get(), sizeof(out_data[0]), out_length, out_file) && in TEST_P() 2607 out_ptr, out_length, cmp_data.get(), ref_length))); in TEST_P()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_resize.c | 357 static int get_down2_steps(int in_length, int out_length) { in get_down2_steps() argument 360 while ((proj_in_length = get_down2_length(in_length, 1)) >= out_length) { in get_down2_steps()
|