Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/aiff/
Daiffparse.c108 G_DEFINE_TYPE_WITH_CODE (GstAiffParse, gst_aiff_parse, GST_TYPE_ELEMENT,
140 gst_aiff_parse_reset (GstAiffParse * aiff) in gst_aiff_parse_reset()
175 GstAiffParse *aiff = GST_AIFF_PARSE (object); in gst_aiff_parse_dispose()
184 gst_aiff_parse_init (GstAiffParse * aiffparse) in gst_aiff_parse_init()
213 gst_aiff_parse_parse_file_header (GstAiffParse * aiff, GstBuffer * buf) in gst_aiff_parse_parse_file_header()
257 gst_aiff_parse_stream_init (GstAiffParse * aiff) in gst_aiff_parse_stream_init()
274 gst_aiff_parse_time_to_bytepos (GstAiffParse * aiff, gint64 ts, in gst_aiff_parse_time_to_bytepos()
308 gst_aiff_parse_perform_seek (GstAiffParse * aiff, GstEvent * event, in gst_aiff_parse_perform_seek()
563 gst_aiff_parse_peek_chunk_info (GstAiffParse * aiff, guint32 * tag, in gst_aiff_parse_peek_chunk_info()
594 gst_aiff_parse_peek_chunk (GstAiffParse * aiff, guint32 * tag, guint32 * size) in gst_aiff_parse_peek_chunk()
[all …]
Daiffparse.h33 (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_AIFF_PARSE,GstAiffParse))
47 typedef struct _GstAiffParse GstAiffParse; typedef