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.c195 if (!s->base_timestamp) in rtcp_parse_packet()
196 s->base_timestamp = s->last_rtcp_timestamp; in rtcp_parse_packet()
197 s->rtcp_ts_offset = (int32_t)(s->last_rtcp_timestamp - s->base_timestamp); in rtcp_parse_packet()
651 if (!s->base_timestamp) in finalize_packet()
652 s->base_timestamp = timestamp; in finalize_packet()
661 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.h154 uint32_t base_timestamp; member
Drtspdec.c547 rtpctx->base_timestamp = 0; in rtsp_read_play()
Drtsp.c1049 rtpctx->base_timestamp = rtptime; in handle_rtp_info()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideodecoder.c414 GstClockTime base_timestamp; member
1625 priv->base_timestamp = GST_CLOCK_TIME_NONE; in gst_video_decoder_sink_event_default()
2461 priv->base_timestamp = GST_CLOCK_TIME_NONE; in gst_video_decoder_reset()
3097 if (frame->pts != priv->base_timestamp) { in gst_video_decoder_prepare_finish_frame()
3103 priv->base_timestamp = frame->pts; in gst_video_decoder_prepare_finish_frame()