Home
last modified time | relevance | path

Searched refs:dst_frames1 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/core/oss/
H A Drate.c75 int src_frames1, dst_frames1; in resample_expand() local
97 dst_frames1 = dst_frames; in resample_expand()
98 while (dst_frames1-- > 0) { in resample_expand()
134 int src_frames1, dst_frames1; in resample_shrink() local
156 dst_frames1 = dst_frames; in resample_shrink()
157 while (dst_frames1 > 0) { in resample_shrink()
172 dst_frames1--; in resample_shrink()