Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/ext/wavpack/
Dgstwavpackdec.c157 GST_PAD_SET_ACCEPT_TEMPLATE (GST_AUDIO_DECODER_SINK_PAD (dec)); in gst_wavpack_dec_init()
268 if (gst_pad_peer_query_duration (GST_AUDIO_DECODER_SINK_PAD (dec), in gst_wavpack_dec_post_tags()
270 gst_pad_peer_query_duration (GST_AUDIO_DECODER_SINK_PAD (dec), in gst_wavpack_dec_post_tags()
/third_party/gstreamer/gstplugins_good/gst/law/
Dmulaw-decode.c200 GST_PAD_SET_ACCEPT_TEMPLATE (GST_AUDIO_DECODER_SINK_PAD (mulawdec)); in gst_mulawdec_init()
Dalaw-decode.c249 GST_PAD_SET_ACCEPT_TEMPLATE (GST_AUDIO_DECODER_SINK_PAD (alawdec)); in gst_alaw_dec_init()
/third_party/gstreamer/gstplugins_bad/ext/dts/
Dgstdtsdec.c219 GST_PAD_SET_ACCEPT_TEMPLATE (GST_AUDIO_DECODER_SINK_PAD (dtsdec)); in gst_dtsdec_init()
224 dtsdec->base_chain = GST_PAD_CHAINFUNC (GST_AUDIO_DECODER_SINK_PAD (dtsdec)); in gst_dtsdec_init()
225 gst_pad_set_chain_function (GST_AUDIO_DECODER_SINK_PAD (dtsdec), in gst_dtsdec_init()
/third_party/gstreamer/gstplugins_good/ext/mpg123/
Dgstmpg123audiodec.c204 GST_PAD_SET_ACCEPT_TEMPLATE (GST_AUDIO_DECODER_SINK_PAD (mpg123_decoder)); in gst_mpg123_audio_dec_init()
418 gst_pad_get_current_caps (GST_AUDIO_DECODER_SINK_PAD (dec)); in gst_mpg123_audio_dec_handle_frame()
/third_party/gstreamer/gstplugins_bad/gst/siren/
Dgstsirendec.c102 GST_PAD_SET_ACCEPT_TEMPLATE (GST_AUDIO_DECODER_SINK_PAD (dec)); in gst_siren_dec_init()
/third_party/gstreamer/gstplugins_bad/ext/sbc/
Dgstsbcdec.c243 GST_PAD_SET_ACCEPT_TEMPLATE (GST_AUDIO_DECODER_SINK_PAD (dec)); in gst_sbc_dec_init()
/third_party/gstreamer/gstplugins_bad/ext/gsm/
Dgstgsmdec.c112 GST_PAD_SET_ACCEPT_TEMPLATE (GST_AUDIO_DECODER_SINK_PAD (gsmdec)); in gst_gsmdec_init()
/third_party/gstreamer/gstplugins_bad/ext/openaptx/
Dgstopenaptxdec.c339 GST_PAD_SET_ACCEPT_TEMPLATE (GST_AUDIO_DECODER_SINK_PAD (dec)); in gst_openaptx_dec_init()
/third_party/gstreamer/gstplugins_base/ext/vorbis/
Dgstvorbisdec.c128 GST_PAD_SET_ACCEPT_TEMPLATE (GST_AUDIO_DECODER_SINK_PAD (dec)); in gst_vorbis_dec_init()
402 caps = gst_pad_get_current_caps (GST_AUDIO_DECODER_SINK_PAD (vd)); in vorbis_dec_handle_header_caps()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiodecoder.h78 #define GST_AUDIO_DECODER_SINK_PAD(obj) (((GstAudioDecoder *) (obj))->sinkpad) macro
Dgstaudiodecoder.c2806 GST_AUDIO_DECODER_SINK_PAD (decoder), in gst_audio_decoder_proxy_getcaps()
2831 GstPad *pad = GST_AUDIO_DECODER_SINK_PAD (dec); in gst_audio_decoder_sink_query_default()
2880 gst_pad_query_default (GST_AUDIO_DECODER_SINK_PAD (dec), in gst_audio_decoder_sink_query_default()
2895 allowed_caps = gst_pad_query_caps (GST_AUDIO_DECODER_SINK_PAD (dec), in gst_audio_decoder_sink_query_default()
/third_party/gstreamer/gstplugins_bad/gst/adpcmdec/
Dadpcmdec.c466 GST_PAD_SET_ACCEPT_TEMPLATE (GST_AUDIO_DECODER_SINK_PAD (dec)); in adpcmdec_init()
/third_party/gstreamer/gstplugins_base/ext/opus/
Dgstopusdec.c222 GST_PAD_SET_ACCEPT_TEMPLATE (GST_AUDIO_DECODER_SINK_PAD (dec)); in gst_opus_dec_init()
846 if ((old_caps = gst_pad_get_current_caps (GST_AUDIO_DECODER_SINK_PAD (bdec)))) { in gst_opus_dec_set_format()
/third_party/gstreamer/gstplugins_good/ext/speex/
Dgstspeexdec.c163 GST_PAD_SET_ACCEPT_TEMPLATE (GST_AUDIO_DECODER_SINK_PAD (dec)); in gst_speex_dec_init()
/third_party/gstreamer/gstplugins_good/ext/flac/
Dgstflacdec.c189 GST_PAD_SET_ACCEPT_TEMPLATE (GST_AUDIO_DECODER_SINK_PAD (flacdec)); in gst_flac_dec_init()
/third_party/gstreamer/gstplugins_bad/ext/faad/
Dgstfaad.c138 GST_PAD_SET_ACCEPT_TEMPLATE (GST_AUDIO_DECODER_SINK_PAD (faad)); in gst_faad_init()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavauddec.c157 GST_PAD_SET_ACCEPT_TEMPLATE (GST_AUDIO_DECODER_SINK_PAD (ffmpegdec)); in gst_ffmpegauddec_init()