Home
last modified time | relevance | path

Searched defs:out_length (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/transient/
Ddyadic_decimator.h27 size_t out_length = in_length / 2; in GetOutLengthToDyadicDecimate() local
52 size_t out_length) { in DyadicDecimate()
/external/webrtc/webrtc/common_audio/resampler/
Dresampler_unittest.cc102 size_t out_length = 0; in TEST_F() local
124 size_t out_length = 0; in TEST_F() local
/external/webrtc/webrtc/modules/audio_coding/acm2/
Dacm_resampler.cc51 int out_length = in Resample10Msec() local
/external/webrtc/webrtc/voice_engine/
Dutility.cc63 int out_length = resampler->Resample(audio_ptr, src_length, dst_frame->data_, in RemixAndResample() local
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
Dh264_video_toolbox_nalu.cc281 size_t* out_length) { in ReadNalu()
/external/kernel-headers/original/uapi/linux/
Dndctl.h98 __u32 out_length; member
123 __u32 out_length; member
/external/protobuf/ruby/ext/google/protobuf_c/
Dmap.c69 size_t* out_length) { in table_key()
/external/syslinux/com32/lib/zlib/
Dtrees.c1052 ulg out_length = (ulg)s->last_lit*8L; local
/external/zlib/src/
Dtrees.c1036 ulg out_length = (ulg)s->last_lit*8L; local
/external/pdfium/third_party/zlib_v128/
Dtrees.c1036 ulg out_length = (ulg)s->last_lit*8L; local
/external/python/cpython2/Modules/zlib/
Dtrees.c1036 ulg out_length = (ulg)s->last_lit*8L; local
/external/webrtc/webrtc/modules/audio_processing/test/
Daudio_processing_unittest.cc2465 size_t out_length = out_cb.num_channels() * out_cb.num_frames(); in ProcessFormat() local
2565 const size_t out_length = SamplesFromRate(out_rate) * out_num; in TEST_P() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_resize.c357 static int get_down2_steps(int in_length, int out_length) { in get_down2_steps()