Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/siren/
Dgstsirendec.c131 gst_siren_dec_set_format (GstAudioDecoder * bdec, GstCaps * caps) in gst_siren_dec_set_format() argument
137 return gst_audio_decoder_set_output_format (bdec, &info); in gst_siren_dec_set_format()
163 gst_siren_dec_handle_frame (GstAudioDecoder * bdec, GstBuffer * buf) in gst_siren_dec_handle_frame() argument
177 dec = GST_SIREN_DEC (bdec); in gst_siren_dec_handle_frame()
198 out_buf = gst_audio_decoder_allocate_output_buffer (bdec, out_size); in gst_siren_dec_handle_frame()
229 ret = gst_audio_decoder_finish_frame (bdec, out_buf, 1); in gst_siren_dec_handle_frame()
243 GST_AUDIO_DECODER_ERROR (bdec, 1, STREAM, DECODE, (NULL), in gst_siren_dec_handle_frame()
246 gst_audio_decoder_finish_frame (bdec, NULL, 1); in gst_siren_dec_handle_frame()
/third_party/gstreamer/gstplugins_bad/ext/webp/
Dgstwebpdec.c65 static gboolean gst_webp_dec_start (GstVideoDecoder * bdec);
66 static gboolean gst_webp_dec_stop (GstVideoDecoder * bdec);
69 static GstFlowReturn gst_webp_dec_parse (GstVideoDecoder * bdec,
71 static GstFlowReturn gst_webp_dec_handle_frame (GstVideoDecoder * bdec,
73 static gboolean gst_webp_dec_decide_allocation (GstVideoDecoder * bdec,
75 static gboolean gst_webp_dec_sink_event (GstVideoDecoder * bdec,
223 gst_webp_dec_stop (GstVideoDecoder * bdec) in gst_webp_dec_stop() argument
225 GstWebPDec *webpdec = (GstWebPDec *) bdec; in gst_webp_dec_stop()
251 gst_webp_dec_decide_allocation (GstVideoDecoder * bdec, GstQuery * query) in gst_webp_dec_decide_allocation() argument
256 if (!GST_VIDEO_DECODER_CLASS (parent_class)->decide_allocation (bdec, query)) in gst_webp_dec_decide_allocation()
[all …]
/third_party/gstreamer/gstplugins_bad/gst/adpcmdec/
Dadpcmdec.c87 adpcmdec_set_format (GstAudioDecoder * bdec, GstCaps * in_caps) in adpcmdec_set_format() argument
89 ADPCMDec *dec = (ADPCMDec *) (bdec); in adpcmdec_set_format()
117 gst_audio_decoder_set_output_format (bdec, &info); in adpcmdec_set_format()
378 adpcmdec_parse (GstAudioDecoder * bdec, GstAdapter * adapter, in adpcmdec_parse() argument
381 ADPCMDec *dec = (ADPCMDec *) (bdec); in adpcmdec_parse()
404 adpcmdec_handle_frame (GstAudioDecoder * bdec, GstBuffer * buffer) in adpcmdec_handle_frame() argument
406 ADPCMDec *dec = (ADPCMDec *) (bdec); in adpcmdec_handle_frame()
423 GST_AUDIO_DECODER_ERROR (bdec, 1, STREAM, DECODE, (NULL), in adpcmdec_handle_frame()
428 ret = gst_audio_decoder_finish_frame (bdec, outbuf, 1); in adpcmdec_handle_frame()
434 adpcmdec_start (GstAudioDecoder * bdec) in adpcmdec_start() argument
[all …]
/third_party/gstreamer/gstplugins_good/ext/jpeg/
Dgstjpegdec.c98 static gboolean gst_jpeg_dec_start (GstVideoDecoder * bdec);
99 static gboolean gst_jpeg_dec_stop (GstVideoDecoder * bdec);
100 static gboolean gst_jpeg_dec_flush (GstVideoDecoder * bdec);
101 static GstFlowReturn gst_jpeg_dec_parse (GstVideoDecoder * bdec,
103 static GstFlowReturn gst_jpeg_dec_handle_frame (GstVideoDecoder * bdec,
105 static gboolean gst_jpeg_dec_decide_allocation (GstVideoDecoder * bdec,
107 static gboolean gst_jpeg_dec_sink_event (GstVideoDecoder * bdec,
291 gst_jpeg_dec_parse (GstVideoDecoder * bdec, GstVideoCodecFrame * frame, in gst_jpeg_dec_parse() argument
298 GstJpegDec *dec = (GstJpegDec *) bdec; in gst_jpeg_dec_parse()
458 gst_video_decoder_add_to_frame (bdec, toadd); in gst_jpeg_dec_parse()
[all …]
/third_party/gstreamer/gstplugins_good/ext/speex/
Dgstspeexdec.c84 static gboolean gst_speex_dec_set_format (GstAudioDecoder * bdec,
328 gst_speex_dec_set_format (GstAudioDecoder * bdec, GstCaps * caps) in gst_speex_dec_set_format() argument
330 GstSpeexDec *dec = GST_SPEEX_DEC (bdec); in gst_speex_dec_set_format()
488 gst_speex_dec_handle_frame (GstAudioDecoder * bdec, GstBuffer * buf) in gst_speex_dec_handle_frame() argument
497 dec = GST_SPEEX_DEC (bdec); in gst_speex_dec_handle_frame()
504 gst_audio_decoder_finish_frame (bdec, NULL, 1); in gst_speex_dec_handle_frame()
508 gst_audio_decoder_finish_frame (bdec, NULL, 1); in gst_speex_dec_handle_frame()
520 gst_audio_decoder_finish_frame (bdec, NULL, 1); in gst_speex_dec_handle_frame()
525 gst_audio_decoder_finish_frame (bdec, NULL, 1); in gst_speex_dec_handle_frame()
/third_party/gstreamer/gstplugins_good/ext/wavpack/
Dgstwavpackdec.c238 gst_wavpack_dec_set_format (GstAudioDecoder * bdec, GstCaps * caps) in gst_wavpack_dec_set_format() argument
272 gst_wavpack_dec_handle_frame (GstAudioDecoder * bdec, GstBuffer * buf) in gst_wavpack_dec_handle_frame() argument
285 dec = GST_WAVPACK_DEC (bdec); in gst_wavpack_dec_handle_frame()
415 ret = gst_audio_decoder_finish_frame (bdec, outbuf, 1); in gst_wavpack_dec_handle_frame()
442 GST_AUDIO_DECODER_ERROR (bdec, 1, LIBRARY, INIT, (NULL), in gst_wavpack_dec_handle_frame()
455 GST_AUDIO_DECODER_ERROR (bdec, 1, STREAM, DECODE, (NULL), in gst_wavpack_dec_handle_frame()
459 gst_audio_decoder_finish_frame (bdec, NULL, 1); in gst_wavpack_dec_handle_frame()
/third_party/gstreamer/gstplugins_bad/ext/dts/
Dgstdtsdec.c133 static gboolean gst_dtsdec_set_format (GstAudioDecoder * bdec, GstCaps * caps);
267 gst_dtsdec_parse (GstAudioDecoder * bdec, GstAdapter * adapter, in gst_dtsdec_parse() argument
276 dts = GST_DTSDEC (bdec); in gst_dtsdec_parse()
456 gst_dtsdec_handle_frame (GstAudioDecoder * bdec, GstBuffer * buffer) in gst_dtsdec_handle_frame() argument
472 dts = GST_DTSDEC (bdec); in gst_dtsdec_handle_frame()
638 result = gst_audio_decoder_finish_frame (bdec, outbuf, 1); in gst_dtsdec_handle_frame()
658 gst_dtsdec_set_format (GstAudioDecoder * bdec, GstCaps * caps) in gst_dtsdec_set_format() argument
660 GstDtsDec *dts = GST_DTSDEC (bdec); in gst_dtsdec_set_format()
/third_party/gstreamer/gstplugins_good/ext/libpng/
Dgstpngdec.c59 static gboolean gst_pngdec_sink_event (GstVideoDecoder * bdec,
551 gst_pngdec_decide_allocation (GstVideoDecoder * bdec, GstQuery * query) in gst_pngdec_decide_allocation() argument
556 if (!GST_VIDEO_DECODER_CLASS (parent_class)->decide_allocation (bdec, query)) in gst_pngdec_decide_allocation()
577 gst_pngdec_sink_event (GstVideoDecoder * bdec, GstEvent * event) in gst_pngdec_sink_event() argument
587 gst_video_decoder_set_packetized (bdec, TRUE); in gst_pngdec_sink_event()
589 gst_video_decoder_set_packetized (bdec, FALSE); in gst_pngdec_sink_event()
592 return GST_VIDEO_DECODER_CLASS (parent_class)->sink_event (bdec, event); in gst_pngdec_sink_event()
/third_party/gstreamer/gstplugins_base/ext/theora/
Dgsttheoradec.c296 theora_dec_set_format (GstVideoDecoder * bdec, GstVideoCodecState * state) in theora_dec_set_format() argument
300 dec = GST_THEORA_DEC (bdec); in theora_dec_set_format()
890 theora_dec_handle_frame (GstVideoDecoder * bdec, GstVideoCodecFrame * frame) in theora_dec_handle_frame() argument
895 dec = GST_THEORA_DEC (bdec); in theora_dec_handle_frame()
900 res = gst_video_decoder_finish_frame (bdec, frame); in theora_dec_handle_frame()
903 res = gst_video_decoder_drop_frame (bdec, frame); in theora_dec_handle_frame()
/third_party/gstreamer/gstplugins_bad/gst/vmnc/
Dvmncdec.c44 static gboolean gst_vmnc_dec_sink_event (GstVideoDecoder * bdec,
869 gst_vmnc_dec_sink_event (GstVideoDecoder * bdec, GstEvent * event) in gst_vmnc_dec_sink_event() argument
879 gst_video_decoder_set_packetized (bdec, TRUE); in gst_vmnc_dec_sink_event()
881 gst_video_decoder_set_packetized (bdec, FALSE); in gst_vmnc_dec_sink_event()
884 return GST_VIDEO_DECODER_CLASS (gst_vmnc_dec_parent_class)->sink_event (bdec, in gst_vmnc_dec_sink_event()
/third_party/gstreamer/gstplugins_base/ext/opus/
Dgstopusdec.c103 static gboolean gst_opus_dec_set_format (GstAudioDecoder * bdec,
789 gst_opus_dec_set_format (GstAudioDecoder * bdec, GstCaps * caps) in gst_opus_dec_set_format() argument
791 GstOpusDec *dec = GST_OPUS_DEC (bdec); in gst_opus_dec_set_format()
799 if ((old_caps = gst_pad_get_current_caps (GST_AUDIO_DECODER_SINK_PAD (bdec)))) { in gst_opus_dec_set_format()
/third_party/gstreamer/gstplugins_good/ext/vpx/
Dgstvpxdec.c754 gst_vpx_dec_decide_allocation (GstVideoDecoder * bdec, GstQuery * query) in gst_vpx_dec_decide_allocation() argument
756 GstVPXDec *dec = GST_VPX_DEC (bdec); in gst_vpx_dec_decide_allocation()
760 if (!GST_VIDEO_DECODER_CLASS (parent_class)->decide_allocation (bdec, query)) in gst_vpx_dec_decide_allocation()
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstamcvideodec.c247 static gboolean gst_amc_video_dec_decide_allocation (GstVideoDecoder * bdec,
249 static gboolean gst_amc_video_dec_src_query (GstVideoDecoder * bdec,
2497 gst_amc_video_dec_src_query (GstVideoDecoder * bdec, GstQuery * query) in gst_amc_video_dec_src_query() argument
2499 GstAmcVideoDec *self = GST_AMC_VIDEO_DEC (bdec); in gst_amc_video_dec_src_query()
2513 return GST_VIDEO_DECODER_CLASS (parent_class)->src_query (bdec, query); in gst_amc_video_dec_src_query()
2548 gst_amc_video_dec_decide_allocation (GstVideoDecoder * bdec, GstQuery * query) in gst_amc_video_dec_decide_allocation() argument
2550 GstAmcVideoDec *self = GST_AMC_VIDEO_DEC (bdec); in gst_amc_video_dec_decide_allocation()
2555 if (!GST_VIDEO_DECODER_CLASS (parent_class)->decide_allocation (bdec, query)) in gst_amc_video_dec_decide_allocation()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dplaybin-complex.c679 fake_theora_dec_handle_frame (GstVideoDecoder * bdec, in fake_theora_dec_handle_frame() argument
683 gst_video_codec_state_unref (gst_video_decoder_set_output_state (bdec, in fake_theora_dec_handle_frame()
685 gst_video_decoder_allocate_output_frame (bdec, frame); in fake_theora_dec_handle_frame()
686 return gst_video_decoder_finish_frame (bdec, frame); in fake_theora_dec_handle_frame()
/third_party/flutter/skia/third_party/externals/libwebp/
DChangeLog2121 5598bdec enc_mips32.c: fix file mode
/third_party/skia/third_party/externals/libwebp/
DChangeLog2326 5598bdec enc_mips32.c: fix file mode