Searched defs:dst_frames (Results 1 – 3 of 3) sorted by relevance
29 size_t dst_frames) in CopyConverter()46 size_t dst_frames) in UpmixConverter()64 size_t dst_frames) in DownmixConverter()85 size_t dst_frames) in ResampleConverter()142 size_t dst_frames) { in Create()187 size_t dst_channels, size_t dst_frames) in AudioConverter()
45 size_t dst_frames() const { return dst_frames_; } in dst_frames() function
101 const size_t dst_frames = static_cast<size_t>(dst_sample_rate_hz / 100); in RunAudioConverterTest() local