Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/matroska/
Debml-ids.h33 #define GST_EBML_SIZE_UNKNOWN G_GINT64_CONSTANT(0x00ffffffffffffff) macro
Debml-read.c60 *_id = (guint32) GST_EBML_SIZE_UNKNOWN; in gst_ebml_peek_id_length()
61 *_length = GST_EBML_SIZE_UNKNOWN; in gst_ebml_peek_id_length()
370 if (length == GST_EBML_SIZE_UNKNOWN || length == G_MAXUINT64) { in gst_ebml_read_bytes()
Debml-write.c355 if (size != GST_EBML_SIZE_UNKNOWN) { in gst_ebml_write_element_size()
368 size = GST_EBML_SIZE_UNKNOWN; in gst_ebml_write_element_size()
760 gst_ebml_write_element_size (&data_end, GST_EBML_SIZE_UNKNOWN); in gst_ebml_write_master_start()
Dmatroska-demux.c2227 if (length == GST_EBML_SIZE_UNKNOWN || length == G_MAXUINT64) { in gst_matroska_demux_search_cluster()