Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/ext/speex/
Dgstspeexenc.c569 gst_pad_push_event (GST_AUDIO_ENCODER_SRC_PAD (enc), in gst_speex_enc_encode()
611 ret = gst_pad_alloc_buffer_and_set_caps (GST_AUDIO_ENCODER_SRC_PAD (enc), in gst_speex_enc_encode()
613 GST_PAD_CAPS (GST_AUDIO_ENCODER_SRC_PAD (enc)), &outbuf); in gst_speex_enc_encode()
/third_party/gstreamer/gstplugins_good/gst/law/
Dalaw-encode.c347 gst_pad_get_pad_template_caps (GST_AUDIO_ENCODER_SRC_PAD (audioenc)); in gst_alaw_enc_set_format()
Dmulaw-encode.c134 gst_pad_get_pad_template_caps (GST_AUDIO_ENCODER_SRC_PAD (audioenc)); in gst_mulawenc_set_format()
/third_party/gstreamer/gstplugins_good/ext/wavpack/
Dgstwavpackenc.c565 pad = (wid->correction) ? enc->wvcsrcpad : GST_AUDIO_ENCODER_SRC_PAD (enc); in gst_wavpack_enc_push_block()
805 if (gst_pad_peer_query (GST_AUDIO_ENCODER_SRC_PAD (enc), query)) { in gst_wavpack_enc_rewrite_first_block()
822 ret = gst_pad_push_event (GST_AUDIO_ENCODER_SRC_PAD (enc), in gst_wavpack_enc_rewrite_first_block()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioencoder.h60 #define GST_AUDIO_ENCODER_SRC_PAD(obj) (GST_AUDIO_ENCODER_CAST (obj)->srcpad) macro
Dgstaudioencoder.c1532 GST_AUDIO_ENCODER_SINK_PAD (enc), GST_AUDIO_ENCODER_SRC_PAD (enc), in gst_audio_encoder_proxy_getcaps()
1916 GstPad *pad = GST_AUDIO_ENCODER_SRC_PAD (enc); in gst_audio_encoder_src_query_default()
/third_party/gstreamer/gstplugins_bad/ext/openaptx/
Dgstopenaptxenc.c95 caps = gst_pad_get_allowed_caps (GST_AUDIO_ENCODER_SRC_PAD (enc)); in gst_openaptx_enc_set_format()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavaudenc.c272 allowed_caps = gst_pad_get_allowed_caps (GST_AUDIO_ENCODER_SRC_PAD (encoder)); in gst_ffmpegaudenc_set_format()
278 gst_pad_get_pad_template_caps (GST_AUDIO_ENCODER_SRC_PAD (encoder)); in gst_ffmpegaudenc_set_format()
/third_party/gstreamer/gstplugins_bad/ext/sbc/
Dgstsbcenc.c91 caps = gst_pad_get_allowed_caps (GST_AUDIO_ENCODER_SRC_PAD (enc)); in gst_sbc_enc_set_format()
/third_party/gstreamer/gstplugins_good/ext/flac/
Dgstflacenc.c995 if ((peerpad = gst_pad_get_peer (GST_AUDIO_ENCODER_SRC_PAD (flacenc)))) { in gst_flac_enc_seek_callback()
1218 ret = gst_pad_push (GST_AUDIO_ENCODER_SRC_PAD (flacenc), outbuf); in gst_flac_enc_write_callback()
1238 gst_pad_push_event (GST_AUDIO_ENCODER_SRC_PAD (flacenc), in gst_flac_enc_write_callback()
/third_party/gstreamer/gstplugins_bad/ext/voaacenc/
Dgstvoaacenc.c255 caps = gst_pad_get_allowed_caps (GST_AUDIO_ENCODER_SRC_PAD (voaacenc)); in gst_voaacenc_negotiate()
/third_party/gstreamer/gstplugins_bad/ext/ldac/
Dgstldacenc.c199 caps = gst_pad_get_allowed_caps (GST_AUDIO_ENCODER_SRC_PAD (enc)); in gst_ldac_enc_do_negotiate()
/third_party/gstreamer/gstplugins_bad/ext/fdkaac/
Dgstfdkaacenc.c215 allowed_caps = gst_pad_get_allowed_caps (GST_AUDIO_ENCODER_SRC_PAD (self)); in gst_fdkaacenc_set_format()
/third_party/gstreamer/gstplugins_bad/ext/faac/
Dgstfaac.c419 caps = gst_pad_get_allowed_caps (GST_AUDIO_ENCODER_SRC_PAD (faac)); in gst_faac_negotiate()
/third_party/gstreamer/gstplugins_good/ext/lame/
Dgstlamemp3enc.c866 allowed_caps = gst_pad_get_allowed_caps (GST_AUDIO_ENCODER_SRC_PAD (lame)); in gst_lamemp3enc_setup()
/third_party/gstreamer/gstplugins_good/ext/twolame/
Dgsttwolamemp2enc.c757 allowed_caps = gst_pad_get_allowed_caps (GST_AUDIO_ENCODER_SRC_PAD (twolame)); in gst_two_lame_setup()