Searched refs:gst_audio_encoder_set_output_format (Results 1 – 25 of 28) sorted by relevance
12
/third_party/gstreamer/gstplugins_bad/ext/ldac/ |
D | gstldacenc.c | 266 if (!gst_audio_encoder_set_output_format (audio_enc, output_caps)) { in gst_ldac_enc_negotiate() 311 if (!gst_audio_encoder_set_output_format (audio_enc, output_caps)) { in gst_ldac_enc_set_format()
|
/third_party/gstreamer/gstplugins_bad/ext/gsm/ |
D | gstgsmenc.c | 139 gst_audio_encoder_set_output_format (GST_AUDIO_ENCODER (benc), srccaps); in gst_gsmenc_set_format()
|
/third_party/gstreamer/gstplugins_good/gst/law/ |
D | mulaw-encode.c | 147 ret = gst_audio_encoder_set_output_format (audioenc, base_caps); in gst_mulawenc_set_format()
|
D | alaw-encode.c | 358 ret = gst_audio_encoder_set_output_format (audioenc, base_caps); in gst_alaw_enc_set_format()
|
/third_party/gstreamer/gstplugins_bad/gst/siren/ |
D | gstsirenenc.c | 129 res = gst_audio_encoder_set_output_format (benc, outcaps); in gst_siren_enc_set_format()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudioencoder.h | 264 gboolean gst_audio_encoder_set_output_format (GstAudioEncoder * enc,
|
/third_party/gstreamer/gstplugins_bad/ext/voamrwbenc/ |
D | gstvoamrwbenc.c | 259 gst_audio_encoder_set_output_format (GST_AUDIO_ENCODER (amrwbenc), copy); in gst_voamrwbenc_set_format()
|
/third_party/gstreamer/gstplugins_bad/ext/openaptx/ |
D | gstopenaptxenc.c | 133 ret = gst_audio_encoder_set_output_format (audio_enc, output_caps); in gst_openaptx_enc_set_format()
|
/third_party/gstreamer/gstplugins_bad/ext/sbc/ |
D | gstsbcenc.c | 218 if (!gst_audio_encoder_set_output_format (audio_enc, output_caps)) in gst_sbc_enc_set_format()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | audioencoder.c | 73 gst_audio_encoder_set_output_format (enc, caps); in gst_audio_encoder_tester_set_format()
|
/third_party/gstreamer/gstplugins_bad/ext/isac/ |
D | gstisacenc.c | 227 result = gst_audio_encoder_set_output_format (enc, output_caps); in gst_isacenc_set_format()
|
/third_party/gstreamer/gstplugins_bad/gst/adpcmenc/ |
D | adpcmenc.c | 172 ret = gst_audio_encoder_set_output_format (GST_AUDIO_ENCODER (enc), caps); in adpcmenc_setup()
|
/third_party/gstreamer/gstplugins_bad/ext/voaacenc/ |
D | gstvoaacenc.c | 358 gst_audio_encoder_set_output_format (GST_AUDIO_ENCODER (voaacenc), in gst_voaacenc_set_format()
|
/third_party/gstreamer/gstplugins_bad/ext/fdkaac/ |
D | gstfdkaacenc.c | 418 ret = gst_audio_encoder_set_output_format (enc, src_caps); in gst_fdkaacenc_set_format()
|
/third_party/gstreamer/gstplugins_bad/ext/faac/ |
D | gstfaac.c | 622 ret = gst_audio_encoder_set_output_format (GST_AUDIO_ENCODER (faac), srccaps); in gst_faac_configure_source_pad()
|
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | gstmfaacenc.cpp | 492 gst_audio_encoder_set_output_format (GST_AUDIO_ENCODER (self), src_caps); in gst_mf_aac_enc_set_src_caps()
|
D | gstmfmp3enc.cpp | 448 gst_audio_encoder_set_output_format (GST_AUDIO_ENCODER (self), src_caps); in gst_mf_mp3_enc_set_src_caps()
|
/third_party/gstreamer/gstplugins_good/ext/lame/ |
D | gstlamemp3enc.c | 379 gst_audio_encoder_set_output_format (GST_AUDIO_ENCODER (enc), othercaps); in gst_lamemp3enc_set_format()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavaudenc.c | 330 if (!gst_audio_encoder_set_output_format (GST_AUDIO_ENCODER (ffmpegaudenc), in gst_ffmpegaudenc_set_format()
|
/third_party/gstreamer/gstplugins_good/ext/speex/ |
D | gstspeexenc.c | 742 gst_audio_encoder_set_output_format (GST_AUDIO_ENCODER (enc), caps); in gst_speex_enc_handle_frame()
|
/third_party/gstreamer/gstplugins_good/ext/twolame/ |
D | gsttwolamemp2enc.c | 395 gst_audio_encoder_set_output_format (GST_AUDIO_ENCODER (twolame), othercaps); in gst_two_lame_set_format()
|
/third_party/gstreamer/gstplugins_base/ext/vorbis/ |
D | gstvorbisenc.c | 898 gst_audio_encoder_set_output_format (GST_AUDIO_ENCODER (vorbisenc), caps); in gst_vorbis_enc_handle_frame()
|
/third_party/gstreamer/gstplugins_good/ext/wavpack/ |
D | gstwavpackenc.c | 422 if (!gst_audio_encoder_set_output_format (benc, caps)) in gst_wavpack_enc_set_format()
|
/third_party/gstreamer/gstplugins_base/ext/opus/ |
D | gstopusenc.c | 778 ret = gst_audio_encoder_set_output_format (GST_AUDIO_ENCODER (enc), caps); in gst_opus_enc_setup()
|
/third_party/gstreamer/gstplugins_good/ext/flac/ |
D | gstflacenc.c | 1166 gst_audio_encoder_set_output_format (GST_AUDIO_ENCODER (enc), caps); in gst_flac_enc_process_stream_headers()
|
12