Home
last modified time | relevance | path

Searched full:decoder (Results 1 – 25 of 2649) sorted by relevance

12345678910>>...106

/third_party/gstreamer/gstplugins_bad/gst/librfb/
Drfbdecoder.c25 decoder);
26 static gboolean rfb_decoder_state_wait_for_security (RfbDecoder * decoder);
28 decoder);
30 decoder);
31 static gboolean rfb_decoder_state_security_result (RfbDecoder * decoder);
32 static gboolean rfb_decoder_state_normal (RfbDecoder * decoder);
33 static gboolean rfb_decoder_state_framebuffer_update (RfbDecoder * decoder);
35 decoder);
36 static gboolean rfb_decoder_state_set_colour_map_entries (RfbDecoder * decoder);
37 static gboolean rfb_decoder_state_server_cut_text (RfbDecoder * decoder);
[all …]
Dgstrfbsrc.c97 GST_DEBUG_CATEGORY_INIT (rfbdecoder_debug, "rfbdecoder", 0, "rfb decoder"); in gst_rfb_src_class_init()
191 src->decoder = rfb_decoder_new (); in gst_rfb_src_init()
201 if (src->decoder) { in gst_rfb_src_finalize()
202 rfb_decoder_free (src->decoder); in gst_rfb_src_finalize()
203 src->decoder = NULL; in gst_rfb_src_finalize()
261 g_free (src->decoder->password); in gst_rfb_src_set_property()
262 src->decoder->password = g_value_dup_string (value); in gst_rfb_src_set_property()
265 src->decoder->offset_x = g_value_get_int (value); in gst_rfb_src_set_property()
268 src->decoder->offset_y = g_value_get_int (value); in gst_rfb_src_set_property()
271 src->decoder->rect_width = g_value_get_int (value); in gst_rfb_src_set_property()
[all …]
/third_party/freetype/src/psaux/
Dpsft.c95 PS_Decoder* decoder = outline->decoder; in cf2_setGlyphWidth() local
98 FT_ASSERT( decoder ); in cf2_setGlyphWidth()
100 if ( !decoder->builder.is_t1 ) in cf2_setGlyphWidth()
101 *decoder->glyph_width = cf2_fixedToInt( width ); in cf2_setGlyphWidth()
141 FT_ASSERT( outline && outline->decoder ); in cf2_builder_moveTo()
144 builder = &outline->decoder->builder; in cf2_builder_moveTo()
163 FT_ASSERT( outline && outline->decoder ); in cf2_builder_lineTo()
166 builder = &outline->decoder->builder; in cf2_builder_lineTo()
207 FT_ASSERT( outline && outline->decoder ); in cf2_builder_cubeTo()
210 builder = &outline->decoder->builder; in cf2_builder_cubeTo()
[all …]
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsft.c95 PS_Decoder* decoder = outline->decoder; in cf2_setGlyphWidth() local
98 FT_ASSERT( decoder ); in cf2_setGlyphWidth()
100 if ( !decoder->builder.is_t1 ) in cf2_setGlyphWidth()
101 *decoder->glyph_width = cf2_fixedToInt( width ); in cf2_setGlyphWidth()
141 FT_ASSERT( outline && outline->decoder ); in cf2_builder_moveTo()
144 builder = &outline->decoder->builder; in cf2_builder_moveTo()
163 FT_ASSERT( outline && outline->decoder ); in cf2_builder_lineTo()
166 builder = &outline->decoder->builder; in cf2_builder_lineTo()
207 FT_ASSERT( outline && outline->decoder ); in cf2_builder_cubeTo()
210 builder = &outline->decoder->builder; in cf2_builder_cubeTo()
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/
Dpsft.c95 PS_Decoder* decoder = outline->decoder; in cf2_setGlyphWidth() local
98 FT_ASSERT( decoder ); in cf2_setGlyphWidth()
100 if ( !decoder->builder.is_t1 ) in cf2_setGlyphWidth()
101 *decoder->glyph_width = cf2_fixedToInt( width ); in cf2_setGlyphWidth()
141 FT_ASSERT( outline && outline->decoder ); in cf2_builder_moveTo()
144 builder = &outline->decoder->builder; in cf2_builder_moveTo()
163 FT_ASSERT( outline && outline->decoder ); in cf2_builder_lineTo()
166 builder = &outline->decoder->builder; in cf2_builder_lineTo()
207 FT_ASSERT( outline && outline->decoder ); in cf2_builder_cubeTo()
210 builder = &outline->decoder->builder; in cf2_builder_cubeTo()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/Disassembler/
DXCoreDisassembler.cpp78 const void *Decoder);
83 const void *Decoder);
86 uint64_t Address, const void *Decoder);
89 uint64_t Address, const void *Decoder);
94 const void *Decoder);
99 const void *Decoder);
104 const void *Decoder);
109 const void *Decoder);
114 const void *Decoder);
119 const void *Decoder);
[all …]
/third_party/gstreamer/gstplugins_bad/ext/kate/
Dgstkateutil.c37 decoder);
105 gst_kate_util_decode_base_init (GstKateDecoderBase * decoder, in gst_kate_util_decode_base_init() argument
108 if (G_UNLIKELY (!decoder)) in gst_kate_util_decode_base_init()
111 decoder->language = NULL; in gst_kate_util_decode_base_init()
112 decoder->category = NULL; in gst_kate_util_decode_base_init()
113 decoder->original_canvas_width = 0; in gst_kate_util_decode_base_init()
114 decoder->original_canvas_height = 0; in gst_kate_util_decode_base_init()
115 decoder->tags = NULL; in gst_kate_util_decode_base_init()
116 decoder->tags_changed = FALSE; in gst_kate_util_decode_base_init()
117 decoder->initialized = FALSE; in gst_kate_util_decode_base_init()
[all …]
/third_party/weston/wcap/
Dwcap-decode.c44 wcap_decoder_decode_rectangle(struct wcap_decoder *decoder, in wcap_decoder_decode_rectangle() argument
47 uint32_t v, *p = decoder->p, *d; in wcap_decoder_decode_rectangle()
52 d = decoder->frame + (rect->y2 - 1) * decoder->width; in wcap_decoder_decode_rectangle()
75 d -= decoder->width; in wcap_decoder_decode_rectangle()
85 decoder->p = p; in wcap_decoder_decode_rectangle()
89 wcap_decoder_get_frame(struct wcap_decoder *decoder) in wcap_decoder_get_frame() argument
95 if (decoder->p == decoder->end) in wcap_decoder_get_frame()
98 header = decoder->p; in wcap_decoder_get_frame()
99 decoder->msecs = header->msecs; in wcap_decoder_get_frame()
100 decoder->count++; in wcap_decoder_get_frame()
[all …]
Dmain.c45 write_png(struct wcap_decoder *decoder, const char *filename) in write_png() argument
49 surface = cairo_image_surface_create_for_data((unsigned char *) decoder->frame, in write_png()
51 decoder->width, in write_png()
52 decoder->height, in write_png()
53 decoder->width * 4); in write_png()
102 convert_to_yv12(struct wcap_decoder *decoder, unsigned char *out) in convert_to_yv12() argument
107 uint32_t format = decoder->format; in convert_to_yv12()
109 stride0 = decoder->width; in convert_to_yv12()
110 stride1 = decoder->width / 2; in convert_to_yv12()
111 for (i = 0; i < decoder->height; i += 2) { in convert_to_yv12()
[all …]
/third_party/gstreamer/gstplugins_bad/tools/element-templates/
Dvideodecoder15 static gboolean gst_replace_open (GstVideoDecoder * decoder);
16 static gboolean gst_replace_close (GstVideoDecoder * decoder);
17 static gboolean gst_replace_start (GstVideoDecoder * decoder);
18 static gboolean gst_replace_stop (GstVideoDecoder * decoder);
19 static GstFlowReturn gst_replace_parse (GstVideoDecoder * decoder,
21 static gboolean gst_replace_set_format (GstVideoDecoder * decoder,
23 static gboolean gst_replace_reset (GstVideoDecoder * decoder, gboolean hard);
24 static GstFlowReturn gst_replace_finish (GstVideoDecoder * decoder);
25 static GstFlowReturn gst_replace_handle_frame (GstVideoDecoder * decoder,
27 static gboolean gst_replace_sink_event (GstVideoDecoder * decoder,
[all …]
Daudiodecoder14 static gboolean gst_replace_start (GstAudioDecoder * decoder);
15 static gboolean gst_replace_stop (GstAudioDecoder * decoder);
16 static gboolean gst_replace_set_format (GstAudioDecoder * decoder, GstCaps * caps);
17 static GstFlowReturn gst_replace_parse (GstAudioDecoder * decoder,
19 static GstFlowReturn gst_replace_handle_frame (GstAudioDecoder * decoder,
21 static void gst_replace_flush (GstAudioDecoder * decoder, gboolean hard);
22 static GstFlowReturn gst_replace_pre_push (GstAudioDecoder * decoder,
24 static gboolean gst_replace_sink_event (GstAudioDecoder * decoder,
26 static gboolean gst_replace_src_event (GstAudioDecoder * decoder, GstEvent * event);
27 static gboolean gst_replace_open (GstAudioDecoder * decoder);
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideodecoder.c38 * * Initially, GstVideoDecoder calls @start when the decoder element
170 * The Video Decoder base class operates in 2 primary processing modes, depending
514 static void gst_video_decoder_reset (GstVideoDecoder * decoder, gboolean full,
517 static GstFlowReturn gst_video_decoder_decode_frame (GstVideoDecoder * decoder,
520 static void gst_video_decoder_push_event_list (GstVideoDecoder * decoder,
523 decoder, GstVideoCodecFrame * frame);
525 decoder);
527 decoder, GstBuffer * buf);
533 static gboolean gst_video_decoder_sink_event_default (GstVideoDecoder * decoder,
535 static gboolean gst_video_decoder_src_event_default (GstVideoDecoder * decoder,
[all …]
Dgstvideodecoder.h84 * @obj: base decoder instance
92 * @obj: base decoder instance
100 * @decoder: video decoder instance
102 * Obtain a lock to protect the decoder function from concurrent access.
104 #define GST_VIDEO_DECODER_STREAM_LOCK(decoder) g_rec_mutex_lock (&GST_VIDEO_DECODER (decoder)->stre… argument
108 * @decoder: video decoder instance
110 * Release the lock that protects the decoder function from concurrent access.
112 #define GST_VIDEO_DECODER_STREAM_UNLOCK(decoder) g_rec_mutex_unlock (&GST_VIDEO_DECODER (decoder)->… argument
130 * @el: the base video decoder element that generates the error
140 * Utility function that video decoder elements can use in case they encountered
[all …]
/third_party/gstreamer/gstplugins_bad/gst/siren/
Ddecoder.c2 * Siren Encoder/Decoder library
28 SirenDecoder decoder = (SirenDecoder) malloc (sizeof (struct stSirenDecoder)); in Siren7_NewDecoder() local
29 decoder->sample_rate = sample_rate; in Siren7_NewDecoder()
31 decoder->WavHeader.riff.RiffId = ME_TO_LE32 (RIFF_ID); in Siren7_NewDecoder()
32 decoder->WavHeader.riff.RiffSize = sizeof (PCMWavHeader) - 2 * sizeof (int); in Siren7_NewDecoder()
33 decoder->WavHeader.riff.RiffSize = in Siren7_NewDecoder()
34 ME_TO_LE32 (decoder->WavHeader.riff.RiffSize); in Siren7_NewDecoder()
35 decoder->WavHeader.WaveId = ME_TO_LE32 (WAVE_ID); in Siren7_NewDecoder()
37 decoder->WavHeader.FmtId = ME_TO_LE32 (FMT__ID); in Siren7_NewDecoder()
38 decoder->WavHeader.FmtSize = ME_TO_LE32 (sizeof (FmtChunk)); in Siren7_NewDecoder()
[all …]
/third_party/ffmpeg/
DChangelog116 - avcodec/crystalhd: signal that the decoder sets all output frame properties
117 - avcodec/cuviddec: signal that the decoder sets all output frame properties
119 - avcodec/decode: add an internal codec flag to signal a decoder sets all output frame properties
181 - configure: Add missing mpegvideo dependency for IPU decoder
196 - PGX decoder
207 - ADPCM IMA MOFLEX decoder
208 - MobiClip FastAudio decoder
209 - MobiClip video decoder
212 - PhotoCD decoder
214 - AV1 decoder (Hardware acceleration used only)
[all …]
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvvp8dec.c43 GstNvDecoder *decoder; member
66 static gboolean gst_nv_vp8_dec_open (GstVideoDecoder * decoder);
67 static gboolean gst_nv_vp8_dec_close (GstVideoDecoder * decoder);
68 static gboolean gst_nv_vp8_dec_negotiate (GstVideoDecoder * decoder);
70 decoder, GstQuery * query);
71 static gboolean gst_nv_vp8_dec_src_query (GstVideoDecoder * decoder,
75 static GstFlowReturn gst_nv_vp8_dec_new_sequence (GstVp8Decoder * decoder,
77 static GstFlowReturn gst_nv_vp8_dec_new_picture (GstVp8Decoder * decoder,
79 static GstFlowReturn gst_nv_vp8_dec_decode_picture (GstVp8Decoder * decoder,
82 decoder, GstVideoCodecFrame * frame, GstVp8Picture * picture);
[all …]
Dgstnvvp9dec.c43 GstNvDecoder *decoder; member
67 static gboolean gst_nv_vp9_dec_open (GstVideoDecoder * decoder);
68 static gboolean gst_nv_vp9_dec_close (GstVideoDecoder * decoder);
69 static gboolean gst_nv_vp9_dec_negotiate (GstVideoDecoder * decoder);
71 decoder, GstQuery * query);
72 static gboolean gst_nv_vp9_dec_src_query (GstVideoDecoder * decoder,
76 static GstFlowReturn gst_nv_vp9_dec_new_sequence (GstVp9Decoder * decoder,
78 static GstFlowReturn gst_nv_vp9_dec_new_picture (GstVp9Decoder * decoder,
81 decoder, GstVideoCodecFrame * frame, GstVp9Picture * picture);
82 static GstFlowReturn gst_nv_vp9_dec_decode_picture (GstVp9Decoder * decoder,
[all …]
Dgstnvdecoder.c231 gst_nv_decoder_is_configured (GstNvDecoder * decoder) in gst_nv_decoder_is_configured() argument
233 g_return_val_if_fail (GST_IS_NV_DECODER (decoder), FALSE); in gst_nv_decoder_is_configured()
235 return decoder->configured; in gst_nv_decoder_is_configured()
255 gst_nv_decoder_configure (GstNvDecoder * decoder, cudaVideoCodec codec, in gst_nv_decoder_configure() argument
263 g_return_val_if_fail (GST_IS_NV_DECODER (decoder), FALSE); in gst_nv_decoder_configure()
271 gst_nv_decoder_reset (decoder); in gst_nv_decoder_configure()
273 decoder->info = *info; in gst_nv_decoder_configure()
274 gst_video_info_set_format (&decoder->coded_info, GST_VIDEO_INFO_FORMAT (info), in gst_nv_decoder_configure()
280 create_info.ulWidth = GST_VIDEO_INFO_WIDTH (&decoder->coded_info); in gst_nv_decoder_configure()
281 create_info.ulHeight = GST_VIDEO_INFO_HEIGHT (&decoder->coded_info); in gst_nv_decoder_configure()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp85 const void *Decoder);
90 const void *Decoder);
95 const void *Decoder);
100 const void *Decoder);
105 const void *Decoder);
110 const void *Decoder);
115 const void *Decoder);
120 const void *Decoder);
125 const void *Decoder);
130 const void *Decoder);
[all …]
/third_party/ffmpeg/libavcodec/
Drkmppdec.c2 * RockChip MPP Video Decoder
92 RKMPPDecoder *decoder = (RKMPPDecoder *)rk_context->decoder_ref->data; in rkmpp_write_data() local
108 ret = decoder->mpi->decode_put_packet(decoder->ctx, packet); in rkmpp_write_data()
111 av_log(avctx, AV_LOG_DEBUG, "Buffer full writing %d bytes to decoder\n", size); in rkmpp_write_data()
117 av_log(avctx, AV_LOG_DEBUG, "Wrote %d bytes to decoder\n", size); in rkmpp_write_data()
133 RKMPPDecoder *decoder = (RKMPPDecoder *)data; in rkmpp_release_decoder() local
135 if (decoder->mpi) { in rkmpp_release_decoder()
136 decoder->mpi->reset(decoder->ctx); in rkmpp_release_decoder()
137 mpp_destroy(decoder->ctx); in rkmpp_release_decoder()
138 decoder->ctx = NULL; in rkmpp_release_decoder()
[all …]
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstmpeg2decoder.c290 "MPEG2 Video Decoder"));
292 static gboolean gst_mpeg2_decoder_start (GstVideoDecoder * decoder);
293 static gboolean gst_mpeg2_decoder_stop (GstVideoDecoder * decoder);
294 static gboolean gst_mpeg2_decoder_set_format (GstVideoDecoder * decoder,
296 static GstFlowReturn gst_mpeg2_decoder_finish (GstVideoDecoder * decoder);
297 static gboolean gst_mpeg2_decoder_flush (GstVideoDecoder * decoder);
298 static GstFlowReturn gst_mpeg2_decoder_drain (GstVideoDecoder * decoder);
299 static GstFlowReturn gst_mpeg2_decoder_handle_frame (GstVideoDecoder * decoder,
341 gst_mpeg2_decoder_start (GstVideoDecoder * decoder) in gst_mpeg2_decoder_start() argument
343 GstMpeg2Decoder *self = GST_MPEG2_DECODER (decoder); in gst_mpeg2_decoder_start()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264dec.cpp51 static gboolean gst_openh264dec_start (GstVideoDecoder * decoder);
52 static gboolean gst_openh264dec_stop (GstVideoDecoder * decoder);
54 static gboolean gst_openh264dec_set_format (GstVideoDecoder * decoder,
56 static gboolean gst_openh264dec_reset (GstVideoDecoder * decoder,
58 static GstFlowReturn gst_openh264dec_finish (GstVideoDecoder * decoder);
59 static GstFlowReturn gst_openh264dec_handle_frame (GstVideoDecoder * decoder,
61 static gboolean gst_openh264dec_decide_allocation (GstVideoDecoder * decoder,
106 "OpenH264 video decoder", "Decoder/Video", "OpenH264 video decoder", in gst_openh264dec_class_init()
125 openh264dec->decoder = NULL; in gst_openh264dec_init()
154 gst_openh264dec_start (GstVideoDecoder * decoder) in gst_openh264dec_start() argument
[all …]
/third_party/node/test/parallel/
Dtest-string-decoder.js29 let decoder = new StringDecoder(); variable
30 assert.strictEqual(decoder.encoding, 'utf8');
90 decoder = new StringDecoder('utf8'); variable
91 assert.strictEqual(decoder.write(Buffer.from('E1', 'hex')), '');
94 assert(decoder.lastChar.equals(new Uint8Array([0xe1, 0, 0, 0])));
95 assert.strictEqual(decoder.lastNeed, 2);
96 assert.strictEqual(decoder.lastTotal, 3);
98 assert.strictEqual(decoder.end(), '\ufffd');
105 decoder.write(expectView),
108 assert.strictEqual(decoder.end(), '');
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp42 const void *Decoder);
46 const void *Decoder);
49 const void *Decoder);
52 const void *Decoder);
55 const void *Decoder);
58 const void *Decoder);
61 const void *Decoder);
64 const void *Decoder);
67 const void *Decoder);
70 const void *Decoder);
[all …]
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgsturidecodebin.c243 GST_DEBUG_CATEGORY_INIT (gst_uri_decode_bin_debug, "uridecodebin", 0, "URI decoder element"); \
580 * match those caps but could have been decoded will not have decoder plugged in gst_uri_decode_bin_class_init()
796 "URI Decoder", "Generic/Bin/Decoder", in gst_uri_decode_bin_class_init()
1126 …rate_parse_complete_cb (GstElement * element, gpointer input, guint num, GstURIDecodeBin * decoder) in bitrate_parse_complete_cb() argument
1128 if ((element == NULL) || (decoder == NULL)) { in bitrate_parse_complete_cb()
1131 g_signal_emit (decoder, gst_uri_decode_bin_signals[SIGNAL_BITRATE_PARSE_COMPLETE], 0, input, num); in bitrate_parse_complete_cb()
1137 GstURIDecodeBin * decoder) in unknown_type_cb() argument
1142 GST_ELEMENT_WARNING (decoder, STREAM, CODEC_NOT_FOUND, in unknown_type_cb()
1143 (_("No decoder available for type \'%s\'."), capsstr), (NULL)); in unknown_type_cb()
1150 * cdaudio, a hardware decoder/sink, dvd meta bins etc...
[all …]

12345678910>>...106