Home
last modified time | relevance | path

Searched defs:OurDecoder (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/flac/examples/cpp/decode/file/
H A Dmain.cpp66 class OurDecoder: public FLAC::Decoder::File { class
68 OurDecoder(FILE *f_): FLAC::Decoder::File(), f(f_) { } in OurDecoder() function in OurDecoder