Home
last modified time | relevance | path

Searched refs:destFormat (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/mixer/
H A DInterpolate.h15 uint32 destFormat);
H A DResampler.h15 uint32 destFormat);
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DResampler.cpp21 Resampler::Resampler(uint32 sourceFormat, uint32 destFormat) in Resampler() argument
26 (unsigned int)destFormat)); in Resampler()
30 switch (destFormat) { in Resampler()
53 switch (destFormat) { in Resampler()
76 switch (destFormat) { in Resampler()
99 switch (destFormat) { in Resampler()
122 switch (destFormat) { in Resampler()
145 switch (destFormat) { in Resampler()
H A DResampler.h16 uint32 destFormat);