Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstwavpackparse.c113 gst_wavpack_parse_reset (GstWavpackParse * wvparse) in gst_wavpack_parse_reset() argument
115 wvparse->channels = -1; in gst_wavpack_parse_reset()
116 wvparse->channel_mask = 0; in gst_wavpack_parse_reset()
117 wvparse->sample_rate = -1; in gst_wavpack_parse_reset()
118 wvparse->width = -1; in gst_wavpack_parse_reset()
119 wvparse->total_samples = 0; in gst_wavpack_parse_reset()
120 wvparse->sent_codec_tag = FALSE; in gst_wavpack_parse_reset()
124 gst_wavpack_parse_init (GstWavpackParse * wvparse) in gst_wavpack_parse_init() argument
126 gst_wavpack_parse_reset (wvparse); in gst_wavpack_parse_init()
127 GST_PAD_SET_ACCEPT_INTERSECT (GST_BASE_PARSE_SINK_PAD (wvparse)); in gst_wavpack_parse_init()
[all …]