Searched refs:DecoderCommon (Results 1 - 1 of 1) 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.cpp124 class DecoderCommon { class
131 DecoderCommon(Layer layer): layer_(layer), current_metadata_number_(0), ignore_errors_(false), error_occurred_(false) { } function in class:DecoderCommon
137 ::FLAC__StreamDecoderWriteStatus DecoderCommon::common_write_callback_(const ::FLAC__Frame *frame)
153 void DecoderCommon::common_metadata_callback_(const ::FLAC__StreamMetadata *metadata)
174 void DecoderCommon::common_error_callback_(::FLAC__StreamDecoderErrorStatus status)
182 class StreamDecoder : public FLAC::Decoder::Stream, public DecoderCommon {
186 StreamDecoder(Layer layer): FLAC::Decoder::Stream(), DecoderCommon(layer), file_(0) { }
345 class FileDecoder : public FLAC::Decoder::File, public DecoderCommon {
347 FileDecoder(Layer layer): FLAC::Decoder::File(), DecoderCommon(layer) { }
598 dynamic_cast<DecoderCommon*>(decode
[all...]

Completed in 58 milliseconds