Searched refs:pcm_pos (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dlaudio_oss4.c54 static uint64_t pcm_pos; variable
110 if (pcm_pos < pcm_pkt_head->rtptime)
112 pcm_pos += AIRTUNES_V2_PACKET_SAMPLES;
116 else if ((pcm_status != LAUDIO_RUNNING) && (pcm_pos >= pcm_start_pos))
158 pcm_pos += nsamp;
189 return pcm_pos;
192 return pcm_pos - BTOS(delay);
223 /* Make pcm_pos the rtptime of the packet containing cur_pos */
224 pcm_pos = next_pkt;
225 while (pcm_pos > cur_po
[all...]
H A Dlaudio_alsa.c50 static uint64_t pcm_pos; variable
208 if (pcm_pos < pcm_pkt_head->rtptime)
210 pcm_pos += AIRTUNES_V2_PACKET_SAMPLES;
214 else if ((pcm_status != LAUDIO_RUNNING) && (pcm_pos >= pcm_start_pos))
268 pcm_pos += nsamp;
295 if (pcm_pos == 0)
303 return pcm_pos;
306 return pcm_pos - delay;
357 /* Make pcm_pos the rtptime of the packet containing cur_pos */
358 pcm_pos
[all...]

Completed in 67 milliseconds