Searched refs:next_timestamp (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/check/pipelines/ |
D | vorbisenc.c | 143 GstClockTime next_timestamp; in GST_START_TEST() local 159 next_timestamp = TIMESTAMP_OFFSET + GST_BUFFER_DURATION (buffer); in GST_START_TEST() 165 check_buffer_timestamp (buffer, next_timestamp); in GST_START_TEST() 171 next_timestamp + GST_BUFFER_DURATION (buffer)); in GST_START_TEST() 233 GstClockTime next_timestamp; in GST_START_TEST() local 243 next_timestamp = GST_BUFFER_DURATION (buffer); in GST_START_TEST() 249 check_buffer_timestamp (buffer, next_timestamp); in GST_START_TEST() 255 next_timestamp + GST_BUFFER_DURATION (buffer)); in GST_START_TEST() 349 GstClockTime next_timestamp = 0; in GST_START_TEST() local 358 if (next_timestamp) { in GST_START_TEST() [all …]
|
D | theoraenc.c | 184 GstClockTime next_timestamp; in GST_START_TEST() local 200 next_timestamp = TIMESTAMP_OFFSET + GST_BUFFER_DURATION (buffer); in GST_START_TEST() 206 check_buffer_timestamp (buffer, next_timestamp); in GST_START_TEST() 211 check_buffer_granulepos_from_starttime (buffer, next_timestamp); in GST_START_TEST() 277 GstClockTime next_timestamp; in GST_START_TEST() local 292 next_timestamp = GST_BUFFER_DURATION (buffer); in GST_START_TEST() 298 check_buffer_timestamp (buffer, next_timestamp); in GST_START_TEST()
|
/third_party/ffmpeg/libavformat/ |
D | rtpdec_qcelp.c | 47 uint32_t next_timestamp; member 104 data->next_timestamp = *timestamp; in store_packet() 159 *timestamp = data->next_timestamp; in return_stored_frame()
|
/third_party/gstreamer/gstplugins_base/gst/adder/ |
D | gstadder.c | 1101 gint64 next_timestamp; in gst_adder_collected() local 1460 next_timestamp = gst_util_uint64_scale (next_offset, GST_SECOND, rate); in gst_adder_collected() 1468 GST_BUFFER_DURATION (outbuf) = next_timestamp - adder->segment.position; in gst_adder_collected() 1470 GST_BUFFER_PTS (outbuf) = next_timestamp; in gst_adder_collected() 1473 GST_BUFFER_DURATION (outbuf) = adder->segment.position - next_timestamp; in gst_adder_collected() 1482 adder->segment.position = next_timestamp; in gst_adder_collected()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11deinterlace.cpp | 1379 GstClockTime next_timestamp; in gst_d3d11_deinterlace_submit_future_frame() local 1382 next_timestamp = GST_BUFFER_PTS (next_buf); in gst_d3d11_deinterlace_submit_future_frame() 1384 next_timestamp = GST_BUFFER_DTS (next_buf); in gst_d3d11_deinterlace_submit_future_frame() 1387 if (GST_CLOCK_STIME_IS_VALID (next_timestamp)) { in gst_d3d11_deinterlace_submit_future_frame() 1388 if (trans->segment.rate >= 0.0 && next_timestamp > cur_timestmap) { in gst_d3d11_deinterlace_submit_future_frame() 1389 duration = next_timestamp - cur_timestmap; in gst_d3d11_deinterlace_submit_future_frame() 1391 && next_timestamp < cur_timestmap) { in gst_d3d11_deinterlace_submit_future_frame() 1392 duration = cur_timestmap - next_timestamp; in gst_d3d11_deinterlace_submit_future_frame()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudioaggregator.c | 2195 gint64 next_timestamp; in gst_audio_aggregator_aggregate() local 2307 next_timestamp = in gst_audio_aggregator_aggregate() 2434 GST_CLOCK_TIME_NONE, next_timestamp - agg_segment->position, in gst_audio_aggregator_aggregate() 2516 next_timestamp = in gst_audio_aggregator_aggregate() 2531 GST_BUFFER_DURATION (outbuf) = next_timestamp - agg_segment->position; in gst_audio_aggregator_aggregate() 2533 GST_BUFFER_PTS (outbuf) = next_timestamp; in gst_audio_aggregator_aggregate() 2536 GST_BUFFER_DURATION (outbuf) = agg_segment->position - next_timestamp; in gst_audio_aggregator_aggregate() 2557 agg_segment->position = next_timestamp; in gst_audio_aggregator_aggregate()
|
/third_party/gstreamer/gstplugins_good/gst/wavparse/ |
D | gstwavparse.c | 1983 GstClockTime timestamp, next_timestamp, duration; in gst_wavparse_stream_data() local 2126 next_timestamp = in gst_wavparse_stream_data() 2128 duration = next_timestamp - timestamp; in gst_wavparse_stream_data() 2131 if (G_LIKELY (next_timestamp >= wav->segment.start)) in gst_wavparse_stream_data() 2132 wav->segment.position = next_timestamp; in gst_wavparse_stream_data() 2138 next_timestamp = gst_util_uint64_scale_ceil (nextpos, GST_SECOND, bps); in gst_wavparse_stream_data() 2139 duration = next_timestamp - timestamp; in gst_wavparse_stream_data()
|
/third_party/gstreamer/gstplugins_bad/gst/aiff/ |
D | aiffparse.c | 1318 GstClockTime timestamp, next_timestamp, duration; in gst_aiff_parse_stream_data() local 1392 next_timestamp = in gst_aiff_parse_stream_data() 1394 duration = next_timestamp - timestamp; in gst_aiff_parse_stream_data() 1397 aiff->segment.position = next_timestamp; in gst_aiff_parse_stream_data()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | gstqtmux.c | 3061 GstClockTime timestamp, next_timestamp, duration; in gst_qt_mux_prefill_samples() local 3079 next_timestamp = prefill_get_next_timestamp (qtmux, qpad); in gst_qt_mux_prefill_samples() 3080 duration = next_timestamp - timestamp; in gst_qt_mux_prefill_samples() 3133 qpad->total_duration = next_timestamp; in gst_qt_mux_prefill_samples()
|