Searched refs:source_frames (Results 1 – 3 of 3) sorted by relevance
33 PushSincResampler(size_t source_frames, size_t destination_frames);42 size_t source_frames,46 size_t source_frames,
20 PushSincResampler::PushSincResampler(size_t source_frames, in PushSincResampler() argument22 : resampler_(new SincResampler(source_frames * 1.0 / destination_frames, in PushSincResampler()23 source_frames, in PushSincResampler()
129 )) and display_frame_idx < options.source_frames and options.source_context: