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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dplayer.h52 int pos_pl; member in struct:player_status
H A Dhttpd_dacp.c207 canp[8] = (status->pos_pl >> 24) & 0xff; /* 8-11 position in playlist */
208 canp[9] = (status->pos_pl >> 16) & 0xff;
209 canp[10] = (status->pos_pl >> 8) & 0xff;
210 canp[11] = status->pos_pl & 0xff;
H A Dplayer.c1908 status->pos_pl = source_position(cur_streaming);
1946 status->pos_pl = source_position(ps);

Completed in 109 milliseconds