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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dlaudio_oss4.c45 uint8_t samples[STOB(AIRTUNES_V2_PACKET_SAMPLES)];
112 pcm_pos += AIRTUNES_V2_PACKET_SAMPLES;
173 if (nsamp == AIRTUNES_V2_PACKET_SAMPLES)
221 DPRINTF(E_DBG, L_LAUDIO, "PCM will start after %d samples (%d packets)\n", pcm_buf_threshold, pcm_buf_threshold / AIRTUNES_V2_PACKET_SAMPLES);
226 pcm_pos -= AIRTUNES_V2_PACKET_SAMPLES;
350 pcm_buf_threshold = (BTOS(bi.bytes) / AIRTUNES_V2_PACKET_SAMPLES) * AIRTUNES_V2_PACKET_SAMPLES;
H A Dplayer.h16 #define AIRTUNES_V2_PACKET_SAMPLES 352 macro
H A Dlaudio_alsa.c41 uint8_t samples[STOB(AIRTUNES_V2_PACKET_SAMPLES)];
210 pcm_pos += AIRTUNES_V2_PACKET_SAMPLES;
284 if (nsamp == AIRTUNES_V2_PACKET_SAMPLES)
355 DPRINTF(E_DBG, L_LAUDIO, "PCM will start after %d samples (%d packets)\n", pcm_buf_threshold, pcm_buf_threshold / AIRTUNES_V2_PACKET_SAMPLES);
360 pcm_pos -= AIRTUNES_V2_PACKET_SAMPLES;
611 pcm_buf_threshold = (bufsize / AIRTUNES_V2_PACKET_SAMPLES) * AIRTUNES_V2_PACKET_SAMPLES;
H A Dplayer.c554 rtptime = last_rtptime + AIRTUNES_V2_PACKET_SAMPLES;
1241 uint8_t rawbuf[AIRTUNES_V2_PACKET_SAMPLES * 2 * 2];
1249 last_rtptime += AIRTUNES_V2_PACKET_SAMPLES;
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 + AIRTUNES_V2_PACKET_SAMPLES);
2111 raop_playback_start(last_rtptime + AIRTUNES_V2_PACKET_SAMPLES, &pb_pos_stamp);
2156 pb_pos = last_rtptime + AIRTUNES_V2_PACKET_SAMPLES - 88200;
2196 cur_streaming->stream_start = last_rtptime + AIRTUNES_V2_PACKET_SAMPLES;
[all...]
H A Draop.c83 #define AIRTUNES_V2_PKT_LEN (AIRTUNES_V2_HDR_LEN + ALAC_HDR_LEN + STOB(AIRTUNES_V2_PACKET_SAMPLES))
1254 session_id, address, rs->address, AIRTUNES_V2_PACKET_SAMPLES,
1258 session_id, address, rs->address, AIRTUNES_V2_PACKET_SAMPLES);
3126 alac_encode(rawbuf, pkt->clear + AIRTUNES_V2_HDR_LEN, STOB(AIRTUNES_V2_PACKET_SAMPLES));

Completed in 64 milliseconds