Searched refs:_sample_count (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
213 int32 sample_count = _sample_count;

Completed in 39 milliseconds