Searched defs:StreamDecoder (Results 1 – 2 of 2) sorted by relevance
179 class StreamDecoder : public FLAC::Decoder::Stream, public DecoderCommon { class183 StreamDecoder(Layer layer): FLAC::Decoder::Stream(), DecoderCommon(layer), file_(0) { } in StreamDecoder() function in StreamDecoder
2025 private static final class StreamDecoder extends CodedInputStream { class in CodedInputStream2046 private StreamDecoder(final InputStream input, int bufferSize) { in StreamDecoder() method in CodedInputStream.StreamDecoder