/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudiodecoder.h | 38 #define GST_AUDIO_DECODER(obj) \ macro 80 #define GST_AUDIO_DECODER_STREAM_LOCK(dec) g_rec_mutex_lock (&GST_AUDIO_DECODER (dec)->stream_loc… 81 #define GST_AUDIO_DECODER_STREAM_UNLOCK(dec) g_rec_mutex_unlock (&GST_AUDIO_DECODER (dec)->stream_l… 138 GstAudioDecoder *__dec = GST_AUDIO_DECODER (el); \
|
D | gstaudiodecoder.c | 590 dec = GST_AUDIO_DECODER (object); in gst_audio_decoder_finalize() 2086 dec = GST_AUDIO_DECODER (parent); in gst_audio_decoder_chain() 2589 dec = GST_AUDIO_DECODER (parent); in gst_audio_decoder_sink_event() 2734 dec = GST_AUDIO_DECODER (parent); in gst_audio_decoder_src_event() 2938 dec = GST_AUDIO_DECODER (parent); in gst_audio_decoder_sink_query() 3089 dec = GST_AUDIO_DECODER (parent); in gst_audio_decoder_src_query() 3152 dec = GST_AUDIO_DECODER (object); in gst_audio_decoder_get_property() 3179 dec = GST_AUDIO_DECODER (object); in gst_audio_decoder_set_property() 3207 codec = GST_AUDIO_DECODER (element); in gst_audio_decoder_change_state()
|
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/ |
D | gstamcaudiodec.c | 50 GstAudioDecoder *__dec = GST_AUDIO_DECODER (el); \ 230 gst_audio_decoder_set_needs_format (GST_AUDIO_DECODER (self), TRUE); in gst_amc_audio_dec_init() 231 gst_audio_decoder_set_drainable (GST_AUDIO_DECODER (self), TRUE); in gst_amc_audio_dec_init() 400 if (!gst_audio_decoder_set_output_format (GST_AUDIO_DECODER (self), in gst_amc_audio_dec_set_src_caps() 520 gst_audio_decoder_allocate_output_buffer (GST_AUDIO_DECODER (self), in gst_amc_audio_dec_loop() 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() 858 gst_amc_audio_dec_stop (GST_AUDIO_DECODER (self)); in gst_amc_audio_dec_set_format() 860 gst_amc_audio_dec_close (GST_AUDIO_DECODER (self)); in gst_amc_audio_dec_set_format() 861 if (!gst_amc_audio_dec_open (GST_AUDIO_DECODER (self))) { in gst_amc_audio_dec_set_format() [all …]
|
/third_party/gstreamer/gstplugins_good/ext/speex/ |
D | gstspeexdec.c | 160 gst_audio_decoder_set_needs_format (GST_AUDIO_DECODER (dec), TRUE); in gst_speex_dec_init() 249 if (!gst_audio_decoder_set_output_format (GST_AUDIO_DECODER (dec), &info)) in gst_speex_dec_parse_header() 319 gst_audio_decoder_merge_tags (GST_AUDIO_DECODER (dec), list, in gst_speex_dec_parse_comments() 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()
|
/third_party/gstreamer/gstplugins_good/ext/flac/ |
D | gstflacdec.c | 186 gst_audio_decoder_set_needs_format (GST_AUDIO_DECODER (flacdec), TRUE); in gst_flac_dec_init() 474 GstAudioDecoder *dec = GST_AUDIO_DECODER (client_data); in gst_flac_dec_metadata_cb() 515 gst_audio_decoder_set_output_format (GST_AUDIO_DECODER (flacdec), in gst_flac_dec_metadata_cb() 518 gst_audio_decoder_negotiate (GST_AUDIO_DECODER (flacdec)); in gst_flac_dec_metadata_cb() 677 gst_audio_decoder_set_output_format (GST_AUDIO_DECODER (flacdec), in gst_flac_dec_write() 740 ret = gst_audio_decoder_finish_frame (GST_AUDIO_DECODER (flacdec), outbuf, 1); in gst_flac_dec_write()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavauddec.c | 161 gst_audio_decoder_set_drainable (GST_AUDIO_DECODER (ffmpegdec), TRUE); in gst_ffmpegauddec_init() 162 gst_audio_decoder_set_needs_format (GST_AUDIO_DECODER (ffmpegdec), TRUE); in gst_ffmpegauddec_init() 415 if (!gst_audio_decoder_set_output_format (GST_AUDIO_DECODER (ffmpegdec), in gst_ffmpegauddec_negotiate() 502 gst_audio_decoder_allocate_output_buffer (GST_AUDIO_DECODER in gst_ffmpegauddec_audio_frame() 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_base/ext/vorbis/ |
D | gstvorbisdec.c | 219 gst_audio_decoder_set_output_format (GST_AUDIO_DECODER (vd), &info); in vorbis_handle_identification_packet() 509 out = gst_audio_decoder_allocate_output_buffer (GST_AUDIO_DECODER (vd), size); in vorbis_handle_data_packet() 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/wavpack/ |
D | gstwavpackdec.c | 154 gst_audio_decoder_set_needs_format (GST_AUDIO_DECODER (dec), TRUE); in gst_wavpack_dec_init() 248 gst_audio_decoder_set_output_format (GST_AUDIO_DECODER (dec), &info); in gst_wavpack_dec_negotiate() 279 gst_audio_decoder_merge_tags (GST_AUDIO_DECODER (dec), list, in gst_wavpack_dec_post_tags()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | audiodecoder.c | 895 gst_audio_decoder_merge_tags (GST_AUDIO_DECODER (h->element), in GST_START_TEST() 979 gst_audio_decoder_merge_tags (GST_AUDIO_DECODER (h->element), in GST_START_TEST() 1060 gst_audio_decoder_set_plc_aware (GST_AUDIO_DECODER (h->element), TRUE); in GST_START_TEST() 1061 gst_audio_decoder_set_plc (GST_AUDIO_DECODER (h->element), TRUE); in GST_START_TEST() 1103 gst_audio_decoder_set_plc_aware (GST_AUDIO_DECODER (h->element), TRUE); in GST_START_TEST() 1104 gst_audio_decoder_set_plc (GST_AUDIO_DECODER (h->element), TRUE); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | atdec.c | 121 gst_audio_decoder_set_needs_format (GST_AUDIO_DECODER (atdec), TRUE); in gst_atdec_init() 449 gst_audio_decoder_allocate_output_buffer (GST_AUDIO_DECODER (atdec), in gst_atdec_offline_render() 456 gst_audio_decoder_finish_frame (GST_AUDIO_DECODER (atdec), out, 1); in gst_atdec_offline_render()
|
/third_party/gstreamer/gstplugins_base/ext/opus/ |
D | gstopusdec.c | 219 gst_audio_decoder_set_needs_format (GST_AUDIO_DECODER (dec), TRUE); in gst_opus_dec_init() 347 gst_audio_decoder_set_output_format (GST_AUDIO_DECODER (dec), &info); in gst_opus_dec_negotiate() 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() 816 res = gst_audio_decoder_finish_frame (GST_AUDIO_DECODER (dec), outbuf, 1); in opus_dec_chain_parse_data()
|
/third_party/gstreamer/gstplugins_good/gst/law/ |
D | mulaw-decode.c | 197 gst_audio_decoder_set_needs_format (GST_AUDIO_DECODER (mulawdec), TRUE); in gst_mulawdec_init()
|
D | alaw-decode.c | 246 gst_audio_decoder_set_needs_format (GST_AUDIO_DECODER (alawdec), TRUE); in gst_alaw_dec_init()
|
/third_party/gstreamer/gstplugins_good/ext/mpg123/ |
D | gstmpg123audiodec.c | 201 gst_audio_decoder_set_needs_format (GST_AUDIO_DECODER (mpg123_decoder), TRUE); in gst_mpg123_audio_dec_init() 288 dec = GST_AUDIO_DECODER (mpg123_decoder); in gst_mpg123_audio_dec_push_decoded_bytes()
|
/third_party/gstreamer/gstplugins_bad/ext/fdkaac/ |
D | gstfdkaacdec.c | 445 gst_audio_decoder_set_drainable (GST_AUDIO_DECODER (self), TRUE); in gst_fdkaacdec_init() 446 gst_audio_decoder_set_needs_format (GST_AUDIO_DECODER (self), TRUE); in gst_fdkaacdec_init()
|
/third_party/gstreamer/gstplugins_bad/ext/sbc/ |
D | gstsbcdec.c | 240 gst_audio_decoder_set_needs_format (GST_AUDIO_DECODER (dec), TRUE); in gst_sbc_dec_init()
|
/third_party/gstreamer/gstplugins_bad/gst/siren/ |
D | gstsirendec.c | 99 gst_audio_decoder_set_needs_format (GST_AUDIO_DECODER (dec), TRUE); in gst_siren_dec_init()
|
/third_party/gstreamer/gstplugins_bad/ext/gsm/ |
D | gstgsmdec.c | 109 gst_audio_decoder_set_needs_format (GST_AUDIO_DECODER (gsmdec), TRUE); in gst_gsmdec_init()
|
/third_party/gstreamer/gstplugins_bad/ext/isac/ |
D | gstisacdec.c | 161 GstAudioDecoder *dec = GST_AUDIO_DECODER (self); in gst_isacdec_plc()
|
/third_party/gstreamer/gstplugins_bad/ext/openaptx/ |
D | gstopenaptxdec.c | 336 gst_audio_decoder_set_needs_format (GST_AUDIO_DECODER (dec), TRUE); in gst_openaptx_dec_init()
|
/third_party/gstreamer/gstplugins_bad/ext/dts/ |
D | gstdtsdec.c | 433 if (!gst_audio_decoder_set_output_format (GST_AUDIO_DECODER (dts), &info)) in gst_dtsdec_renegotiate() 452 gst_audio_decoder_merge_tags (GST_AUDIO_DECODER (dts), taglist, in gst_dtsdec_update_streaminfo()
|
/third_party/gstreamer/gstplugins_bad/gst/adpcmdec/ |
D | adpcmdec.c | 463 gst_audio_decoder_set_needs_format (GST_AUDIO_DECODER (dec), TRUE); in adpcmdec_init()
|
/third_party/gstreamer/gstplugins_bad/ext/faad/ |
D | gstfaad.c | 487 ret = gst_audio_decoder_set_output_format (GST_AUDIO_DECODER (faad), &ainfo); in gst_faad_update_caps()
|