Lines Matching defs:position
38 unsigned int position;
71 unsigned int position, dist, interval;
73 position = substream->ops->pointer(substream);
74 dist = (position + buffer_size - ti->position) % buffer_size;
76 position / period_size != ti->position / period_size) {
78 ti->position = position;
82 interval = ((period_size - (position % period_size))
167 * also updates the each stream position, returns the number of streams
198 if (pos / period_size != ti->position / period_size) {
200 ti->position = pos;
344 ti->position = 0;