Home
last modified time | relevance | path

Searched refs:first_timestamp (Results 1 – 13 of 13) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpmp4vpay.c304 GST_BUFFER_PTS (outbuf) = rtpmp4vpay->first_timestamp; in gst_rtp_mp4v_pay_flush()
460 rtpmp4vpay->first_timestamp = timestamp; in gst_rtp_mp4v_pay_handle_buffer()
558 rtpmp4vpay->first_timestamp = timestamp; in gst_rtp_mp4v_pay_handle_buffer()
569 rtpmp4vpay->first_timestamp = timestamp; in gst_rtp_mp4v_pay_handle_buffer()
Dgstrtph263ppay.h54 GstClockTime first_timestamp; member
Dgstrtpmp4gpay.h48 GstClockTime first_timestamp; member
Dgstrtpmp4vpay.h48 GstClockTime first_timestamp; member
Dgstrtpmp4gpay.c544 GST_BUFFER_PTS (outbuf) = rtpmp4gpay->first_timestamp; in gst_rtp_mp4g_pay_flush()
573 rtpmp4gpay->first_timestamp = GST_BUFFER_PTS (buffer); in gst_rtp_mp4g_pay_handle_buffer()
Dgstrtph263ppay.c758 GST_BUFFER_PTS (outbuf) = rtph263ppay->first_timestamp; in gst_rtp_h263p_pay_flush()
806 rtph263ppay->first_timestamp = GST_BUFFER_PTS (buffer); in gst_rtp_h263p_pay_handle_buffer()
/third_party/ffmpeg/libavformat/
Dhls.c206 int64_t first_timestamp; member
969 if (pls->start_seq_no > prev_start_seq_no && c->first_timestamp != AV_NOPTS_VALUE) { in parse_playlist()
970 int64_t prev_timestamp = c->first_timestamp; in parse_playlist()
974 c->first_timestamp += prev_segments[i]->duration; in parse_playlist()
979 prev_timestamp, c->first_timestamp); in parse_playlist()
1646 int64_t pos = c->first_timestamp == AV_NOPTS_VALUE ? in find_timestamp_in_playlist()
1647 0 : c->first_timestamp; in find_timestamp_in_playlist()
1868 c->first_timestamp = AV_NOPTS_VALUE; in hls_read_header()
2179 if (c->first_timestamp == AV_NOPTS_VALUE && in hls_read_packet()
2181 c->first_timestamp = av_rescale_q(pls->pkt->dts, in hls_read_packet()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/rsvg/
Dgstrsvgdec.h56 GstClockTime first_timestamp; member
/third_party/libinput/tools/
Dlibinput-replay144 def first_timestamp(device): function
172 toffset = min([first_timestamp(d) for d in devices])
Dlibinput-replay.py230 def first_timestamp(device): function
254 filter(lambda x: x is not None, [first_timestamp(d) for d in devices])
/third_party/gstreamer/gstreamer/scripts/
Dgst-plot-timeline.py140 first_timestamp = syscalls[0].timestamp
143 syscall.timestamp -= first_timestamp
/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstflvmux.h105 GstClockTime first_timestamp; member
Dgstflvmux.c388 mux->first_timestamp = GST_CLOCK_TIME_NONE; in gst_flv_mux_reset()
905 if (GST_CLOCK_TIME_IS_VALID (mux->first_timestamp)) { in gst_flv_mux_create_metadata()
906 dts -= mux->first_timestamp / GST_MSECOND; in gst_flv_mux_create_metadata()
1261 if (GST_CLOCK_TIME_IS_VALID (mux->first_timestamp)) { in gst_flv_mux_buffer_to_tag_internal()
1262 dts -= mux->first_timestamp / GST_MSECOND; in gst_flv_mux_buffer_to_tag_internal()
2020 if (!mux->streamable || mux->first_timestamp == GST_CLOCK_TIME_NONE) { in gst_flv_mux_aggregate()
2022 mux->first_timestamp = ts; in gst_flv_mux_aggregate()
2024 mux->first_timestamp = 0; in gst_flv_mux_aggregate()
2052 best_time = best->dts - mux->first_timestamp; in gst_flv_mux_aggregate()