Searched refs:b_total (Results 1 – 1 of 1) sorted by relevance
166 static inline size_t ch_pos_i(size_t b_total, unsigned int channels, unsigned int b_sample) in ch_pos_i() argument168 return b_total / channels / b_sample * b_sample + (b_total % b_sample); in ch_pos_i()