Searched refs:boundary (Results 1 – 9 of 9) sorted by relevance
244 unsigned int boundary; member473 frames += pcm->boundary; in pcm_get_htimestamp()474 else if (frames > (int)pcm->boundary) in pcm_get_htimestamp()475 frames -= pcm->boundary; in pcm_get_htimestamp()964 pcm->boundary = sparams.boundary = pcm->buffer_size; in pcm_open()966 while (pcm->boundary * 2 <= INT_MAX - pcm->buffer_size) in pcm_open()967 pcm->boundary *= 2; in pcm_open()1053 avail += pcm->boundary; in pcm_mmap_playback_avail()1054 else if (avail > (int)pcm->boundary) in pcm_mmap_playback_avail()1055 avail -= pcm->boundary; in pcm_mmap_playback_avail()[all …]
94 /* Memory boundary addresses: */102 /* Memory segment boundary addresses: */
329 snd_pcm_uframes_t boundary; member
324 snd_pcm_uframes_t boundary; member
415 snd_pcm_uframes_t boundary; /* pointers wrap point */ member
423 snd_pcm_uframes_t boundary; /* pointers wrap point */ member