/third_party/gstreamer/gstplugins_good/ext/speex/ |
D | gstspeexdec.c | 446 res = gst_audio_decoder_finish_frame (GST_AUDIO_DECODER (dec), outbuf, 1); in gst_speex_dec_parse_data() 448 res = gst_audio_decoder_finish_frame (GST_AUDIO_DECODER (dec), NULL, 1); in gst_speex_dec_parse_data() 506 gst_audio_decoder_finish_frame (bdec, NULL, 1); in gst_speex_dec_handle_frame() 510 gst_audio_decoder_finish_frame (bdec, NULL, 1); in gst_speex_dec_handle_frame() 522 gst_audio_decoder_finish_frame (bdec, NULL, 1); in gst_speex_dec_handle_frame() 527 gst_audio_decoder_finish_frame (bdec, NULL, 1); in gst_speex_dec_handle_frame()
|
/third_party/gstreamer/gstplugins_bad/gst/siren/ |
D | gstsirendec.c | 231 ret = gst_audio_decoder_finish_frame (bdec, out_buf, 1); in gst_siren_dec_handle_frame() 248 gst_audio_decoder_finish_frame (bdec, NULL, 1); in gst_siren_dec_handle_frame()
|
/third_party/gstreamer/gstplugins_bad/ext/isac/ |
D | gstisacdec.c | 207 return gst_audio_decoder_finish_frame (dec, output, 1); in gst_isacdec_plc() 270 return gst_audio_decoder_finish_frame (dec, output, 1); in gst_isacdec_handle_frame()
|
/third_party/gstreamer/gstplugins_base/ext/opus/ |
D | gstopusdec.c | 816 res = gst_audio_decoder_finish_frame (GST_AUDIO_DECODER (dec), outbuf, 1); in opus_dec_chain_parse_data() 949 gst_audio_decoder_finish_frame (adec, NULL, 1); in gst_opus_dec_handle_frame() 953 gst_audio_decoder_finish_frame (adec, NULL, 1); in gst_opus_dec_handle_frame() 966 gst_audio_decoder_finish_frame (adec, NULL, 1); in gst_opus_dec_handle_frame() 975 gst_audio_decoder_finish_frame (adec, NULL, 1); in gst_opus_dec_handle_frame()
|
/third_party/gstreamer/gstplugins_good/gst/law/ |
D | mulaw-decode.c | 154 return gst_audio_decoder_finish_frame (dec, outbuf, -1); in gst_mulawdec_handle_frame()
|
D | alaw-decode.c | 202 return gst_audio_decoder_finish_frame (dec, outbuf, -1); in gst_alaw_dec_handle_frame()
|
/third_party/gstreamer/gstplugins_base/ext/vorbis/ |
D | gstvorbisdec.c | 537 result = gst_audio_decoder_finish_frame (GST_AUDIO_DECODER (vd), out, 1); in vorbis_handle_data_packet() 726 result = gst_audio_decoder_finish_frame (GST_AUDIO_DECODER (vd), NULL, 1); in vorbis_dec_handle_frame() 730 result = gst_audio_decoder_finish_frame (GST_AUDIO_DECODER (vd), NULL, 1); in vorbis_dec_handle_frame()
|
/third_party/gstreamer/gstplugins_good/ext/mpg123/ |
D | gstmpg123audiodec.c | 303 return gst_audio_decoder_finish_frame (dec, NULL, 1); in gst_mpg123_audio_dec_push_decoded_bytes() 316 return gst_audio_decoder_finish_frame (dec, output_buffer, 1); in gst_mpg123_audio_dec_push_decoded_bytes()
|
/third_party/gstreamer/gstplugins_good/ext/wavpack/ |
D | gstwavpackdec.c | 435 ret = gst_audio_decoder_finish_frame (bdec, outbuf, 1); in gst_wavpack_dec_handle_frame() 479 gst_audio_decoder_finish_frame (bdec, NULL, 1); in gst_wavpack_dec_handle_frame()
|
/third_party/gstreamer/gstplugins_bad/ext/sbc/ |
D | gstsbcdec.c | 127 return gst_audio_decoder_finish_frame (audio_dec, outbuf, 1); in gst_sbc_dec_handle_frame()
|
/third_party/gstreamer/gstplugins_bad/ext/gsm/ |
D | gstgsmdec.c | 294 gst_audio_decoder_finish_frame (dec, outbuf, 1); in gst_gsmdec_handle_frame()
|
/third_party/gstreamer/gstplugins_bad/ext/openaptx/ |
D | gstopenaptxdec.c | 175 ret = gst_audio_decoder_finish_frame (audio_dec, outbuf, 1); in gst_openaptx_dec_handle_frame()
|
/third_party/gstreamer/gstplugins_good/ext/flac/ |
D | gstflacdec.c | 740 ret = gst_audio_decoder_finish_frame (GST_AUDIO_DECODER (flacdec), outbuf, 1); in gst_flac_dec_write() 820 gst_audio_decoder_finish_frame (audio_dec, NULL, 1); in gst_flac_dec_handle_frame()
|
/third_party/gstreamer/gstplugins_bad/ext/faad/ |
D | gstfaad.c | 705 gst_audio_decoder_finish_frame (dec, NULL, 1); in gst_faad_handle_frame() 747 ret = gst_audio_decoder_finish_frame (dec, outbuf, 1); in gst_faad_handle_frame()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudiodecoder.h | 340 GstFlowReturn gst_audio_decoder_finish_frame (GstAudioDecoder * dec,
|
D | gstaudiodecoder.c | 1335 gst_audio_decoder_finish_frame (GstAudioDecoder * dec, GstBuffer * buf, in gst_audio_decoder_finish_frame() function
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavauddec.c | 619 gst_audio_decoder_finish_frame (GST_AUDIO_DECODER (ffmpegdec), NULL, 1); in gst_ffmpegauddec_drain() 739 gst_audio_decoder_finish_frame (GST_AUDIO_DECODER (ffmpegdec), NULL, 1); in gst_ffmpegauddec_handle_frame()
|
/third_party/gstreamer/gstplugins_bad/gst/adpcmdec/ |
D | adpcmdec.c | 433 ret = gst_audio_decoder_finish_frame (bdec, outbuf, 1); in adpcmdec_handle_frame()
|
/third_party/gstreamer/gstplugins_bad/ext/fdkaac/ |
D | gstfdkaacdec.c | 413 ret = gst_audio_decoder_finish_frame (dec, outbuf, 1); in gst_fdkaacdec_handle_frame()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | audiodecoder.c | 181 ret = gst_audio_decoder_finish_frame (dec, output_buffer, 2); in gst_audio_decoder_tester_handle_frame() 183 ret = gst_audio_decoder_finish_frame (dec, output_buffer, 1); in gst_audio_decoder_tester_handle_frame()
|
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | atdec.c | 456 gst_audio_decoder_finish_frame (GST_AUDIO_DECODER (atdec), out, 1); in gst_atdec_offline_render()
|
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/ |
D | gstamcaudiodec.c | 550 gst_audio_decoder_finish_frame (GST_AUDIO_DECODER (self), outbuf, 1); in gst_amc_audio_dec_loop() 579 gst_audio_decoder_finish_frame (GST_AUDIO_DECODER (self), outbuf, in gst_amc_audio_dec_loop()
|
/third_party/gstreamer/gstplugins_bad/ext/dts/ |
D | gstdtsdec.c | 642 result = gst_audio_decoder_finish_frame (bdec, outbuf, 1); in gst_dtsdec_handle_frame()
|