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"
784 // re-use the same track metadata passed into constructor from FLACExtractor
789 // FLACExtractor
791 FLACExtractor::FLACExtractor( function in class:android::FLACExtractor
796 ALOGV("FLACExtractor::FLACExtractor");
800 FLACExtractor::~FLACExtractor()
[all...]
H A DMediaExtractor.cpp30 #include "include/FLACExtractor.h"
104 ret = new FLACExtractor(source);
H A DAndroid.mk25 FLACExtractor.cpp \

Completed in 420 milliseconds