HomeSort by relevance Sort by last modified time
    Searched refs:FLACParser (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/
FLACExtractor.cpp 37 class FLACParser;
59 sp<FLACParser> mParser;
71 // FLACParser wraps a C libFLAC parser aka stream decoder
73 class FLACParser : public RefBase {
80 explicit FLACParser(
118 virtual ~FLACParser();
155 FLACParser(const FLACParser &);
156 FLACParser &operator=(const FLACParser &)
    [all...]
  /frameworks/av/media/libstagefright/include/
FLACExtractor.h 26 class FLACParser;
46 sp<FLACParser> mParser;

Completed in 148 milliseconds