Home
last modified time | relevance | path

Searched refs:dst_format (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/mixer/
H A DResampler.cpp71 Resampler::Resampler(uint32 src_format, uint32 dst_format) in Resampler() argument
75 if (dst_format == media_raw_audio_format::B_AUDIO_FLOAT) { in Resampler()
100 switch (dst_format) { in Resampler()
120 dst_format); in Resampler()
H A DInterpolate.cpp79 Interpolate::Interpolate(uint32 src_format, uint32 dst_format) in Interpolate() argument
87 if (dst_format == media_raw_audio_format::B_AUDIO_FLOAT) { in Interpolate()
112 switch (dst_format) { in Interpolate()
132 dst_format); in Interpolate()