Searched refs:FLACExtractor (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/include/
H A DFLACExtractor.h28 class FLACExtractor : public MediaExtractor { class in namespace:android
32 FLACExtractor(const sp<DataSource> &source);
41 virtual ~FLACExtractor();
54 FLACExtractor(const FLACExtractor &);
55 FLACExtractor &operator=(const FLACExtractor &);
/frameworks/av/media/libstagefright/
H A DFLACExtractor.cpp18 #define LOG_TAG "FLACExtractor"
21 #include "include/FLACExtractor.h"
733 // re-use the same track metadata passed into constructor from FLACExtractor
738 // FLACExtractor
740 FLACExtractor::FLACExtractor( function in class:android::FLACExtractor
745 ALOGV("FLACExtractor::FLACExtractor");
749 FLACExtractor::~FLACExtractor()
[all...]
H A DMediaExtractor.cpp31 #include "include/FLACExtractor.h"
109 ret = new FLACExtractor(source);
H A DAndroid.mk21 FLACExtractor.cpp \

Completed in 532 milliseconds