Home
last modified time | relevance | path

Searched refs:FLACParser (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
DFLACExtractor.cpp37 class FLACParser;
59 sp<FLACParser> mParser;
73 class FLACParser : public RefBase { class
76 FLACParser(
114 virtual ~FLACParser();
151 FLACParser(const FLACParser &);
152 FLACParser &operator=(const FLACParser &);
210 FLAC__StreamDecoderReadStatus FLACParser::read_callback( in read_callback()
214 return ((FLACParser *) client_data)->readCallback(buffer, bytes); in read_callback()
217 FLAC__StreamDecoderSeekStatus FLACParser::seek_callback( in seek_callback()
[all …]
/frameworks/av/media/libstagefright/include/
DFLACExtractor.h26 class FLACParser; variable
46 sp<FLACParser> mParser;