Searched refs:_dst_sample_offset (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerUtils.h28 void ZeroFill(float *_dst, int32 _dst_sample_offset, int32 _sample_count);
H A DMixerUtils.cpp210 ZeroFill(float *_dst, int32 _dst_sample_offset, int32 _sample_count) argument
214 int32 dst_sample_offset = _dst_sample_offset;

Completed in 36 milliseconds