Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/rtp/
H A Drtsp_client.h78 int pa_rtsp_record(pa_rtsp_client *c, uint16_t *seq, uint32_t *rtptime);
80 int pa_rtsp_flush(pa_rtsp_client *c, uint16_t seq, uint32_t rtptime);
H A Drtsp_client.c573 int pa_rtsp_record(pa_rtsp_client *c, uint16_t *seq, uint32_t *rtptime) { in pa_rtsp_record() argument
586 pa_random(rtptime, sizeof(*rtptime)); in pa_rtsp_record()
590 info = pa_sprintf_malloc("seq=%u;rtptime=%u", *seq, *rtptime); in pa_rtsp_record()
615 int pa_rtsp_flush(pa_rtsp_client *c, uint16_t seq, uint32_t rtptime) { in pa_rtsp_flush() argument
623 info = pa_sprintf_malloc("seq=%u;rtptime=%u", seq, rtptime); in pa_rtsp_flush()
/third_party/pulseaudio/src/modules/raop/
H A Draop-client.c119 uint32_t rtptime; member
334 buffer[2] = htonl(c->rtptime); in build_tcp_audio_packet()
347 c->rtptime += length / 4; in build_tcp_audio_packet()
421 buffer[1] = htonl(c->rtptime); in build_udp_audio_packet()
434 c->rtptime += length / 4; in build_udp_audio_packet()
1107 pa_rtsp_record(c->rtsp, &c->seq, &c->rtptime); in rtsp_stream_cb()
1707 rv = pa_rtsp_flush(c->rtsp, c->seq, c->rtptime); in pa_raop_client_flush()
1832 send_udp_sync_packet(c, c->rtptime); in pa_raop_client_send_audio_packet()
/third_party/ffmpeg/libavformat/
H A Drtsp.c1035 uint32_t seq, uint32_t rtptime) in handle_rtp_info()
1038 if (!rtptime || !url[0]) in handle_rtp_info()
1048 rtpctx->base_timestamp = rtptime; in handle_rtp_info()
1058 uint32_t seq = 0, rtptime = 0; in rtsp_parse_rtp_info() local
1074 else if (!strcmp(key, "rtptime")) in rtsp_parse_rtp_info()
1075 rtptime = strtoul(value, NULL, 10); in rtsp_parse_rtp_info()
1077 handle_rtp_info(rt, url, seq, rtptime); in rtsp_parse_rtp_info()
1079 seq = rtptime = 0; in rtsp_parse_rtp_info()
1086 handle_rtp_info(rt, url, seq, rtptime); in rtsp_parse_rtp_info()
1034 handle_rtp_info(RTSPState *rt, const char *url, uint32_t seq, uint32_t rtptime) handle_rtp_info() argument

Completed in 8 milliseconds