Searched refs:gst_audio_decoder_allocate_output_buffer (Results 1 – 14 of 14) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/isac/ |
D | gstisacdec.c | 175 gst_audio_decoder_allocate_output_buffer (dec, in gst_isacdec_plc() 236 output = gst_audio_decoder_allocate_output_buffer (dec, MAX_OUTPUT_SIZE); in gst_isacdec_handle_frame()
|
/third_party/gstreamer/gstplugins_good/gst/law/ |
D | mulaw-decode.c | 141 outbuf = gst_audio_decoder_allocate_output_buffer (dec, linear_size); in gst_mulawdec_handle_frame()
|
D | alaw-decode.c | 188 outbuf = gst_audio_decoder_allocate_output_buffer (dec, linear_size); in gst_alaw_dec_handle_frame()
|
/third_party/gstreamer/gstplugins_bad/gst/siren/ |
D | gstsirendec.c | 200 out_buf = gst_audio_decoder_allocate_output_buffer (bdec, out_size); in gst_siren_dec_handle_frame()
|
/third_party/gstreamer/gstplugins_bad/ext/sbc/ |
D | gstsbcdec.c | 94 outbuf = gst_audio_decoder_allocate_output_buffer (audio_dec, output_size); in gst_sbc_dec_handle_frame()
|
/third_party/gstreamer/gstplugins_bad/ext/openaptx/ |
D | gstopenaptxdec.c | 108 outbuf = gst_audio_decoder_allocate_output_buffer (audio_dec, output_size); in gst_openaptx_dec_handle_frame()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudiodecoder.h | 344 GstBuffer * gst_audio_decoder_allocate_output_buffer (GstAudioDecoder * dec,
|
D | gstaudiodecoder.c | 3781 gst_audio_decoder_allocate_output_buffer (GstAudioDecoder * dec, gsize size) in gst_audio_decoder_allocate_output_buffer() function
|
/third_party/gstreamer/gstplugins_base/ext/opus/ |
D | gstopusdec.c | 672 gst_audio_decoder_allocate_output_buffer (GST_AUDIO_DECODER (dec), in opus_dec_chain_parse_data() 713 gst_audio_decoder_allocate_output_buffer (GST_AUDIO_DECODER (dec), in opus_dec_chain_parse_data()
|
/third_party/gstreamer/gstplugins_bad/ext/fdkaac/ |
D | gstfdkaacdec.c | 402 gst_audio_decoder_allocate_output_buffer (dec, in gst_fdkaacdec_handle_frame()
|
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | atdec.c | 449 gst_audio_decoder_allocate_output_buffer (GST_AUDIO_DECODER (atdec), in gst_atdec_offline_render()
|
/third_party/gstreamer/gstplugins_base/ext/vorbis/ |
D | gstvorbisdec.c | 509 out = gst_audio_decoder_allocate_output_buffer (GST_AUDIO_DECODER (vd), size); in vorbis_handle_data_packet()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavauddec.c | 502 gst_audio_decoder_allocate_output_buffer (GST_AUDIO_DECODER in gst_ffmpegauddec_audio_frame()
|
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/ |
D | gstamcaudiodec.c | 520 gst_audio_decoder_allocate_output_buffer (GST_AUDIO_DECODER (self), in gst_amc_audio_dec_loop()
|