Home
last modified time | relevance | path

Searched refs:max_keyframe_packet_count (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/asfmux/
Dgstasfmux.h94 guint16 max_keyframe_packet_count; member
Dgstasfmux.c1425 if (entry->packet_count > videopad->max_keyframe_packet_count) in gst_asf_mux_add_simple_index_entry()
1426 videopad->max_keyframe_packet_count = entry->packet_count; in gst_asf_mux_add_simple_index_entry()
1715 GST_WRITE_UINT32_LE (data + 48, pad->max_keyframe_packet_count); in gst_asf_mux_push_simple_index()
1723 pad->max_keyframe_packet_count, entries_count); in gst_asf_mux_push_simple_index()
2094 videopad->max_keyframe_packet_count = 0; in gst_asf_mux_pad_reset()