Searched refs:first_timestamp (Results 1 – 13 of 13) sorted by relevance
304 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()
54 GstClockTime first_timestamp; member
48 GstClockTime first_timestamp; member
544 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()
758 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()
206 int64_t first_timestamp; member969 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 …]
56 GstClockTime first_timestamp; member
144 def first_timestamp(device): function172 toffset = min([first_timestamp(d) for d in devices])
230 def first_timestamp(device): function254 filter(lambda x: x is not None, [first_timestamp(d) for d in devices])
140 first_timestamp = syscalls[0].timestamp143 syscall.timestamp -= first_timestamp
105 GstClockTime first_timestamp; member
388 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()