Searched defs:dst_frames (Results 1 – 5 of 5) sorted by relevance
30 size_t dst_frames) in CopyConverter()51 size_t dst_frames) in UpmixConverter()73 size_t dst_frames) in DownmixConverter()97 size_t dst_frames) in ResampleConverter()159 size_t dst_frames) { in Create()205 size_t dst_frames) in AudioConverter()
51 size_t dst_frames() const { return dst_frames_; } in dst_frames() function
100 const size_t dst_frames = static_cast<size_t>(dst_sample_rate_hz / 100); in RunAudioConverterTest() local
116620 snd_pcm_sframes_t (*dst_frames)(struct snd_pcm_plugin *, snd_pcm_uframes_t); member