/third_party/node/test/parallel/ |
D | test-whatwg-encoding-custom-textdecoder.js | 22 const dec = new TextDecoder(i); constant 29 const dec = new TextDecoder(i); constant 40 const dec = new TextDecoder(i, { ignoreBOM: true }); constant 46 const dec = new TextDecoder(i, { ignoreBOM: true }); constant 57 const dec = new TextDecoder(i, { fatal: true }); constant 68 const dec = new TextDecoder(i, { fatal: true }); constant 84 const dec = new TextDecoder(undefined, null); constant 93 const dec = new TextDecoder('utf-16le'); constant 100 const dec = new TextDecoder('utf-16be'); constant 107 const dec = new TextDecoder('utf-8', { ignoreBOM: true }); constant [all …]
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/audio/ |
D | gstnonstreamaudiodecoder.c | 489 gst_nonstream_audio_decoder_init (GstNonstreamAudioDecoder * dec, in gst_nonstream_audio_decoder_init() 548 GstNonstreamAudioDecoder *dec = GST_NONSTREAM_AUDIO_DECODER (object); in gst_nonstream_audio_decoder_finalize() local 561 GstNonstreamAudioDecoder *dec = GST_NONSTREAM_AUDIO_DECODER (object); in gst_nonstream_audio_decoder_set_property() local 703 GstNonstreamAudioDecoder *dec = GST_NONSTREAM_AUDIO_DECODER (object); in gst_nonstream_audio_decoder_get_property() local 762 GstNonstreamAudioDecoder *dec = GST_NONSTREAM_AUDIO_DECODER (element); in gst_nonstream_audio_decoder_change_state() local 798 GstNonstreamAudioDecoder *dec = GST_NONSTREAM_AUDIO_DECODER (element); in gst_nonstream_audio_decoder_change_state() local 806 GstNonstreamAudioDecoder *dec = GST_NONSTREAM_AUDIO_DECODER (element); in gst_nonstream_audio_decoder_change_state() local 828 GstNonstreamAudioDecoder *dec = GST_NONSTREAM_AUDIO_DECODER (parent); in gst_nonstream_audio_decoder_sink_event() local 889 GstNonstreamAudioDecoder *dec; in gst_nonstream_audio_decoder_sink_query() local 917 GstNonstreamAudioDecoder *dec = GST_NONSTREAM_AUDIO_DECODER (parent); in gst_nonstream_audio_decoder_chain() local [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudiodecoder.c | 430 gst_audio_decoder_init (GstAudioDecoder * dec, GstAudioDecoderClass * klass) in gst_audio_decoder_init() 487 gst_audio_decoder_reset (GstAudioDecoder * dec, gboolean full) in gst_audio_decoder_reset() 559 GstAudioDecoder *dec; in gst_audio_decoder_finalize() local 577 gst_audio_decoder_create_merged_tags_event (GstAudioDecoder * dec) in gst_audio_decoder_create_merged_tags_event() 603 gst_audio_decoder_push_event (GstAudioDecoder * dec, GstEvent * event) in gst_audio_decoder_push_event() 628 gst_audio_decoder_negotiate_default (GstAudioDecoder * dec) in gst_audio_decoder_negotiate_default() 725 gst_audio_decoder_negotiate_unlocked (GstAudioDecoder * dec) in gst_audio_decoder_negotiate_unlocked() 747 gst_audio_decoder_negotiate (GstAudioDecoder * dec) in gst_audio_decoder_negotiate() 778 gst_audio_decoder_set_output_format (GstAudioDecoder * dec, in gst_audio_decoder_set_output_format() 816 gst_audio_decoder_set_output_caps (GstAudioDecoder * dec, GstCaps * caps) in gst_audio_decoder_set_output_caps() [all …]
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | alpha_dec.c | 28 ALPHDecoder* const dec = (ALPHDecoder*)WebPSafeCalloc(1ULL, sizeof(*dec)); in ALPHNew() local 33 static void ALPHDelete(ALPHDecoder* const dec) { in ALPHDelete() 48 static int ALPHInit(ALPHDecoder* const dec, const uint8_t* data, in ALPHInit() 110 static int ALPHDecode(VP8Decoder* const dec, int row, int num_rows) { in ALPHDecode() 150 static int AllocateAlphaPlane(VP8Decoder* const dec, const VP8Io* const io) { in AllocateAlphaPlane() 165 void WebPDeallocateAlphaMemory(VP8Decoder* const dec) { in WebPDeallocateAlphaMemory() 177 const uint8_t* VP8DecompressAlphaRows(VP8Decoder* const dec, in VP8DecompressAlphaRows()
|
D | vp8_dec.c | 42 static void SetOk(VP8Decoder* const dec) { in SetOk() 58 VP8Decoder* const dec = (VP8Decoder*)WebPSafeCalloc(1ULL, sizeof(*dec)); in VP8New() local 69 VP8StatusCode VP8Status(VP8Decoder* const dec) { in VP8Status() 74 const char* VP8StatusMessage(VP8Decoder* const dec) { in VP8StatusMessage() 80 void VP8Delete(VP8Decoder* const dec) { in VP8Delete() 87 int VP8SetError(VP8Decoder* const dec, in VP8SetError() 201 static VP8StatusCode ParsePartitions(VP8Decoder* const dec, in ParsePartitions() 233 static int ParseFilterHeader(VP8BitReader* br, VP8Decoder* const dec) { in ParseFilterHeader() 259 int VP8GetHeaders(VP8Decoder* const dec, VP8Io* const io) { in VP8GetHeaders() 511 static int ParseResiduals(VP8Decoder* const dec, in ParseResiduals() [all …]
|
D | frame_dec.c | 71 static void ReconstructRow(const VP8Decoder* const dec, in ReconstructRow() 203 static void DoFilter(const VP8Decoder* const dec, int mb_x, int mb_y) { in DoFilter() 253 static void FilterRow(const VP8Decoder* const dec) { in FilterRow() 265 static void PrecomputeFilterStrengths(VP8Decoder* const dec) { in PrecomputeFilterStrengths() 329 VP8Decoder* const dec) { in VP8InitDithering() 371 static void DitherRow(VP8Decoder* const dec) { in DitherRow() 403 VP8Decoder* const dec = (VP8Decoder*)arg1; in FinishRow() local 501 int VP8ProcessRow(VP8Decoder* const dec, VP8Io* const io) { in VP8ProcessRow() 549 VP8StatusCode VP8EnterCritical(VP8Decoder* const dec, VP8Io* const io) { in VP8EnterCritical() 601 int VP8ExitCritical(VP8Decoder* const dec, VP8Io* const io) { in VP8ExitCritical() [all …]
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/ |
D | alpha_dec.c | 28 ALPHDecoder* const dec = (ALPHDecoder*)WebPSafeCalloc(1ULL, sizeof(*dec)); in ALPHNew() local 33 static void ALPHDelete(ALPHDecoder* const dec) { in ALPHDelete() 48 static int ALPHInit(ALPHDecoder* const dec, const uint8_t* data, in ALPHInit() 110 static int ALPHDecode(VP8Decoder* const dec, int row, int num_rows) { in ALPHDecode() 150 static int AllocateAlphaPlane(VP8Decoder* const dec, const VP8Io* const io) { in AllocateAlphaPlane() 165 void WebPDeallocateAlphaMemory(VP8Decoder* const dec) { in WebPDeallocateAlphaMemory() 177 const uint8_t* VP8DecompressAlphaRows(VP8Decoder* const dec, in VP8DecompressAlphaRows()
|
D | vp8_dec.c | 42 static void SetOk(VP8Decoder* const dec) { in SetOk() 58 VP8Decoder* const dec = (VP8Decoder*)WebPSafeCalloc(1ULL, sizeof(*dec)); in VP8New() local 69 VP8StatusCode VP8Status(VP8Decoder* const dec) { in VP8Status() 74 const char* VP8StatusMessage(VP8Decoder* const dec) { in VP8StatusMessage() 80 void VP8Delete(VP8Decoder* const dec) { in VP8Delete() 87 int VP8SetError(VP8Decoder* const dec, in VP8SetError() 201 static VP8StatusCode ParsePartitions(VP8Decoder* const dec, in ParsePartitions() 233 static int ParseFilterHeader(VP8BitReader* br, VP8Decoder* const dec) { in ParseFilterHeader() 259 int VP8GetHeaders(VP8Decoder* const dec, VP8Io* const io) { in VP8GetHeaders() 513 static int ParseResiduals(VP8Decoder* const dec, in ParseResiduals() [all …]
|
D | frame_dec.c | 71 static void ReconstructRow(const VP8Decoder* const dec, in ReconstructRow() 203 static void DoFilter(const VP8Decoder* const dec, int mb_x, int mb_y) { in DoFilter() 253 static void FilterRow(const VP8Decoder* const dec) { in FilterRow() 265 static void PrecomputeFilterStrengths(VP8Decoder* const dec) { in PrecomputeFilterStrengths() 329 VP8Decoder* const dec) { in VP8InitDithering() 371 static void DitherRow(VP8Decoder* const dec) { in DitherRow() 403 VP8Decoder* const dec = (VP8Decoder*)arg1; in FinishRow() local 501 int VP8ProcessRow(VP8Decoder* const dec, VP8Io* const io) { in VP8ProcessRow() 549 VP8StatusCode VP8EnterCritical(VP8Decoder* const dec, VP8Io* const io) { in VP8EnterCritical() 601 int VP8ExitCritical(VP8Decoder* const dec, VP8Io* const io) { in VP8ExitCritical() [all …]
|
/third_party/gstreamer/gstplugins_base/ext/theora/ |
D | gsttheoradec.c | 199 gst_theora_dec_init (GstTheoraDec * dec) in gst_theora_dec_init() 219 GstTheoraDec *dec = GST_THEORA_DEC (decoder); in theora_dec_start() local 232 GstTheoraDec *dec = GST_THEORA_DEC (decoder); in theora_dec_stop() local 263 GstTheoraDec *dec = GST_THEORA_DEC (decoder); in theora_dec_flush() local 298 GstTheoraDec *dec; in theora_dec_set_format() local 360 theora_handle_comment_packet (GstTheoraDec * dec, ogg_packet * packet) in theora_handle_comment_packet() 399 theora_handle_type_packet (GstTheoraDec * dec) in theora_handle_type_packet() 551 theora_handle_header_packet (GstTheoraDec * dec, ogg_packet * packet) in theora_handle_header_packet() 590 theoradec_handle_header_caps (GstTheoraDec * dec) in theoradec_handle_header_caps() 646 theora_handle_image (GstTheoraDec * dec, th_ycbcr_buffer buf, in theora_handle_image() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/openmpt/ |
D | gstopenmptdec.c | 302 GstNonstreamAudioDecoder *dec; in gst_openmpt_dec_set_property() local 427 gst_openmpt_dec_seek (GstNonstreamAudioDecoder * dec, in gst_openmpt_dec_seek() 442 gst_openmpt_dec_tell (GstNonstreamAudioDecoder * dec) in gst_openmpt_dec_tell() 500 gst_openmpt_dec_load_from_buffer (GstNonstreamAudioDecoder * dec, in gst_openmpt_dec_load_from_buffer() 704 gst_openmpt_dec_get_main_tags (GstNonstreamAudioDecoder * dec) in gst_openmpt_dec_get_main_tags() 712 gst_openmpt_dec_set_current_subsong (GstNonstreamAudioDecoder * dec, in gst_openmpt_dec_set_current_subsong() 734 gst_openmpt_dec_get_current_subsong (GstNonstreamAudioDecoder * dec) in gst_openmpt_dec_get_current_subsong() 742 gst_openmpt_dec_get_num_subsongs (GstNonstreamAudioDecoder * dec) in gst_openmpt_dec_get_num_subsongs() 750 gst_openmpt_dec_get_subsong_duration (GstNonstreamAudioDecoder * dec, in gst_openmpt_dec_get_subsong_duration() 759 gst_openmpt_dec_get_subsong_tags (GstNonstreamAudioDecoder * dec, guint subsong) in gst_openmpt_dec_get_subsong_tags() [all …]
|
/third_party/gstreamer/gstplugins_good/ext/wavpack/ |
D | gstwavpackdec.c | 125 gst_wavpack_dec_reset (GstWavpackDec * dec) in gst_wavpack_dec_reset() 137 gst_wavpack_dec_init (GstWavpackDec * dec) in gst_wavpack_dec_init() 153 GstWavpackDec *dec = GST_WAVPACK_DEC (object); in gst_wavpack_dec_finalize() local 162 gst_wavpack_dec_start (GstAudioDecoder * dec) in gst_wavpack_dec_start() 177 gst_wavpack_dec_stop (GstAudioDecoder * dec) in gst_wavpack_dec_stop() 194 gst_wavpack_dec_negotiate (GstWavpackDec * dec) in gst_wavpack_dec_negotiate() 247 gst_wavpack_dec_post_tags (GstWavpackDec * dec) in gst_wavpack_dec_post_tags() 274 GstWavpackDec *dec; in gst_wavpack_dec_handle_frame() local
|
/third_party/gstreamer/gstplugins_bad/ext/libde265/ |
D | libde265-dec.c | 131 _gst_libde265_dec_reset_decoder (GstLibde265Dec * dec) in _gst_libde265_dec_reset_decoder() 142 gst_libde265_dec_init (GstLibde265Dec * dec) in gst_libde265_dec_init() 155 _gst_libde265_dec_free_decoder (GstLibde265Dec * dec) in _gst_libde265_dec_free_decoder() 173 GstLibde265Dec *dec = GST_LIBDE265_DEC (object); in gst_libde265_dec_finalize() local 184 GstLibde265Dec *dec = GST_LIBDE265_DEC (object); in gst_libde265_dec_set_property() local 204 GstLibde265Dec *dec = GST_LIBDE265_DEC (object); in gst_libde265_dec_get_property() local 240 GstLibde265Dec *dec = GST_LIBDE265_DEC (base); in gst_libde265_dec_get_buffer() local 364 GstLibde265Dec *dec = GST_LIBDE265_DEC (decoder); in gst_libde265_dec_start() local 403 GstLibde265Dec *dec = GST_LIBDE265_DEC (decoder); in gst_libde265_dec_stop() local 413 GstLibde265Dec *dec = GST_LIBDE265_DEC (decoder); in gst_libde265_dec_flush() local [all …]
|
/third_party/gstreamer/gstplugins_good/ext/speex/ |
D | gstspeexdec.c | 130 gst_speex_dec_reset (GstSpeexDec * dec) in gst_speex_dec_reset() 156 gst_speex_dec_init (GstSpeexDec * dec) in gst_speex_dec_init() 169 gst_speex_dec_start (GstAudioDecoder * dec) in gst_speex_dec_start() 183 gst_speex_dec_stop (GstAudioDecoder * dec) in gst_speex_dec_stop() 194 gst_speex_dec_parse_header (GstSpeexDec * dec, GstBuffer * buf) in gst_speex_dec_parse_header() 282 gst_speex_dec_parse_comments (GstSpeexDec * dec, GstBuffer * buf) in gst_speex_dec_parse_comments() 330 GstSpeexDec *dec = GST_SPEEX_DEC (bdec); in gst_speex_dec_set_format() local 367 gst_speex_dec_parse_data (GstSpeexDec * dec, GstBuffer * buf) in gst_speex_dec_parse_data() 491 GstSpeexDec *dec; in gst_speex_dec_handle_frame() local
|
/third_party/gstreamer/gstplugins_bad/gst/vmnc/ |
D | vmncdec.c | 108 gst_vmnc_dec_init (GstVMncDec * dec) in gst_vmnc_dec_init() 118 GstVMncDec *dec = GST_VMNC_DEC (decoder); in gst_vmnc_dec_reset() local 157 vmnc_handle_wmvi_rectangle (GstVMncDec * dec, struct RfbRectangle *rect, in vmnc_handle_wmvi_rectangle() 273 render_colour_cursor (GstVMncDec * dec, guint8 * data, int x, int y, in render_colour_cursor() 328 render_cursor (GstVMncDec * dec, guint8 * data) in render_cursor() 368 vmnc_fill_buffer (GstVMncDec * dec, GstVideoCodecFrame * frame) in vmnc_fill_buffer() 391 vmnc_handle_wmvd_rectangle (GstVMncDec * dec, struct RfbRectangle *rect, in vmnc_handle_wmvd_rectangle() 445 vmnc_handle_wmve_rectangle (GstVMncDec * dec, struct RfbRectangle *rect, in vmnc_handle_wmve_rectangle() 464 vmnc_handle_wmvf_rectangle (GstVMncDec * dec, struct RfbRectangle *rect, in vmnc_handle_wmvf_rectangle() 474 vmnc_handle_wmvg_rectangle (GstVMncDec * dec, struct RfbRectangle *rect, in vmnc_handle_wmvg_rectangle() [all …]
|
/third_party/minimp3/player/ |
D | decode.c | 16 static void get_spectrum(decoder *dec, int numch) in get_spectrum() 53 void decode_samples(decoder *dec, uint8_t *buf, int bytes) in decode_samples() 59 int open_dec(decoder *dec, const char *file_name) in open_dec() 72 int close_dec(decoder *dec) in close_dec()
|
/third_party/gstreamer/gstplugins_bad/ext/gsm/ |
D | gstgsmdec.c | 114 gst_gsmdec_start (GstAudioDecoder * dec) in gst_gsmdec_start() 126 gst_gsmdec_stop (GstAudioDecoder * dec) in gst_gsmdec_stop() 138 gst_gsmdec_set_format (GstAudioDecoder * dec, GstCaps * caps) in gst_gsmdec_set_format() 189 gst_gsmdec_parse (GstAudioDecoder * dec, GstAdapter * adapter, in gst_gsmdec_parse() 224 gst_gsmdec_get_frame_count (GstGSMDec * dec, gsize buffer_size) in gst_gsmdec_get_frame_count() 240 gst_gsmdec_handle_frame (GstAudioDecoder * dec, GstBuffer * buffer) in gst_gsmdec_handle_frame()
|
/third_party/gstreamer/gstplugins_bad/ext/sbc/ |
D | gstsbcdec.c | 67 GstSbcDec *dec = GST_SBC_DEC (audio_dec); in gst_sbc_dec_handle_frame() local 143 GstSbcDec *dec = GST_SBC_DEC (audio_dec); in gst_sbc_dec_set_format() local 188 gst_sbc_dec_start (GstAudioDecoder * dec) in gst_sbc_dec_start() 199 gst_sbc_dec_stop (GstAudioDecoder * dec) in gst_sbc_dec_stop() 236 gst_sbc_dec_init (GstSbcDec * dec) in gst_sbc_dec_init()
|
/third_party/gstreamer/gstplugins_bad/ext/aom/ |
D | gstav1dec.c | 138 GstVideoDecoder *dec = (GstVideoDecoder *) av1dec; in gst_av1_dec_init() local 170 gst_av1_dec_start (GstVideoDecoder * dec) in gst_av1_dec_start() 182 gst_av1_dec_stop (GstVideoDecoder * dec) in gst_av1_dec_stop() 205 gst_av1_dec_set_format (GstVideoDecoder * dec, GstVideoCodecState * state) in gst_av1_dec_set_format() 229 gst_av1_dec_flush (GstVideoDecoder * dec) in gst_av1_dec_flush() 285 gst_av1_dec_image_to_buffer (GstAV1Dec * dec, const aom_image_t * img, in gst_av1_dec_image_to_buffer() 338 gst_av1_dec_get_valid_format (GstAV1Dec * dec, const aom_image_t * img, in gst_av1_dec_get_valid_format() 413 gst_av1_dec_handle_frame (GstVideoDecoder * dec, GstVideoCodecFrame * frame) in gst_av1_dec_handle_frame()
|
/third_party/gstreamer/gstplugins_good/ext/vpx/ |
D | gstvpxdec.c | 214 GstVPXDec *dec; in gst_vpx_dec_set_property() local 246 GstVPXDec *dec; in gst_vpx_dec_get_property() local 362 gst_vpx_dec_default_send_tags (GstVPXDec * dec) in gst_vpx_dec_default_send_tags() 386 gst_vpx_dec_prepare_image (GstVPXDec * dec, const vpx_image_t * img) in gst_vpx_dec_prepare_image() 417 GstVPXDec *dec = priv; in gst_vpx_dec_get_buffer_cb() local 515 gst_vpx_dec_image_to_buffer (GstVPXDec * dec, const vpx_image_t * img, in gst_vpx_dec_image_to_buffer() 556 gst_vpx_dec_open_codec (GstVPXDec * dec, GstVideoCodecFrame * frame) in gst_vpx_dec_open_codec() 649 GstVPXDec *dec; in gst_vpx_dec_handle_frame() local 756 GstVPXDec *dec = GST_VPX_DEC (bdec); in gst_vpx_dec_decide_allocation() local 780 gst_vpx_dec_set_stream_info (GstVPXDec * dec, in gst_vpx_dec_set_stream_info() [all …]
|
/third_party/gstreamer/gstplugins_base/ext/opus/ |
D | gstopusdec.c | 164 gst_opus_dec_reset (GstOpusDec * dec) in gst_opus_dec_reset() 186 gst_opus_dec_init (GstOpusDec * dec) in gst_opus_dec_init() 201 gst_opus_dec_start (GstAudioDecoder * dec) in gst_opus_dec_start() 222 gst_opus_dec_stop (GstAudioDecoder * dec) in gst_opus_dec_stop() 244 gst_opus_dec_negotiate (GstOpusDec * dec, const GstAudioChannelPosition * pos) in gst_opus_dec_negotiate() 328 gst_opus_dec_parse_header (GstOpusDec * dec, GstBuffer * buf) in gst_opus_dec_parse_header() 396 gst_opus_dec_parse_comments (GstOpusDec * dec, GstBuffer * buf) in gst_opus_dec_parse_comments() 462 opus_dec_chain_parse_data (GstOpusDec * dec, GstBuffer * buffer) in opus_dec_chain_parse_data() 791 GstOpusDec *dec = GST_OPUS_DEC (bdec); in gst_opus_dec_set_format() local 885 GstOpusDec *dec; in gst_opus_dec_handle_frame() local [all …]
|
/third_party/gstreamer/gstplugins_good/ext/jpeg/ |
D | gstjpegdec.c | 116 GstJpegDec *dec = GST_JPEG_DEC (object); in gst_jpeg_dec_finalize() local 204 GstJpegDec *dec = CINFO_GET_JPEGDEC (cinfo); in gst_jpeg_dec_skip_input_data() local 251 gst_jpeg_dec_init (GstJpegDec * dec) in gst_jpeg_dec_init() 298 GstJpegDec *dec = (GstJpegDec *) bdec; in gst_jpeg_dec_parse() local 596 gst_jpeg_dec_set_format (GstVideoDecoder * dec, GstVideoCodecState * state) in gst_jpeg_dec_set_format() 624 gst_jpeg_dec_free_buffers (GstJpegDec * dec) in gst_jpeg_dec_free_buffers() 641 gst_jpeg_dec_ensure_buffers (GstJpegDec * dec, guint maxrowbytes) in gst_jpeg_dec_ensure_buffers() 666 gst_jpeg_dec_decode_grayscale (GstJpegDec * dec, GstVideoFrame * frame, in gst_jpeg_dec_decode_grayscale() 716 gst_jpeg_dec_decode_rgb (GstJpegDec * dec, GstVideoFrame * frame, in gst_jpeg_dec_decode_rgb() 773 gst_jpeg_dec_decode_indirect (GstJpegDec * dec, GstVideoFrame * frame, gint r_v, in gst_jpeg_dec_decode_indirect() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst/siren/ |
D | gstsirendec.c | 95 gst_siren_dec_init (GstSirenDec * dec) in gst_siren_dec_init() 104 gst_siren_dec_start (GstAudioDecoder * dec) in gst_siren_dec_start() 119 gst_siren_dec_stop (GstAudioDecoder * dec) in gst_siren_dec_stop() 141 gst_siren_dec_parse (GstAudioDecoder * dec, GstAdapter * adapter, in gst_siren_dec_parse() 165 GstSirenDec *dec; in gst_siren_dec_handle_frame() local
|
/third_party/gstreamer/gstplugins_bad/gst/adpcmdec/ |
D | adpcmdec.c | 89 ADPCMDec *dec = (ADPCMDec *) (bdec); in adpcmdec_set_format() local 176 adpcmdec_decode_ms_block (ADPCMDec * dec, int n_samples, const guint8 * data, in adpcmdec_decode_ms_block() 269 adpcmdec_decode_ima_block (ADPCMDec * dec, int n_samples, const guint8 * data, in adpcmdec_decode_ima_block() 329 adpcmdec_decode_block (ADPCMDec * dec, const guint8 * data, int blocksize) in adpcmdec_decode_block() 381 ADPCMDec *dec = (ADPCMDec *) (bdec); in adpcmdec_parse() local 406 ADPCMDec *dec = (ADPCMDec *) (bdec); in adpcmdec_handle_frame() local 436 ADPCMDec *dec = (ADPCMDec *) bdec; in adpcmdec_start() local 448 adpcmdec_stop (GstAudioDecoder * dec) in adpcmdec_stop() 456 adpcmdec_init (ADPCMDec * dec) in adpcmdec_init()
|
/third_party/gstreamer/gstplugins_good/ext/mpg123/ |
D | gstmpg123audiodec.c | 208 gst_mpg123_audio_dec_start (GstAudioDecoder * dec) in gst_mpg123_audio_dec_start() 263 gst_mpg123_audio_dec_stop (GstAudioDecoder * dec) in gst_mpg123_audio_dec_stop() 284 GstAudioDecoder *dec; in gst_mpg123_audio_dec_push_decoded_bytes() local 321 gst_mpg123_audio_dec_handle_frame (GstAudioDecoder * dec, in gst_mpg123_audio_dec_handle_frame() 443 gst_mpg123_audio_dec_set_format (GstAudioDecoder * dec, GstCaps * input_caps) in gst_mpg123_audio_dec_set_format() 591 gst_mpg123_audio_dec_flush (GstAudioDecoder * dec, gboolean hard) in gst_mpg123_audio_dec_flush()
|