Searched refs:out_timestamp (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | audio.c | 995 GstClockTime out_timestamp, out_duration; in GST_START_TEST() local 1006 &out_timestamp, &out_duration, NULL); in GST_START_TEST() 1008 fail_unless_equals_uint64 (out_timestamp, 10 * GST_MSECOND * i); in GST_START_TEST() 1028 &out_timestamp, &out_duration, NULL); in GST_START_TEST() 1031 fail_unless_equals_uint64 (out_timestamp, 10 * GST_MSECOND * i); in GST_START_TEST() 1042 fail_unless_equals_uint64 (out_timestamp, in GST_START_TEST() 1060 &out_timestamp, &out_duration, NULL); in GST_START_TEST() 1063 fail_unless_equals_uint64 (out_timestamp, 10 * GST_MSECOND * i); in GST_START_TEST() 1075 fail_unless_equals_uint64 (out_timestamp, in GST_START_TEST() 1093 &out_timestamp, &out_duration, NULL); in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudiostreamalign.c | 351 GstClockTime * out_timestamp, GstClockTime * out_duration, in gst_audio_stream_align_process() argument 455 if (out_timestamp) in gst_audio_stream_align_process() 456 *out_timestamp = timestamp; in gst_audio_stream_align_process()
|
D | gstaudiostreamalign.h | 86 … GstClockTime *out_timestamp,
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtph264depay.c | 111 GstClockTime * out_timestamp, gboolean * out_keyframe); 899 GstClockTime * out_timestamp, gboolean * out_keyframe) in gst_rtp_h264_complete_au() argument 945 *out_timestamp = rtph264depay->last_ts; in gst_rtp_h264_complete_au() 995 GstClockTime out_timestamp; in gst_rtp_h264_depay_handle_nal() local 1008 out_timestamp = in_timestamp; in gst_rtp_h264_depay_handle_nal() 1066 outbuf = gst_rtp_h264_complete_au (rtph264depay, &out_timestamp, in gst_rtp_h264_depay_handle_nal() 1082 outbuf = gst_rtp_h264_complete_au (rtph264depay, &out_timestamp, in gst_rtp_h264_depay_handle_nal() 1094 out_timestamp, marker); in gst_rtp_h264_depay_handle_nal()
|
D | gstrtph265depay.c | 117 GstClockTime * out_timestamp, gboolean * out_keyframe); 970 GstClockTime * out_timestamp, gboolean * out_keyframe) in gst_rtp_h265_complete_au() argument 1016 *out_timestamp = rtph265depay->last_ts; in gst_rtp_h265_complete_au() 1094 GstClockTime out_timestamp; in gst_rtp_h265_depay_handle_nal() local 1108 out_timestamp = in_timestamp; in gst_rtp_h265_depay_handle_nal() 1157 outbuf = gst_rtp_h265_complete_au (rtph265depay, &out_timestamp, in gst_rtp_h265_depay_handle_nal() 1170 outbuf = gst_rtp_h265_complete_au (rtph265depay, &out_timestamp, in gst_rtp_h265_depay_handle_nal() 1180 gst_rtp_h265_depay_push (rtph265depay, outbuf, out_keyframe, out_timestamp, in gst_rtp_h265_depay_handle_nal()
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggdemux.c | 514 GstClockTime out_timestamp, out_duration; in gst_ogg_demux_chain_peer() local 674 out_timestamp = GST_CLOCK_TIME_NONE; in gst_ogg_demux_chain_peer() 705 out_timestamp = -1; in gst_ogg_demux_chain_peer() 721 out_timestamp = gst_ogg_stream_granule_to_time (&pad->map, in gst_ogg_demux_chain_peer() 726 out_timestamp = gst_ogg_stream_granule_to_time (&pad->map, in gst_ogg_demux_chain_peer() 742 out_timestamp = gst_ogg_stream_granule_to_time (&pad->map, in gst_ogg_demux_chain_peer() 745 out_timestamp = GST_CLOCK_TIME_NONE; in gst_ogg_demux_chain_peer() 765 out_timestamp = gst_ogg_stream_granule_to_time (&pad->map, in gst_ogg_demux_chain_peer() 784 pad->current_granule) - out_timestamp; in gst_ogg_demux_chain_peer() 831 GST_BUFFER_TIMESTAMP (buf) = out_timestamp; in gst_ogg_demux_chain_peer()
|