Searched refs:decoder (Results 51 - 75 of 110) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvda.c182 &vda_ctx->decoder);
203 if (vda_ctx->decoder)
204 status = VDADecoderDestroy(vda_ctx->decoder);
250 status = VDADecoderDecode(vda_ctx->decoder, 0, coded_frame, user_info);
H A Ddxva2_mpeg2.c161 if (FAILED(IDirectXVideoDecoder_GetBuffer(ctx->decoder,
188 if (FAILED(IDirectXVideoDecoder_ReleaseBuffer(ctx->decoder,
215 if (!ctx->decoder || !ctx->cfg || ctx->surface_count <= 0)
H A Ddxva2_vc1.c178 if (FAILED(IDirectXVideoDecoder_GetBuffer(ctx->decoder,
193 if (FAILED(IDirectXVideoDecoder_ReleaseBuffer(ctx->decoder,
218 if (!ctx->decoder || !ctx->cfg || ctx->surface_count <= 0)
H A Ddxva2_h264.c293 if (FAILED(IDirectXVideoDecoder_GetBuffer(ctx->decoder,
347 if (FAILED(IDirectXVideoDecoder_ReleaseBuffer(ctx->decoder,
380 if (!ctx->decoder || !ctx->cfg || ctx->surface_count <= 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibstagefright.cpp85 sp<MediaSource> *decoder; member in struct:StagefrightContext
177 frame->status = (*s->decoder)->read(&buffer);
179 sp<MetaData> outFormat = (*s->decoder)->getFormat();
197 // The OMX.SEC decoder doesn't signal the modified width/height
313 s->decoder = new sp<MediaSource>();
314 *s->decoder = OMXCodec::Create(s->client->interface(), meta,
317 if ((*s->decoder)->start() != OK) {
318 av_log(avctx, AV_LOG_ERROR, "Cannot start decoder\n");
324 outFormat = (*s->decoder)->getFormat();
397 // The OMX.SEC decoder fail
[all...]
H A Ddxva2_mpeg2.c162 if (FAILED(IDirectXVideoDecoder_GetBuffer(ctx->decoder,
189 if (FAILED(IDirectXVideoDecoder_ReleaseBuffer(ctx->decoder,
216 if (!ctx->decoder || !ctx->cfg || ctx->surface_count <= 0)
H A Ddxva2_vc1.c199 if (FAILED(IDirectXVideoDecoder_GetBuffer(ctx->decoder,
217 if (FAILED(IDirectXVideoDecoder_ReleaseBuffer(ctx->decoder,
242 if (!ctx->decoder || !ctx->cfg || ctx->surface_count <= 0)
H A Ddxva2_h264.c308 if (FAILED(IDirectXVideoDecoder_GetBuffer(ctx->decoder,
362 if (FAILED(IDirectXVideoDecoder_ReleaseBuffer(ctx->decoder,
395 if (!ctx->decoder || !ctx->cfg || ctx->surface_count <= 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dogg_decoder_aspect.c105 FLAC__OggDecoderAspectReadStatus FLAC__ogg_decoder_aspect_read_callback_wrapper(FLAC__OggDecoderAspect *aspect, FLAC__byte buffer[], size_t *bytes, FLAC__OggDecoderAspectReadCallbackProxy read_callback, const FLAC__StreamDecoder *decoder, void *client_data) argument
113 * decoder will eventually call the read callback to supply some data,
222 switch(read_callback(decoder, (FLAC__byte*)oggbuf, &ogg_bytes_read, client_data)) {
H A Dmetadata_iterators.c166 static FLAC__StreamDecoderWriteStatus write_callback_(const FLAC__StreamDecoder *decoder, const FLAC__Frame *frame, const FLAC__int32 * const buffer[], void *client_data);
167 static void metadata_callback_(const FLAC__StreamDecoder *decoder, const FLAC__StreamMetadata *metadata, void *client_data);
168 static void error_callback_(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data);
178 FLAC__StreamDecoder *decoder; local
185 decoder = FLAC__stream_decoder_new();
187 if(0 == decoder)
190 FLAC__stream_decoder_set_md5_checking(decoder, false);
191 FLAC__stream_decoder_set_metadata_ignore_all(decoder);
192 FLAC__stream_decoder_set_metadata_respond(decoder, type);
194 if(FLAC__stream_decoder_init_file(decoder, filenam
254 write_callback_(const FLAC__StreamDecoder *decoder, const FLAC__Frame *frame, const FLAC__int32 * const buffer[], void *client_data) argument
261 metadata_callback_(const FLAC__StreamDecoder *decoder, const FLAC__StreamMetadata *metadata, void *client_data) argument
276 error_callback_(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data) argument
1257 chain_read_ogg_read_cb_(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *bytes, void *client_data) argument
1272 chain_read_ogg_write_cb_(const FLAC__StreamDecoder *decoder, const FLAC__Frame *frame, const FLAC__int32 * const buffer[], void *client_data) argument
1278 chain_read_ogg_metadata_cb_(const FLAC__StreamDecoder *decoder, const FLAC__StreamMetadata *metadata, void *client_data) argument
1301 chain_read_ogg_error_cb_(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data) argument
1310 FLAC__StreamDecoder *decoder; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC/
H A Dmetadata_manip.c446 /* decoder callbacks for checking the file */
448 static FLAC__StreamDecoderWriteStatus decoder_write_callback_(const FLAC__StreamDecoder *decoder, const FLAC__Frame *frame, const FLAC__int32 * const buffer[], void *client_data) argument
450 (void)decoder, (void)buffer, (void)client_data;
464 static void decoder_metadata_callback_null_(const FLAC__StreamDecoder *decoder, const FLAC__StreamMetadata *metadata, void *client_data) argument
466 (void)decoder, (void)metadata, (void)client_data;
475 static void decoder_metadata_callback_compare_(const FLAC__StreamDecoder *decoder, const FLAC__StreamMetadata *metadata, void *client_data) argument
479 (void)decoder;
501 static void decoder_error_callback_(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data) argument
504 (void)decoder;
625 FLAC__StreamDecoder *decoder; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dasn.cpp205 BERGeneralDecoder decoder(source, tag);
207 if (decoder.IsDefiniteLength())
208 decoder.TransferTo(encoder, decoder.RemainingLength());
211 while (!decoder.EndReached())
212 DERReencode(decoder, encoder);
214 decoder.MessageEnd();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dencode.c1 /* flac - Command-line FLAC encoder/decoder
90 /* this is data attached to the FLAC decoder when encoding from a FLAC file */
137 static FLAC__StreamDecoderReadStatus flac_decoder_read_callback(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *bytes, void *client_data);
138 static FLAC__StreamDecoderSeekStatus flac_decoder_seek_callback(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, void *client_data);
139 static FLAC__StreamDecoderTellStatus flac_decoder_tell_callback(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *client_data);
140 static FLAC__StreamDecoderLengthStatus flac_decoder_length_callback(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length, void *client_data);
141 static FLAC__bool flac_decoder_eof_callback(const FLAC__StreamDecoder *decoder, void *client_data);
142 static FLAC__StreamDecoderWriteStatus flac_decoder_write_callback(const FLAC__StreamDecoder *decoder, const FLAC__Frame *frame, const FLAC__int32 * const buffer[], void *client_data);
143 static void flac_decoder_metadata_callback(const FLAC__StreamDecoder *decoder, const FLAC__StreamMetadata *metadata, void *client_data);
144 static void flac_decoder_error_callback(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatu
1435 FLAC__StreamDecoder *decoder = 0; local
2479 flac_decoder_read_callback(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *bytes, void *client_data) argument
2511 flac_decoder_seek_callback(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, void *client_data) argument
2522 flac_decoder_tell_callback(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *client_data) argument
2536 flac_decoder_length_callback(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length, void *client_data) argument
2549 flac_decoder_eof_callback(const FLAC__StreamDecoder *decoder, void *client_data) argument
2557 flac_decoder_write_callback(const FLAC__StreamDecoder *decoder, const FLAC__Frame *frame, const FLAC__int32 * const buffer[], void *client_data) argument
2573 flac_decoder_metadata_callback(const FLAC__StreamDecoder *decoder, const FLAC__StreamMetadata *metadata, void *client_data) argument
2590 flac_decoder_error_callback(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cx25821/
H A Dcx25821.h542 int decoder);
544 int decoder);
545 extern int medusa_set_hue(struct cx25821_dev *dev, int hue, int decoder);
547 int decoder);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D03-codebook.tex74 length ordered and the decoder needs to read each codeword length
77 The decoder first reads one additional bit flag, the
86 The decoder now performs for each of the \varname{[codebook_entries]}
129 the decoder will not be able to read this stream.
136 After all codeword lengths have been decoded, the decoder reads the
372 The decoder uses the codebook abstraction much as it does the
375 returns that entry number to the decoder (when used in a scalar
385 dimension one) is forbidden. If decoder setup or decode requests such
390 reading and decoding the next codeword in the bitstream. The decoder
399 condition to the decoder
[all...]
H A D01-introduction.tex40 encoder and simple, low-complexity decoder. Vorbis decode is
47 decoder memory usage.
53 raw, unformatted 'packets'. The decoder then accepts these raw
61 mechanism and decoder must allow that a packet may be any size, or
118 reference Vorbis decoder described below may be considered a proper
119 Vorbis encoder. A decoder must faithfully and completely implement
121 a proper Vorbis decoder.
136 semantically interchangeable; decoder configuration consists both of
143 \captionof{figure}{decoder pipeline configuration}
264 Before decoding can begin, a decoder mus
[all...]
H A D02-bitpacking.tex12 decoder. Most current binary storage arrangements group bits into a
93 interpreted by the decoder given decode context. That is, the three
96 The encoder and decoder are responsible for knowing if fields are to
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dopus.mak3 # The reference files were created with our decoder and tested against the
H A Dmicrosoft.mak32 # discard last packet to avoid fails due to overread of VC-1 decoder
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/fate/
H A Dmicrosoft.mak14 # discard last packet to avoid fails due to overread of VC-1 decoder
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dtvp7002.c509 * Write a value to a register in an TVP7002 decoder device.
601 * Set the digital video preset for a TVP7002 decoder device.
627 * Get a control for a TVP7002 decoder device.
648 * Set a control in TVP7002 decoder device.
681 * Query a control of a TVP7002 decoder device.
698 * tvp7002_try_fmt_cap() - V4L2 decoder interface handler for try_fmt
736 * tvp7002_s_fmt() - V4L2 decoder interface handler for s_fmt
746 struct tvp7002 *decoder = to_tvp7002(sd); local
751 decoder->pix = f->fmt.pix;
756 * tvp7002_g_fmt() - V4L2 decoder interfac
765 struct tvp7002 *decoder = to_tvp7002(sd); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC++/
H A Dmetadata_manip.cpp40 #include "FLAC++/decoder.h"
613 OurFileDecoder decoder(ignore_metadata);
616 decoder.error_occurred_ = false;
621 if(!decoder.is_valid())
622 return die_("couldn't allocate decoder instance");
624 decoder.set_md5_checking(true);
625 decoder.set_metadata_respond_all();
626 if((is_ogg? decoder.init_ogg(filename) : decoder.init(filename)) != ::FLAC__STREAM_DECODER_INIT_STATUS_OK) {
627 (void)decoder
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dunwind_decoder.c5 * Generic IA-64 unwind info decoder.
10 * You need to customize the decoder by defining the following
452 unw_decoder decoder; local
456 decoder = unw_decode_table[inside_body][code >> 5];
457 dp = (*decoder) (dp, code, arg);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dimagbmp.cpp1357 wxANIDecoder decoder; local
1358 if (!decoder.Load(stream))
1361 return decoder.ConvertToImage(index != -1 ? (size_t)index : 0, image);
1372 wxANIDecoder decoder; local
1373 if (!decoder.Load(stream))
1376 return decoder.GetFrameCount();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dcursor.cpp106 wxXPMDecoder decoder; local
107 wxImage img = decoder.ReadData(bits);

Completed in 226 milliseconds

12345