Searched refs:Decoder (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC++/
H A Ddecoders.cpp78 static FLAC__bool die_s_(const char *msg, const FLAC::Decoder::Stream *decoder)
80 FLAC::Decoder::Stream::State state = decoder->get_state();
182 class StreamDecoder : public FLAC::Decoder::Stream, public DecoderCommon {
186 StreamDecoder(Layer layer): FLAC::Decoder::Stream(), DecoderCommon(layer), file_(0) { }
189 // from FLAC::Decoder::Stream
345 class FileDecoder : public FLAC::Decoder::File, public DecoderCommon {
347 FileDecoder(Layer layer): FLAC::Decoder::File(), DecoderCommon(layer) { }
350 // from FLAC::Decoder::Stream
432 static FLAC::Decoder::Stream *new_by_layer(Layer layer)
442 FLAC::Decoder
[all...]
H A Dencoders.cpp72 FLAC::Decoder::Stream::State dstate = encoder->get_verify_decoder_state();
353 FLAC::Decoder::Stream::State dstate = encoder->get_verify_decoder_state();
H A Dmetadata_manip.cpp52 a FLAC::Decoder::File over the dummy file after each operation, comparing
58 class OurFileDecoder: public FLAC::Decoder::File {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/examples/cpp/decode/file/
H A Dmain.cpp63 class OurDecoder: public FLAC::Decoder::File {
65 OurDecoder(FILE *f_): FLAC::Decoder::File(), f(f_) { }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/include/FLAC++/
H A Ddecoder.h68 * Second, there are two stream decoder classes. FLAC::Decoder::Stream
70 * FLAC__stream_decoder_init_ogg_stream() are used, and FLAC::Decoder::File
78 namespace Decoder { namespace in namespace:FLAC
83 * decoding from a file, FLAC::Decoder::File may be more
207 * FLAC::Decoder::Stream.
217 * Only the write, and error callbacks from FLAC::Decoder::Stream
H A Dencoder.h152 virtual Decoder::Stream::State get_verify_decoder_state() const; ///< See FLAC__stream_encoder_get_verify_decoder_state()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dcommons-codec-1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC++/
H A Dstream_encoder.cpp224 Decoder::Stream::State Stream::get_verify_decoder_state() const
227 return Decoder::Stream::State(::FLAC__stream_encoder_get_verify_decoder_state(encoder_));
H A Dstream_decoder.cpp41 namespace Decoder { namespace in namespace:FLAC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D01-introduction.tex131 \subsection{Decoder Configuration}
133 Decoder setup consists of configuration of multiple, self-contained

Completed in 88 milliseconds