Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dsunaudiodev.c29 int x_ocount; /* # samples written */ member
114 xp->x_icount = xp->x_ocount = 0; in newsadobject()
184 self->x_ocount += count; in sad_write()
245 return PyInt_FromLong(self->x_ocount / (ai.play.channels * in sad_obufcount()
Dlinuxaudiodev.c49 int x_ocount; /* Output count */ member
142 xp->x_icount = xp->x_ocount = 0; in newladobject()
209 self->x_ocount += rv; in lad_write()