Home
last modified time | relevance | path

Searched refs:GstIsoffParserResult (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstisoff.h37 } GstIsoffParserResult; typedef
94 GstIsoffParserResult gst_isoff_qt_sidx_parser_add_data (GstSidxParser * parser, const guint8 * buff…
95 GstIsoffParserResult gst_isoff_qt_sidx_parser_add_buffer (GstSidxParser * parser, GstBuffer * buf, …
Dgstisoff.c62 GstIsoffParserResult
66 GstIsoffParserResult res = GST_ISOFF_QT_PARSER_OK; in gst_isoff_qt_sidx_parser_add_data()
185 GstIsoffParserResult
189 GstIsoffParserResult res = GST_ISOFF_QT_PARSER_OK; in gst_isoff_qt_sidx_parser_add_buffer()
Dqtdemux.c3040 GstIsoffParserResult res; in qtdemux_parse_sidx()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/isoff/
Dgstisoff.h46 } GstIsoffParserResult; typedef
292 GstIsoffParserResult gst_isoff_sidx_parser_parse (GstSidxParser * parser, GstByteReader * reader, g…
295 GstIsoffParserResult gst_isoff_sidx_parser_add_buffer (GstSidxParser * parser, GstBuffer * buf, gui…
Dgstisoff.c828 GstIsoffParserResult
832 GstIsoffParserResult res = GST_ISOFF_PARSER_OK; in gst_isoff_sidx_parser_parse()
929 GstIsoffParserResult
933 GstIsoffParserResult res = GST_ISOFF_PARSER_OK; in gst_isoff_sidx_parser_add_buffer()
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashdemux.c2906 GstIsoffParserResult res; in gst_dash_demux_parse_isobmff()