Home
last modified time | relevance | path

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

/linux/sound/core/oss/
H A Drate.c60 int src_frames1, dst_frames1; in resample_expand() local
82 dst_frames1 = dst_frames; in resample_expand()
83 while (dst_frames1-- > 0) { in resample_expand()
119 int src_frames1, dst_frames1; in resample_shrink() local
141 dst_frames1 = dst_frames; in resample_shrink()
142 while (dst_frames1 > 0) { in resample_shrink()
157 dst_frames1--; in resample_shrink()