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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Draop.h94 raop_metadata_prune(uint64_t rtptime);
101 raop_device_start(struct raop_device *rd, raop_status_cb cb, uint64_t rtptime);
114 raop_metadata_send(int id, uint64_t rtptime, uint64_t offset, int startup);
120 raop_flush(raop_status_cb cb, uint64_t rtptime);
128 raop_v2_write(uint8_t *buf, uint64_t rtptime);
H A Dlaudio.h21 laudio_write(uint8_t *buf, uint64_t rtptime);
H A Dlaudio_oss4.c47 uint64_t rtptime; member in struct:pcm_packet
77 laudio_write(uint8_t *buf, uint64_t rtptime) argument
95 pkt->rtptime = rtptime;
110 if (pcm_pos < pcm_pkt_head->rtptime)
223 /* Make pcm_pos the rtptime of the packet containing cur_pos */
H A Dlaudio_alsa.c43 uint64_t rtptime; member in struct:pcm_packet
176 laudio_write(uint8_t *buf, uint64_t rtptime) argument
193 pkt->rtptime = rtptime;
208 if (pcm_pos < pcm_pkt_head->rtptime)
357 /* Make pcm_pos the rtptime of the packet containing cur_pos */
H A Draop.c739 raop_metadata_prune(uint64_t rtptime) argument
745 if (rmd->end >= rtptime)
758 raop_metadata_prepare(int id, uint64_t rtptime) argument
845 rmd->start = rtptime;
846 rmd->end = rtptime + (duration * 44100UL) / 1000UL;
1342 raop_send_req_flush(struct raop_session *rs, uint64_t rtptime, evrtsp_req_cb cb) argument
1364 ret = snprintf(buf, sizeof(buf), "seq=%u;rtptime=%u", stream_seq + 1, RAOP_RTPTIME(rtptime));
1464 ret = snprintf(buf, sizeof(buf), "seq=%u;rtptime=%u", stream_seq + 1, RAOP_RTPTIME(rs->start_rtptime));
2040 raop_metadata_send_artwork(struct raop_session *rs, struct evbuffer *evbuf, struct raop_metadata *rmd, char *rtptime) argument
2077 raop_metadata_send_metadata(struct raop_session *rs, struct evbuffer *evbuf, struct raop_metadata *rmd, char *rtptime) argument
2099 char rtptime[32]; local
2201 raop_metadata_send(int id, uint64_t rtptime, uint64_t offset, int startup) argument
2406 raop_flush(raop_status_cb cb, uint64_t rtptime) argument
3112 raop_v2_make_packet(uint8_t *rawbuf, uint64_t rtptime) argument
3234 raop_v2_write(uint8_t *buf, uint64_t rtptime) argument
3900 raop_device_start(struct raop_device *rd, raop_status_cb cb, uint64_t rtptime) argument
[all...]
H A Dplayer.c540 uint64_t rtptime; local
550 rtptime = ps->stream_start;
554 rtptime = last_rtptime + AIRTUNES_V2_PACKET_SAMPLES;
559 rtptime = cur_streaming->end + 1;
563 rtptime = 0;
567 raop_metadata_send(ps->id, rtptime, offset, startup);
1194 source_read(uint8_t *buf, int len, uint64_t rtptime) argument
1224 cur_streaming->end = rtptime + BTOS(nbytes) - 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtsp.c755 uint32_t seq, uint32_t rtptime)
758 if (!rtptime || !url[0])
768 rtpctx->base_timestamp = rtptime;
778 uint32_t seq = 0, rtptime = 0; local
794 else if (!strcmp(key, "rtptime"))
795 rtptime = strtoul(value, NULL, 10);
797 handle_rtp_info(rt, url, seq, rtptime);
799 seq = rtptime = 0;
806 handle_rtp_info(rt, url, seq, rtptime);
754 handle_rtp_info(RTSPState *rt, const char *url, uint32_t seq, uint32_t rtptime) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtsp.c938 uint32_t seq, uint32_t rtptime)
941 if (!rtptime || !url[0])
951 rtpctx->base_timestamp = rtptime;
961 uint32_t seq = 0, rtptime = 0; local
977 else if (!strcmp(key, "rtptime"))
978 rtptime = strtoul(value, NULL, 10);
980 handle_rtp_info(rt, url, seq, rtptime);
982 seq = rtptime = 0;
989 handle_rtp_info(rt, url, seq, rtptime);
937 handle_rtp_info(RTSPState *rt, const char *url, uint32_t seq, uint32_t rtptime) argument

Completed in 173 milliseconds