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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dplayer.c182 static uint64_t last_rtptime; variable
554 rtptime = last_rtptime + AIRTUNES_V2_PACKET_SAMPLES;
1249 last_rtptime += AIRTUNES_V2_PACKET_SAMPLES;
1253 ret = source_read(rawbuf, sizeof(rawbuf), last_rtptime);
1264 laudio_write(rawbuf, last_rtptime);
1267 raop_v2_write(rawbuf, last_rtptime);
1727 raop_playback_start(last_rtptime + AIRTUNES_V2_PACKET_SAMPLES, &ts);
1905 pos = last_rtptime + AIRTUNES_V2_PACKET_SAMPLES - cur_streaming->stream_start;
1981 cmd->raop_pending = raop_flush(device_command_cb, last_rtptime + AIRTUNES_V2_PACKET_SAMPLES);
2033 ret = laudio_start(pb_pos, last_rtptime
[all...]

Completed in 159 milliseconds