UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
NO_LOGGING.
Definition AudioMixerPlatformAndroid.cpp:53
Definition VectorLinearResampler.h:93
uint32 SourceFramesNeeded(uint32 OutputFramesNeeded, uint32 FixedPointSampleRate)
Definition VectorLinearResampler.h:98
uint32 CurrentFrameFraction
Definition VectorLinearResampler.h:94
SIGNALPROCESSING_API uint32 ResampleStereo(uint32 OutputFramesNeeded, uint32 FixedPointSampleRate, float const *SourceFrames, uint32 SourceFramesStrideFloats, float *OutputFrames, uint32 OutputFramesStrideFloats)
Definition VectorLinearResampler.cpp:125
SIGNALPROCESSING_API uint32 ResampleMono(uint32 OutputFramesNeeded, uint32 FixedPointSampleRate, float const *SourceFrames, float *OutputFrames)
Definition VectorLinearResampler.cpp:30