Home
last modified time | relevance | path

Searched refs:source_frames (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/common_audio/resampler/
Dpush_sinc_resampler.h33 PushSincResampler(size_t source_frames, size_t destination_frames);
42 size_t source_frames,
46 size_t source_frames,
Dpush_sinc_resampler.cc20 PushSincResampler::PushSincResampler(size_t source_frames, in PushSincResampler() argument
22 : resampler_(new SincResampler(source_frames * 1.0 / destination_frames, in PushSincResampler()
23 source_frames, in PushSincResampler()
/external/llvm-project/lldb/examples/python/
Dcrashlog.py129 )) and display_frame_idx < options.source_frames and options.source_context: