Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/oss/dmasound/
A Ddmasound_atari.c175 *frameUsed += used; in ata_ct_law()
193 *frameUsed += used; in ata_ct_s8()
228 *frameUsed += used; in ata_ct_u8()
252 *frameUsed += used*2; in ata_ct_s16be()
259 *frameUsed += used; in ata_ct_s16be()
285 *frameUsed += used*2; in ata_ct_u16be()
298 *frameUsed += used; in ata_ct_u16be()
325 *frameUsed += used*2; in ata_ct_s16le()
339 *frameUsed += used; in ata_ct_s16le()
365 *frameUsed += used*2; in ata_ct_u16le()
[all …]
A Ddmasound_q40.c63 u_char frame[], ssize_t *frameUsed, in q40_ct_law() argument
78 *frameUsed += used ; in q40_ct_law()
84 u_char frame[], ssize_t *frameUsed, in q40_ct_s8() argument
98 *frameUsed += used; in q40_ct_s8()
112 *frameUsed += used; in q40_ct_u8()
150 *frameUsed += (ftotal - frameLeft); in q40_ctx_law()
187 *frameUsed += (ftotal - frameLeft); in q40_ctx_s8()
222 *frameUsed += (ftotal - frameLeft) ; in q40_ctx_u8()
263 *frameUsed += (ftotal - frameLeft); in q40_ctc_law()
302 *frameUsed += (ftotal - frameLeft); in q40_ctc_s8()
[all …]
A Ddmasound_paula.c163 void *p = &frame[*frameUsed]; in ami_ct_s8()
169 u_char *left = &frame[*frameUsed>>1]; in ami_ct_s8()
180 *frameUsed += used; in ami_ct_s8()
191 u_char frame[], ssize_t *frameUsed, \
197 u_char *p = &frame[*frameUsed]; \
208 u_char *left = &frame[*frameUsed>>1]; \
223 *frameUsed += used; \
242 u_char frame[], ssize_t *frameUsed, \
250 u_char *high = &frame[*frameUsed>>1]; \
263 u_char *lefth = &frame[*frameUsed>>2]; \
[all …]
A Ddmasound_core.c275 ssize_t *frameUsed, ssize_t frameLeft) in sound_copy_translate() argument
311 return ct_func(userPtr, userCount, frame, frameUsed, frameLeft); in sound_copy_translate()

Completed in 11 milliseconds