Home
last modified time | relevance | path

Searched defs:dec (Results 1 – 25 of 420) sorted by relevance

12345678910>>...17

/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_types.h30 vn_decode_uint64_t(struct vn_cs_decoder *dec, uint64_t *val) in vn_decode_uint64_t()
53 vn_decode_uint64_t_array(struct vn_cs_decoder *dec, uint64_t *val, uint32_t count) in vn_decode_uint64_t_array()
76 vn_decode_int32_t(struct vn_cs_decoder *dec, int32_t *val) in vn_decode_int32_t()
99 vn_decode_int32_t_array(struct vn_cs_decoder *dec, int32_t *val, uint32_t count) in vn_decode_int32_t_array()
122 vn_decode_VkStructureType(struct vn_cs_decoder *dec, VkStructureType *val) in vn_decode_VkStructureType()
143 vn_decode_size_t(struct vn_cs_decoder *dec, size_t *val) in vn_decode_size_t()
168 vn_decode_size_t_array(struct vn_cs_decoder *dec, size_t *val, uint32_t count) in vn_decode_size_t_array()
193 vn_decode_blob_array(struct vn_cs_decoder *dec, void *val, size_t size) in vn_decode_blob_array()
214 vn_decode_char_array(struct vn_cs_decoder *dec, char *val, size_t size) in vn_decode_char_array()
238 vn_decode_array_size(struct vn_cs_decoder *dec, uint64_t expected_size) in vn_decode_array_size()
[all …]
Dvn_protocol_driver_handles.h29 vn_decode_VkInstance(struct vn_cs_decoder *dec, VkInstance *val) in vn_decode_VkInstance()
52 vn_decode_VkPhysicalDevice(struct vn_cs_decoder *dec, VkPhysicalDevice *val) in vn_decode_VkPhysicalDevice()
75 vn_decode_VkDevice(struct vn_cs_decoder *dec, VkDevice *val) in vn_decode_VkDevice()
98 vn_decode_VkQueue(struct vn_cs_decoder *dec, VkQueue *val) in vn_decode_VkQueue()
121 vn_decode_VkCommandBuffer(struct vn_cs_decoder *dec, VkCommandBuffer *val) in vn_decode_VkCommandBuffer()
144 vn_decode_VkDeviceMemory(struct vn_cs_decoder *dec, VkDeviceMemory *val) in vn_decode_VkDeviceMemory()
167 vn_decode_VkCommandPool(struct vn_cs_decoder *dec, VkCommandPool *val) in vn_decode_VkCommandPool()
190 vn_decode_VkBuffer(struct vn_cs_decoder *dec, VkBuffer *val) in vn_decode_VkBuffer()
213 vn_decode_VkBufferView(struct vn_cs_decoder *dec, VkBufferView *val) in vn_decode_VkBufferView()
236 vn_decode_VkImage(struct vn_cs_decoder *dec, VkImage *val) in vn_decode_VkImage()
[all …]
/third_party/node/test/parallel/
Dtest-whatwg-encoding-custom-textdecoder.js22 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/
Dgstnonstreamaudiodecoder.c465 gst_nonstream_audio_decoder_init (GstNonstreamAudioDecoder * dec, in gst_nonstream_audio_decoder_init()
524 GstNonstreamAudioDecoder *dec = GST_NONSTREAM_AUDIO_DECODER (object); in gst_nonstream_audio_decoder_finalize() local
537 GstNonstreamAudioDecoder *dec = GST_NONSTREAM_AUDIO_DECODER (object); in gst_nonstream_audio_decoder_set_property() local
679 GstNonstreamAudioDecoder *dec = GST_NONSTREAM_AUDIO_DECODER (object); in gst_nonstream_audio_decoder_get_property() local
738 GstNonstreamAudioDecoder *dec = GST_NONSTREAM_AUDIO_DECODER (element); in gst_nonstream_audio_decoder_change_state() local
774 GstNonstreamAudioDecoder *dec = GST_NONSTREAM_AUDIO_DECODER (element); in gst_nonstream_audio_decoder_change_state() local
782 GstNonstreamAudioDecoder *dec = GST_NONSTREAM_AUDIO_DECODER (element); in gst_nonstream_audio_decoder_change_state() local
804 GstNonstreamAudioDecoder *dec = GST_NONSTREAM_AUDIO_DECODER (parent); in gst_nonstream_audio_decoder_sink_event() local
865 GstNonstreamAudioDecoder *dec; in gst_nonstream_audio_decoder_sink_query() local
893 GstNonstreamAudioDecoder *dec = GST_NONSTREAM_AUDIO_DECODER (parent); in gst_nonstream_audio_decoder_chain() local
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiodecoder.c463 gst_audio_decoder_init (GstAudioDecoder * dec, GstAudioDecoderClass * klass) in gst_audio_decoder_init()
521 gst_audio_decoder_reset (GstAudioDecoder * dec, gboolean full) in gst_audio_decoder_reset()
598 GstAudioDecoder *dec; in gst_audio_decoder_finalize() local
616 gst_audio_decoder_create_merged_tags_event (GstAudioDecoder * dec) in gst_audio_decoder_create_merged_tags_event()
642 gst_audio_decoder_push_event (GstAudioDecoder * dec, GstEvent * event) in gst_audio_decoder_push_event()
672 gst_audio_decoder_negotiate_default (GstAudioDecoder * dec) in gst_audio_decoder_negotiate_default()
769 gst_audio_decoder_negotiate_unlocked (GstAudioDecoder * dec) in gst_audio_decoder_negotiate_unlocked()
791 gst_audio_decoder_negotiate (GstAudioDecoder * dec) in gst_audio_decoder_negotiate()
822 gst_audio_decoder_set_output_format (GstAudioDecoder * dec, in gst_audio_decoder_set_output_format()
860 gst_audio_decoder_set_output_caps (GstAudioDecoder * dec, GstCaps * caps) in gst_audio_decoder_set_output_caps()
[all …]
/third_party/gstreamer/gstplugins_base/ext/theora/
Dgsttheoradec.c201 gst_theora_dec_init (GstTheoraDec * dec) in gst_theora_dec_init()
221 GstTheoraDec *dec = GST_THEORA_DEC (decoder); in theora_dec_start() local
234 GstTheoraDec *dec = GST_THEORA_DEC (decoder); in theora_dec_stop() local
265 GstTheoraDec *dec = GST_THEORA_DEC (decoder); in theora_dec_flush() local
300 GstTheoraDec *dec; in theora_dec_set_format() local
362 theora_handle_comment_packet (GstTheoraDec * dec, ogg_packet * packet) in theora_handle_comment_packet()
401 theora_handle_type_packet (GstTheoraDec * dec) in theora_handle_type_packet()
557 theora_handle_header_packet (GstTheoraDec * dec, ogg_packet * packet) in theora_handle_header_packet()
596 theoradec_handle_header_caps (GstTheoraDec * dec) in theoradec_handle_header_caps()
652 theora_handle_image (GstTheoraDec * dec, th_ycbcr_buffer buf, in theora_handle_image()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/openmpt/
Dgstopenmptdec.c302 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/flutter/skia/third_party/externals/libwebp/src/dec/
Dalpha_dec.c28 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()
Dvp8_dec.c42 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 …]
/third_party/skia/third_party/externals/libwebp/src/dec/
Dalpha_dec.c28 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()
Dvp8_dec.c42 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 …]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_vcn_dec.c66 static rvcn_dec_message_avc_t get_h264_msg(struct radeon_decoder *dec, in get_h264_msg()
291 static rvcn_dec_message_hevc_t get_h265_msg(struct radeon_decoder *dec, in get_h265_msg()
504 static rvcn_dec_message_vp9_t get_vp9_msg(struct radeon_decoder *dec, in get_vp9_msg()
739 static rvcn_dec_message_av1_t get_av1_msg(struct radeon_decoder *dec, in get_av1_msg()
1349 static unsigned calc_ctx_size_h265_main(struct radeon_decoder *dec) in calc_ctx_size_h265_main()
1366 static unsigned calc_ctx_size_h265_main10(struct radeon_decoder *dec, in calc_ctx_size_h265_main10()
1460 static uint32_t get_ref_pic_idx(struct radeon_decoder *dec, struct pipe_video_buffer *ref) in get_ref_pic_idx()
1477 static rvcn_dec_message_mpeg2_vld_t get_mpeg2_msg(struct radeon_decoder *dec, in get_mpeg2_msg()
1523 static rvcn_dec_message_mpeg4_asp_vld_t get_mpeg4_msg(struct radeon_decoder *dec, in get_mpeg4_msg()
1566 static void rvcn_dec_message_create(struct radeon_decoder *dec) in rvcn_dec_message_create()
[all …]
Dradeon_vcn_dec_jpeg.c38 static struct pb_buffer *radeon_jpeg_get_decode_param(struct radeon_decoder *dec, in radeon_jpeg_get_decode_param()
57 static void set_reg_jpeg(struct radeon_decoder *dec, unsigned reg, unsigned cond, unsigned type, in set_reg_jpeg()
65 static void send_cmd_bitstream(struct radeon_decoder *dec, struct pb_buffer *buf, uint32_t off, in send_cmd_bitstream()
108 static void send_cmd_target(struct radeon_decoder *dec, struct pb_buffer *buf, uint32_t off, in send_cmd_target()
187 static void send_cmd_bitstream_direct(struct radeon_decoder *dec, struct pb_buffer *buf, in send_cmd_bitstream_direct()
227 static void send_cmd_target_direct(struct radeon_decoder *dec, struct pb_buffer *buf, uint32_t off, in send_cmd_target_direct()
281 void send_cmd_jpeg(struct radeon_decoder *dec, struct pipe_video_buffer *target, in send_cmd_jpeg()
Dradeon_uvd.c97 static int flush(struct ruvd_decoder *dec, unsigned flags) in flush()
103 static void set_reg(struct ruvd_decoder *dec, unsigned reg, uint32_t val) in set_reg()
110 static void send_cmd(struct ruvd_decoder *dec, unsigned cmd, struct pb_buffer *buf, uint32_t off, in send_cmd()
131 static bool have_it(struct ruvd_decoder *dec) in have_it()
137 static void map_msg_fb_it_buf(struct ruvd_decoder *dec) in map_msg_fb_it_buf()
159 static void send_msg_buf(struct ruvd_decoder *dec) in send_msg_buf()
185 static void next_buffer(struct ruvd_decoder *dec) in next_buffer()
192 static uint32_t profile2stream_type(struct ruvd_decoder *dec, unsigned family) in profile2stream_type()
219 static unsigned calc_ctx_size_h264_perf(struct ruvd_decoder *dec) in calc_ctx_size_h264_perf()
273 static unsigned calc_ctx_size_h265_main(struct ruvd_decoder *dec) in calc_ctx_size_h265_main()
[all …]
/third_party/mesa3d/src/gallium/drivers/r600/
Dradeon_uvd.c103 static int flush(struct ruvd_decoder *dec, unsigned flags) in flush()
109 static void set_reg(struct ruvd_decoder *dec, unsigned reg, uint32_t val) in set_reg()
116 static void send_cmd(struct ruvd_decoder *dec, unsigned cmd, in send_cmd()
139 static bool have_it(struct ruvd_decoder *dec) in have_it()
146 static void map_msg_fb_it_buf(struct ruvd_decoder *dec) in map_msg_fb_it_buf()
168 static void send_msg_buf(struct ruvd_decoder *dec) in send_msg_buf()
198 static void next_buffer(struct ruvd_decoder *dec) in next_buffer()
205 static uint32_t profile2stream_type(struct ruvd_decoder *dec, unsigned family) in profile2stream_type()
230 static unsigned get_db_pitch_alignment(struct ruvd_decoder *dec) in get_db_pitch_alignment()
236 static unsigned calc_dpb_size(struct ruvd_decoder *dec) in calc_dpb_size()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/libde265/
Dlibde265-dec.c133 _gst_libde265_dec_reset_decoder (GstLibde265Dec * dec) in _gst_libde265_dec_reset_decoder()
144 gst_libde265_dec_init (GstLibde265Dec * dec) in gst_libde265_dec_init()
157 _gst_libde265_dec_free_decoder (GstLibde265Dec * dec) in _gst_libde265_dec_free_decoder()
175 GstLibde265Dec *dec = GST_LIBDE265_DEC (object); in gst_libde265_dec_finalize() local
186 GstLibde265Dec *dec = GST_LIBDE265_DEC (object); in gst_libde265_dec_set_property() local
206 GstLibde265Dec *dec = GST_LIBDE265_DEC (object); in gst_libde265_dec_get_property() local
242 GstLibde265Dec *dec = GST_LIBDE265_DEC (base); in gst_libde265_dec_get_buffer() local
366 GstLibde265Dec *dec = GST_LIBDE265_DEC (decoder); in gst_libde265_dec_start() local
405 GstLibde265Dec *dec = GST_LIBDE265_DEC (decoder); in gst_libde265_dec_stop() local
415 GstLibde265Dec *dec = GST_LIBDE265_DEC (decoder); in gst_libde265_dec_flush() local
[all …]
/third_party/gstreamer/gstplugins_good/ext/speex/
Dgstspeexdec.c132 gst_speex_dec_reset (GstSpeexDec * dec) in gst_speex_dec_reset()
158 gst_speex_dec_init (GstSpeexDec * dec) in gst_speex_dec_init()
171 gst_speex_dec_start (GstAudioDecoder * dec) in gst_speex_dec_start()
185 gst_speex_dec_stop (GstAudioDecoder * dec) in gst_speex_dec_stop()
196 gst_speex_dec_parse_header (GstSpeexDec * dec, GstBuffer * buf) in gst_speex_dec_parse_header()
284 gst_speex_dec_parse_comments (GstSpeexDec * dec, GstBuffer * buf) in gst_speex_dec_parse_comments()
332 GstSpeexDec *dec = GST_SPEEX_DEC (bdec); in gst_speex_dec_set_format() local
369 gst_speex_dec_parse_data (GstSpeexDec * dec, GstBuffer * buf) in gst_speex_dec_parse_data()
493 GstSpeexDec *dec; in gst_speex_dec_handle_frame() local
/third_party/gstreamer/gstplugins_good/ext/wavpack/
Dgstwavpackdec.c136 gst_wavpack_dec_reset (GstWavpackDec * dec) in gst_wavpack_dec_reset()
149 gst_wavpack_dec_init (GstWavpackDec * dec) in gst_wavpack_dec_init()
165 GstWavpackDec *dec = GST_WAVPACK_DEC (object); in gst_wavpack_dec_finalize() local
174 gst_wavpack_dec_start (GstAudioDecoder * dec) in gst_wavpack_dec_start()
189 gst_wavpack_dec_stop (GstAudioDecoder * dec) in gst_wavpack_dec_stop()
206 gst_wavpack_dec_negotiate (GstWavpackDec * dec) in gst_wavpack_dec_negotiate()
261 gst_wavpack_dec_post_tags (GstWavpackDec * dec) in gst_wavpack_dec_post_tags()
288 GstWavpackDec *dec; in gst_wavpack_dec_handle_frame() local
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_decoder.c120 get_video_buffer_private(struct vl_mpeg12_decoder *dec, struct pipe_video_buffer *buf) in get_video_buffer_private()
153 free_video_buffer_privates(struct vl_mpeg12_decoder *dec) in free_video_buffer_privates()
165 init_zscan_buffer(struct vl_mpeg12_decoder *dec, struct vl_mpeg12_buffer *buffer) in init_zscan_buffer()
239 init_idct_buffer(struct vl_mpeg12_decoder *dec, struct vl_mpeg12_buffer *buffer) in init_idct_buffer()
284 init_mc_buffer(struct vl_mpeg12_decoder *dec, struct vl_mpeg12_buffer *buf) in init_mc_buffer()
407 UploadYcbcrBlocks(struct vl_mpeg12_decoder *dec, in UploadYcbcrBlocks()
482 struct vl_mpeg12_decoder *dec = (struct vl_mpeg12_decoder*)decoder; in vl_mpeg12_destroy() local
529 vl_mpeg12_get_decode_buffer(struct vl_mpeg12_decoder *dec, struct pipe_video_buffer *target) in vl_mpeg12_get_decode_buffer()
592 struct vl_mpeg12_decoder *dec = (struct vl_mpeg12_decoder *)decoder; in vl_mpeg12_begin_frame() local
659 struct vl_mpeg12_decoder *dec = (struct vl_mpeg12_decoder *)decoder; in vl_mpeg12_decode_macroblock() local
[all …]
/third_party/gstreamer/gstplugins_bad/gst/vmnc/
Dvmncdec.c110 gst_vmnc_dec_init (GstVMncDec * dec) in gst_vmnc_dec_init()
120 GstVMncDec *dec = GST_VMNC_DEC (decoder); in gst_vmnc_dec_reset() local
159 vmnc_handle_wmvi_rectangle (GstVMncDec * dec, struct RfbRectangle *rect, in vmnc_handle_wmvi_rectangle()
275 render_colour_cursor (GstVMncDec * dec, guint8 * data, int x, int y, in render_colour_cursor()
330 render_cursor (GstVMncDec * dec, guint8 * data) in render_cursor()
370 vmnc_fill_buffer (GstVMncDec * dec, GstVideoCodecFrame * frame) in vmnc_fill_buffer()
393 vmnc_handle_wmvd_rectangle (GstVMncDec * dec, struct RfbRectangle *rect, in vmnc_handle_wmvd_rectangle()
447 vmnc_handle_wmve_rectangle (GstVMncDec * dec, struct RfbRectangle *rect, in vmnc_handle_wmve_rectangle()
466 vmnc_handle_wmvf_rectangle (GstVMncDec * dec, struct RfbRectangle *rect, in vmnc_handle_wmvf_rectangle()
476 vmnc_handle_wmvg_rectangle (GstVMncDec * dec, struct RfbRectangle *rect, in vmnc_handle_wmvg_rectangle()
[all …]
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpst2022-1-fecdec.c199 trim_items (GstRTPST_2022_1_FecDec * dec) in trim_items()
230 trim_fec_items (GstRTPST_2022_1_FecDec * dec, guint D) in trim_fec_items()
272 lookup_media_packet (GstRTPST_2022_1_FecDec * dec, guint16 seqnum) in lookup_media_packet()
327 get_row_fec (GstRTPST_2022_1_FecDec * dec, guint16 seqnum) in get_row_fec()
359 get_column_fec (GstRTPST_2022_1_FecDec * dec, guint16 seqnum) in get_column_fec()
394 xor_items (GstRTPST_2022_1_FecDec * dec, Rtp2DFecHeader * fec, GList * packets, in xor_items()
499 check_fec (GstRTPST_2022_1_FecDec * dec, Rtp2DFecHeader * fec) in check_fec()
557 check_fec_item (GstRTPST_2022_1_FecDec * dec, Item * item) in check_fec_item()
575 store_media_item (GstRTPST_2022_1_FecDec * dec, GstRTPBuffer * rtp, Item * item) in store_media_item()
602 store_media (GstRTPST_2022_1_FecDec * dec, GstRTPBuffer * rtp, in store_media()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/gsm/
Dgstgsmdec.c116 gst_gsmdec_start (GstAudioDecoder * dec) in gst_gsmdec_start()
128 gst_gsmdec_stop (GstAudioDecoder * dec) in gst_gsmdec_stop()
140 gst_gsmdec_set_format (GstAudioDecoder * dec, GstCaps * caps) in gst_gsmdec_set_format()
191 gst_gsmdec_parse (GstAudioDecoder * dec, GstAdapter * adapter, in gst_gsmdec_parse()
226 gst_gsmdec_get_frame_count (GstGSMDec * dec, gsize buffer_size) in gst_gsmdec_get_frame_count()
242 gst_gsmdec_handle_frame (GstAudioDecoder * dec, GstBuffer * buffer) in gst_gsmdec_handle_frame()
/third_party/gstreamer/gstplugins_bad/ext/aom/
Dgstav1dec.c139 GstVideoDecoder *dec = (GstVideoDecoder *) av1dec; in gst_av1_dec_init() local
171 gst_av1_dec_start (GstVideoDecoder * dec) in gst_av1_dec_start()
183 gst_av1_dec_stop (GstVideoDecoder * dec) in gst_av1_dec_stop()
206 gst_av1_dec_set_format (GstVideoDecoder * dec, GstVideoCodecState * state) in gst_av1_dec_set_format()
230 gst_av1_dec_flush (GstVideoDecoder * dec) in gst_av1_dec_flush()
286 gst_av1_dec_image_to_buffer (GstAV1Dec * dec, const aom_image_t * img, in gst_av1_dec_image_to_buffer()
339 gst_av1_dec_get_valid_format (GstAV1Dec * dec, const aom_image_t * img, in gst_av1_dec_get_valid_format()
414 gst_av1_dec_handle_frame (GstVideoDecoder * dec, GstVideoCodecFrame * frame) in gst_av1_dec_handle_frame()
/third_party/gstreamer/gstplugins_good/ext/jpeg/
Dgstjpegdec.c119 GstJpegDec *dec = GST_JPEG_DEC (object); in gst_jpeg_dec_finalize() local
209 GstJpegDec *dec = CINFO_GET_JPEGDEC (cinfo); in gst_jpeg_dec_skip_input_data() local
256 gst_jpeg_dec_init (GstJpegDec * dec) in gst_jpeg_dec_init()
303 GstJpegDec *dec = (GstJpegDec *) bdec; in gst_jpeg_dec_parse() local
601 gst_jpeg_dec_set_format (GstVideoDecoder * dec, GstVideoCodecState * state) in gst_jpeg_dec_set_format()
629 gst_jpeg_dec_free_buffers (GstJpegDec * dec) in gst_jpeg_dec_free_buffers()
646 gst_jpeg_dec_ensure_buffers (GstJpegDec * dec, guint maxrowbytes) in gst_jpeg_dec_ensure_buffers()
671 gst_jpeg_dec_decode_grayscale (GstJpegDec * dec, GstVideoFrame * frame, in gst_jpeg_dec_decode_grayscale()
721 gst_jpeg_dec_decode_rgb (GstJpegDec * dec, GstVideoFrame * frame, in gst_jpeg_dec_decode_rgb()
778 gst_jpeg_dec_decode_indirect (GstJpegDec * dec, GstVideoFrame * frame, gint r_v, in gst_jpeg_dec_decode_indirect()
[all …]
/third_party/gstreamer/gstplugins_good/ext/vpx/
Dgstvpxdec.c223 GstVPXDec *dec; in gst_vpx_dec_set_property() local
255 GstVPXDec *dec; in gst_vpx_dec_get_property() local
372 gst_vpx_dec_default_send_tags (GstVPXDec * dec) in gst_vpx_dec_default_send_tags()
395 gst_vpx_dec_prepare_image (GstVPXDec * dec, const vpx_image_t * img) in gst_vpx_dec_prepare_image()
435 GstVPXDec *dec = priv; in gst_vpx_dec_get_buffer_cb() local
535 gst_vpx_dec_image_to_buffer (GstVPXDec * dec, const vpx_image_t * img, in gst_vpx_dec_image_to_buffer()
576 gst_vpx_dec_open_codec (GstVPXDec * dec, GstVideoCodecFrame * frame) in gst_vpx_dec_open_codec()
672 GstVPXDec *dec; in gst_vpx_dec_handle_frame() local
789 GstVPXDec *dec = GST_VPX_DEC (bdec); in gst_vpx_dec_decide_allocation() local
813 gst_vpx_dec_set_stream_info (GstVPXDec * dec, in gst_vpx_dec_set_stream_info()
[all …]

12345678910>>...17