Home
last modified time | relevance | path

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

/linux-2.6.39/sound/oss/dmasound/
Ddmasound_atari.c72 ssize_t frameLeft);
75 ssize_t frameLeft);
78 ssize_t frameLeft);
81 ssize_t frameLeft);
84 ssize_t frameLeft);
87 ssize_t frameLeft);
90 ssize_t frameLeft);
93 ssize_t frameLeft);
96 ssize_t frameLeft);
99 ssize_t frameLeft);
[all …]
Ddmasound_q40.c63 ssize_t frameLeft) in q40_ct_law() argument
69 used = count = min_t(size_t, userCount, frameLeft); in q40_ct_law()
84 ssize_t frameLeft) in q40_ct_s8() argument
89 used = count = min_t(size_t, userCount, frameLeft); in q40_ct_s8()
103 ssize_t frameLeft) in q40_ct_u8() argument
108 used = count = min_t(size_t, userCount, frameLeft); in q40_ct_u8()
119 ssize_t frameLeft) in q40_ctx_law() argument
129 ftotal = frameLeft; in q40_ctx_law()
131 while (frameLeft) { in q40_ctx_law()
144 frameLeft--; in q40_ctx_law()
[all …]
Ddmasound_paula.c157 u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) in ami_ct_s8() argument
163 count = min_t(unsigned long, userCount, frameLeft) & ~1; in ami_ct_s8()
170 count = min_t(unsigned long, userCount, frameLeft)>>1 & ~1; in ami_ct_s8()
191 ssize_t frameLeft) \
197 count = min_t(size_t, userCount, frameLeft) & ~1; \
209 count = min_t(size_t, userCount, frameLeft)>>1 & ~1; \
242 ssize_t frameLeft) \
251 count = min_t(size_t, userCount, frameLeft)>>1 & ~1; \
266 count = min_t(size_t, userCount, frameLeft)>>2 & ~1; \
Ddmasound_core.c276 ssize_t *frameUsed, ssize_t frameLeft) in sound_copy_translate() argument
312 return ct_func(userPtr, userCount, frame, frameUsed, frameLeft); in sound_copy_translate()