Home
last modified time | relevance | path

Searched refs:fillFragment (Results 1 – 7 of 7) sorted by relevance

/dports/emulators/stella/stella-6.6/src/common/audio/
H A DSimpleResampler.hxx33 void fillFragment(float* fragment, uInt32 length) override;
H A DLanczosResampler.hxx36 void fillFragment(float* fragment, uInt32 length) override;
H A DResampler.hxx60 virtual void fillFragment(float* fragment, uInt32 length) = 0;
H A DSimpleResampler.cxx30 void SimpleResampler::fillFragment(float* fragment, uInt32 length) in fillFragment() function in SimpleResampler
H A DLanczosResampler.cxx126 void LanczosResampler::fillFragment(float* fragment, uInt32 length) in fillFragment() function in LanczosResampler
/dports/emulators/stella/stella-6.6/src/common/
H A DSoundSDL2.cxx340 myResampler->fillFragment(stream, length); in processFragment()
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvstream.cpp1825 bool fillFragment( int startIndex, int count ) in fillFragment() function in LVCachedStream
1995 bool res = fillFragment( fillStart, fillEnd - fillStart + 1 ); in Read()