Home
last modified time | relevance | path

Searched refs:Interpolate (Results 1 – 8 of 8) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/mixer/
H A DInterpolate.h12 class Interpolate: public Resampler {
14 Interpolate(uint32 sourceFormat,
H A DInterpolate.cpp51 float oldSample = ((Interpolate*)object)->fOldSample; in kernel()
75 ((Interpolate*)object)->fOldSample = oldSample; in kernel()
79 Interpolate::Interpolate(uint32 src_format, uint32 dst_format) in Interpolate() function in Interpolate
H A DJamfile11 Interpolate.cpp
H A DMixerInput.cpp324 fResampler[i] = new Interpolate( in UpdateResamplingAlgorithm()
H A DMixerCore.cpp410 fResampler[i] = new Interpolate( in _UpdateResamplers()
/haiku/src/tests/add-ons/media/media-add-ons/mixer/
H A DJamfile9 Interpolate.cpp
15 SEARCH on [ FGristFiles Resampler.cpp Interpolate.cpp ]
H A Dmain.cpp267 Interpolate sampler(media_raw_audio_format::B_AUDIO_FLOAT, in MessageReceived()
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapBilinear.h106 Interpolate(uint32* t, const uint8* s, uint32 sourceBytesPerRow, in Interpolate() function
147 Interpolate(uint32* t, const uint8* s, uint32 sourceBytesPerRow, in Interpolate() function
271 ColorType::Interpolate(&t[0], s, this->fSourceBytesPerRow, in DrawToClipRect()