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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dplayer.h21 #define BTOS(b) ((b) / 4) macro
H A Dlaudio_oss4.c157 nsamp = BTOS(nsamp);
192 return pcm_pos - BTOS(delay);
350 pcm_buf_threshold = (BTOS(bi.bytes) / AIRTUNES_V2_PACKET_SAMPLES) * AIRTUNES_V2_PACKET_SAMPLES;
H A Dlaudio_alsa.c243 nsamp = snd_pcm_writei(hdl, pkt->samples + pkt->offset, BTOS(sizeof(pkt->samples) - pkt->offset));
H A Dplayer.c1224 cur_streaming->end = rtptime + BTOS(nbytes) - 1;

Completed in 110 milliseconds