Searched refs:s_to_us (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/cortex/addons/common/
H A DSoundUtils.cpp54 s_to_us(double secs) function
98 duration = s_to_us((format.buffer_size / bytes_per_frame(format)) / format.frame_rate);
111 duration = s_to_us(num_frames/format.frame_rate);
H A DSoundUtils.h49 bigtime_t s_to_us(double secs);
/haiku/src/apps/cortex/support/
H A DSoundUtils.cpp54 s_to_us(double secs) function
98 duration = s_to_us((format.buffer_size / bytes_per_frame(format)) / format.frame_rate);
111 duration = s_to_us(num_frames/format.frame_rate);
H A DSoundUtils.h49 bigtime_t s_to_us(double secs);
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerUtils.h44 bigtime_t s_to_us(double secs);
H A DMixerUtils.cpp264 duration = s_to_us((format.buffer_size / bytes_per_frame(format)) / format.frame_rate);
276 s_to_us(double secs) function

Completed in 1360 milliseconds