Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstamcaudiodec.c621 gst_pad_push_event (GST_AUDIO_DECODER_SRC_PAD (self), gst_event_new_eos ()); in gst_amc_audio_dec_loop()
622 gst_pad_pause_task (GST_AUDIO_DECODER_SRC_PAD (self)); in gst_amc_audio_dec_loop()
639 gst_pad_push_event (GST_AUDIO_DECODER_SRC_PAD (self), gst_event_new_eos ()); in gst_amc_audio_dec_loop()
640 gst_pad_pause_task (GST_AUDIO_DECODER_SRC_PAD (self)); in gst_amc_audio_dec_loop()
652 gst_pad_push_event (GST_AUDIO_DECODER_SRC_PAD (self), gst_event_new_eos ()); in gst_amc_audio_dec_loop()
653 gst_pad_pause_task (GST_AUDIO_DECODER_SRC_PAD (self)); in gst_amc_audio_dec_loop()
665 gst_pad_pause_task (GST_AUDIO_DECODER_SRC_PAD (self)); in gst_amc_audio_dec_loop()
675 gst_pad_push_event (GST_AUDIO_DECODER_SRC_PAD (self), in gst_amc_audio_dec_loop()
677 gst_pad_pause_task (GST_AUDIO_DECODER_SRC_PAD (self)); in gst_amc_audio_dec_loop()
680 gst_pad_push_event (GST_AUDIO_DECODER_SRC_PAD (self), in gst_amc_audio_dec_loop()
[all …]
/third_party/gstreamer/gstplugins_good/ext/speex/
Dgstspeexdec.c408 gst_pad_alloc_buffer_and_set_caps (GST_AUDIO_DECODER_SRC_PAD (dec), in gst_speex_dec_parse_data()
410 GST_PAD_CAPS (GST_AUDIO_DECODER_SRC_PAD (dec)), &outbuf); in gst_speex_dec_parse_data()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Datdec.c313 output_caps = gst_pad_get_allowed_caps (GST_AUDIO_DECODER_SRC_PAD (atdec)); in gst_atdec_set_format()
316 gst_pad_get_pad_template_caps (GST_AUDIO_DECODER_SRC_PAD (atdec)); in gst_atdec_set_format()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiodecoder.h70 #define GST_AUDIO_DECODER_SRC_PAD(obj) (((GstAudioDecoder *) (obj))->srcpad) macro
Dgstaudiodecoder.c2807 GST_AUDIO_DECODER_SRC_PAD (decoder), caps, filter); in gst_audio_decoder_proxy_getcaps()
2956 GstPad *pad = GST_AUDIO_DECODER_SRC_PAD (dec); in gst_audio_decoder_src_query_default()
/third_party/gstreamer/gstplugins_good/ext/wavpack/
Dgstwavpackdec.c351 if (!gst_pad_has_current_caps (GST_AUDIO_DECODER_SRC_PAD (dec)) || in gst_wavpack_dec_handle_frame()
/third_party/gstreamer/gstplugins_good/ext/mpg123/
Dgstmpg123audiodec.c484 gst_pad_get_allowed_caps (GST_AUDIO_DECODER_SRC_PAD (dec)); in gst_mpg123_audio_dec_set_format()
/third_party/gstreamer/gstplugins_good/ext/flac/
Dgstflacdec.c660 || !gst_pad_has_current_caps (GST_AUDIO_DECODER_SRC_PAD (flacdec))) { in gst_flac_dec_write()
/third_party/gstreamer/gstplugins_bad/ext/dts/
Dgstdtsdec.c537 caps = gst_pad_get_allowed_caps (GST_AUDIO_DECODER_SRC_PAD (dts)); in gst_dtsdec_handle_frame()
/third_party/gstreamer/gstplugins_bad/ext/faad/
Dgstfaad.c445 if (G_LIKELY (gst_pad_has_current_caps (GST_AUDIO_DECODER_SRC_PAD (faad)) in gst_faad_update_caps()
/third_party/gstreamer/gstplugins_base/ext/opus/
Dgstopusdec.c280 GstCaps *caps = gst_pad_get_allowed_caps (GST_AUDIO_DECODER_SRC_PAD (dec)); in gst_opus_dec_negotiate()