Home
last modified time | relevance | path

Searched refs:base_timestamp (Results 1 – 8 of 8) sorted by relevance

/third_party/grpc/tools/github/
Dpr_latency.py182 base_timestamp = pr_data['updated_at']
184 base_timestamp = commit_data['most_recent_date']
186 base_timestamp = pr_data['created_at']
189 diff = last_status['latest_datetime'] - base_timestamp
192 base_timestamp,
/third_party/ffmpeg/libavformat/
Drtpdec.c192 if (!s->base_timestamp) in rtcp_parse_packet()
193 s->base_timestamp = s->last_rtcp_timestamp; in rtcp_parse_packet()
194 s->rtcp_ts_offset = (int32_t)(s->last_rtcp_timestamp - s->base_timestamp); in rtcp_parse_packet()
612 if (!s->base_timestamp) in finalize_packet()
613 s->base_timestamp = timestamp; in finalize_packet()
622 s->base_timestamp; in finalize_packet()
Drtpenc.c121 s->base_timestamp = av_get_random_seed(); in rtp_write_header()
122 s->timestamp = s->base_timestamp; in rtp_write_header()
294 s1->streams[0]->time_base) + s->base_timestamp; in rtcp_send_sr()
535 s->cur_timestamp = s->base_timestamp + pkt->pts; in rtp_write_packet()
Drtpenc.h36 uint32_t base_timestamp; member
Drtpdec.h156 uint32_t base_timestamp; member
Drtspdec.c535 rtpctx->base_timestamp = 0; in rtsp_read_play()
Drtsp.c1028 rtpctx->base_timestamp = rtptime; in handle_rtp_info()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideodecoder.c359 GstClockTime base_timestamp; member
1270 priv->base_timestamp = GST_CLOCK_TIME_NONE; in gst_video_decoder_sink_event_default()
2062 priv->base_timestamp = GST_CLOCK_TIME_NONE; in gst_video_decoder_reset()
2652 if (frame->pts != priv->base_timestamp) { in gst_video_decoder_prepare_finish_frame()
2658 priv->base_timestamp = frame->pts; in gst_video_decoder_prepare_finish_frame()