Home
last modified time | relevance | path

Searched refs:gst_ogg_stream_get_packet_duration (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggstream.h136 gint64 gst_ogg_stream_get_packet_duration (GstOggStream * pad, ogg_packet *packet);
Dgstoggstream.c110 duration = gst_ogg_stream_get_packet_duration (pad, packet); in gst_ogg_stream_get_packet_start_time()
241 gst_ogg_stream_get_packet_duration (GstOggStream * pad, ogg_packet * packet) in gst_ogg_stream_get_packet_duration() function
Dgstoggdemux.c601 duration = gst_ogg_stream_get_packet_duration (&pad->map, packet); in gst_ogg_demux_chain_peer()
1108 gint64 duration = gst_ogg_stream_get_packet_duration (&pad->map, packet); in gst_ogg_pad_submit_packet()
1398 duration = gst_ogg_stream_get_packet_duration (&pad->map, &op); in gst_ogg_demux_setup_first_granule()
Dgstoggmux.c845 duration = gst_ogg_stream_get_packet_duration (&pad->map, &packet); in gst_ogg_mux_decorate_buffer()