Searched refs:Interpolate (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/mixer/
H A DInterpolate.h12 class Interpolate: public Resampler { class in inherits:Resampler
14 Interpolate(uint32 sourceFormat,
H A DInterpolate.cpp9 #include "Interpolate.h"
51 float oldSample = ((Interpolate*)object)->fOldSample;
75 ((Interpolate*)object)->fOldSample = oldSample;
79 Interpolate::Interpolate(uint32 src_format, uint32 dst_format) function in class:Interpolate
H A DMixerCore.cpp25 #include "Interpolate.h"
410 fResampler[i] = new Interpolate(
H A DMixerInput.cpp17 #include "Interpolate.h"
324 fResampler[i] = new Interpolate(
/haiku/src/tests/add-ons/media/media-add-ons/mixer/
H A Dmain.cpp19 #include <Interpolate.h>
219 fInterpolate = new BCheckBox("interp", "Interpolate",
267 Interpolate sampler(media_raw_audio_format::B_AUDIO_FLOAT,
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapBilinear.h106 Interpolate(uint32* t, const uint8* s, uint32 sourceBytesPerRow, function in struct:BitmapPainterPrivate::ColorTypeRgb
147 Interpolate(uint32* t, const uint8* s, uint32 sourceBytesPerRow, function in struct:BitmapPainterPrivate::ColorTypeRgba
271 ColorType::Interpolate(&t[0], s, this->fSourceBytesPerRow,

Completed in 48 milliseconds