Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/siren/
Dgstsirendec.c133 gst_siren_dec_set_format (GstAudioDecoder * bdec, GstCaps * caps) in gst_siren_dec_set_format() argument
139 return gst_audio_decoder_set_output_format (bdec, &info); in gst_siren_dec_set_format()
165 gst_siren_dec_handle_frame (GstAudioDecoder * bdec, GstBuffer * buf) in gst_siren_dec_handle_frame() argument
179 dec = GST_SIREN_DEC (bdec); in gst_siren_dec_handle_frame()
200 out_buf = gst_audio_decoder_allocate_output_buffer (bdec, out_size); in gst_siren_dec_handle_frame()
231 ret = gst_audio_decoder_finish_frame (bdec, out_buf, 1); in gst_siren_dec_handle_frame()
245 GST_AUDIO_DECODER_ERROR (bdec, 1, STREAM, DECODE, (NULL), 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/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,
225 gst_webp_dec_stop (GstVideoDecoder * bdec) in gst_webp_dec_stop() argument
227 GstWebPDec *webpdec = (GstWebPDec *) bdec; in gst_webp_dec_stop()
253 gst_webp_dec_decide_allocation (GstVideoDecoder * bdec, GstQuery * query) in gst_webp_dec_decide_allocation() argument
258 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.c92 adpcmdec_set_format (GstAudioDecoder * bdec, GstCaps * in_caps) in adpcmdec_set_format() argument
94 ADPCMDec *dec = (ADPCMDec *) (bdec); in adpcmdec_set_format()
122 gst_audio_decoder_set_output_format (bdec, &info); in adpcmdec_set_format()
383 adpcmdec_parse (GstAudioDecoder * bdec, GstAdapter * adapter, in adpcmdec_parse() argument
386 ADPCMDec *dec = (ADPCMDec *) (bdec); in adpcmdec_parse()
409 adpcmdec_handle_frame (GstAudioDecoder * bdec, GstBuffer * buffer) in adpcmdec_handle_frame() argument
411 ADPCMDec *dec = (ADPCMDec *) (bdec); in adpcmdec_handle_frame()
428 GST_AUDIO_DECODER_ERROR (bdec, 1, STREAM, DECODE, (NULL), in adpcmdec_handle_frame()
433 ret = gst_audio_decoder_finish_frame (bdec, outbuf, 1); in adpcmdec_handle_frame()
439 adpcmdec_start (GstAudioDecoder * bdec) in adpcmdec_start() argument
[all …]
/third_party/gstreamer/gstplugins_good/ext/jpeg/
Dgstjpegdec.c99 static gboolean gst_jpeg_dec_start (GstVideoDecoder * bdec);
100 static gboolean gst_jpeg_dec_stop (GstVideoDecoder * bdec);
101 static gboolean gst_jpeg_dec_flush (GstVideoDecoder * bdec);
102 static GstFlowReturn gst_jpeg_dec_parse (GstVideoDecoder * bdec,
104 static GstFlowReturn gst_jpeg_dec_handle_frame (GstVideoDecoder * bdec,
106 static gboolean gst_jpeg_dec_decide_allocation (GstVideoDecoder * bdec,
108 static gboolean gst_jpeg_dec_sink_event (GstVideoDecoder * bdec,
296 gst_jpeg_dec_parse (GstVideoDecoder * bdec, GstVideoCodecFrame * frame, in gst_jpeg_dec_parse() argument
303 GstJpegDec *dec = (GstJpegDec *) bdec; in gst_jpeg_dec_parse()
463 gst_video_decoder_add_to_frame (bdec, toadd); in gst_jpeg_dec_parse()
[all …]
/third_party/gstreamer/gstplugins_good/ext/speex/
Dgstspeexdec.c86 static gboolean gst_speex_dec_set_format (GstAudioDecoder * bdec,
330 gst_speex_dec_set_format (GstAudioDecoder * bdec, GstCaps * caps) in gst_speex_dec_set_format() argument
332 GstSpeexDec *dec = GST_SPEEX_DEC (bdec); in gst_speex_dec_set_format()
490 gst_speex_dec_handle_frame (GstAudioDecoder * bdec, GstBuffer * buf) in gst_speex_dec_handle_frame() argument
499 dec = GST_SPEEX_DEC (bdec); in gst_speex_dec_handle_frame()
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_good/ext/wavpack/
Dgstwavpackdec.c252 gst_wavpack_dec_set_format (GstAudioDecoder * bdec, GstCaps * caps) in gst_wavpack_dec_set_format() argument
286 gst_wavpack_dec_handle_frame (GstAudioDecoder * bdec, GstBuffer * buf) in gst_wavpack_dec_handle_frame() argument
300 dec = GST_WAVPACK_DEC (bdec); in gst_wavpack_dec_handle_frame()
435 ret = gst_audio_decoder_finish_frame (bdec, outbuf, 1); in gst_wavpack_dec_handle_frame()
462 GST_AUDIO_DECODER_ERROR (bdec, 1, LIBRARY, INIT, (NULL), in gst_wavpack_dec_handle_frame()
475 GST_AUDIO_DECODER_ERROR (bdec, 1, STREAM, DECODE, (NULL), 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/dts/
Dgstdtsdec.c133 static gboolean gst_dtsdec_set_format (GstAudioDecoder * bdec, GstCaps * caps);
271 gst_dtsdec_parse (GstAudioDecoder * bdec, GstAdapter * adapter, in gst_dtsdec_parse() argument
280 dts = GST_DTSDEC (bdec); in gst_dtsdec_parse()
460 gst_dtsdec_handle_frame (GstAudioDecoder * bdec, GstBuffer * buffer) in gst_dtsdec_handle_frame() argument
476 dts = GST_DTSDEC (bdec); in gst_dtsdec_handle_frame()
642 result = gst_audio_decoder_finish_frame (bdec, outbuf, 1); in gst_dtsdec_handle_frame()
662 gst_dtsdec_set_format (GstAudioDecoder * bdec, GstCaps * caps) in gst_dtsdec_set_format() argument
664 GstDtsDec *dts = GST_DTSDEC (bdec); in gst_dtsdec_set_format()
/third_party/gstreamer/gstplugins_good/ext/libpng/
Dgstpngdec.c60 static gboolean gst_pngdec_sink_event (GstVideoDecoder * bdec,
554 gst_pngdec_decide_allocation (GstVideoDecoder * bdec, GstQuery * query) in gst_pngdec_decide_allocation() argument
559 if (!GST_VIDEO_DECODER_CLASS (parent_class)->decide_allocation (bdec, query)) in gst_pngdec_decide_allocation()
580 gst_pngdec_sink_event (GstVideoDecoder * bdec, GstEvent * event) in gst_pngdec_sink_event() argument
590 gst_video_decoder_set_packetized (bdec, TRUE); in gst_pngdec_sink_event()
592 gst_video_decoder_set_packetized (bdec, FALSE); in gst_pngdec_sink_event()
595 return GST_VIDEO_DECODER_CLASS (parent_class)->sink_event (bdec, event); in gst_pngdec_sink_event()
/third_party/gstreamer/gstplugins_base/ext/theora/
Dgsttheoradec.c298 theora_dec_set_format (GstVideoDecoder * bdec, GstVideoCodecState * state) in theora_dec_set_format() argument
302 dec = GST_THEORA_DEC (bdec); in theora_dec_set_format()
896 theora_dec_handle_frame (GstVideoDecoder * bdec, GstVideoCodecFrame * frame) in theora_dec_handle_frame() argument
901 dec = GST_THEORA_DEC (bdec); in theora_dec_handle_frame()
906 res = gst_video_decoder_finish_frame (bdec, frame); in theora_dec_handle_frame()
909 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,
871 gst_vmnc_dec_sink_event (GstVideoDecoder * bdec, GstEvent * event) in gst_vmnc_dec_sink_event() argument
881 gst_video_decoder_set_packetized (bdec, TRUE); in gst_vmnc_dec_sink_event()
883 gst_video_decoder_set_packetized (bdec, FALSE); in gst_vmnc_dec_sink_event()
886 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.c107 static gboolean gst_opus_dec_set_format (GstAudioDecoder * bdec,
836 gst_opus_dec_set_format (GstAudioDecoder * bdec, GstCaps * caps) in gst_opus_dec_set_format() argument
838 GstOpusDec *dec = GST_OPUS_DEC (bdec); in gst_opus_dec_set_format()
846 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.c787 gst_vpx_dec_decide_allocation (GstVideoDecoder * bdec, GstQuery * query) in gst_vpx_dec_decide_allocation() argument
789 GstVPXDec *dec = GST_VPX_DEC (bdec); in gst_vpx_dec_decide_allocation()
793 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.c239 static gboolean gst_amc_video_dec_decide_allocation (GstVideoDecoder * bdec,
241 static gboolean gst_amc_video_dec_src_query (GstVideoDecoder * bdec,
2389 gst_amc_video_dec_src_query (GstVideoDecoder * bdec, GstQuery * query) in gst_amc_video_dec_src_query() argument
2391 GstAmcVideoDec *self = GST_AMC_VIDEO_DEC (bdec); in gst_amc_video_dec_src_query()
2405 return GST_VIDEO_DECODER_CLASS (parent_class)->src_query (bdec, query); in gst_amc_video_dec_src_query()
2440 gst_amc_video_dec_decide_allocation (GstVideoDecoder * bdec, GstQuery * query) in gst_amc_video_dec_decide_allocation() argument
2442 GstAmcVideoDec *self = GST_AMC_VIDEO_DEC (bdec); in gst_amc_video_dec_decide_allocation()
2447 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/skia/third_party/externals/libwebp/
DChangeLog2326 5598bdec enc_mips32.c: fix file mode
/third_party/flutter/skia/third_party/externals/libwebp/
DChangeLog2121 5598bdec enc_mips32.c: fix file mode
/third_party/openh264/res/
DCisco_Absolute_Power_1280x720_30fps.yuv770 …MMONNONQWUOIJQRPQRNJNQTYOIFM_a`_UPJC:;>CGIDAEC?<7<@DC<66?IHEIMQRHB?BKZ_^[\bdec``_]_^[]^^^\XTKJLLML…