gf_rtp_get_current_time  613 include/gpac/ietf.h Double gf_rtp_get_current_time(GF_RTPChannel *ch);
gf_rtp_get_current_time  827 modules/rtp_in/rtp_signaling.c 			ch->current_start += gf_rtp_get_current_time(ch->rtp_ch);
gf_rtp_get_current_time  463 modules/rtp_in/rtp_stream.c 		ch_time = gf_rtp_get_current_time(ch->rtp_ch);
gf_rtp_get_current_time  513 modules/rtp_in/rtp_stream.c 		if (ABSDIFF(ch->range_end, (ts + ch->current_start + gf_rtp_get_current_time(ch->rtp_ch)) ) < 0.2) {
gf_rtp_get_current_time  475 modules/rtp_in/sdp_load.c 			ch->current_start += gf_rtp_get_current_time(ch->rtp_ch);