Searched refs:WAVExtractor (Results 1 – 4 of 4) sorted by relevance
32 class WAVExtractor : public MediaExtractorPluginHelper {34 explicit WAVExtractor(DataSourceHelper *source);43 virtual ~WAVExtractor();60 WAVExtractor(const WAVExtractor &);61 WAVExtractor &operator=(const WAVExtractor &);
110 WAVExtractor::WAVExtractor(DataSourceHelper *source) in WAVExtractor() function in android::WAVExtractor118 WAVExtractor::~WAVExtractor() { in ~WAVExtractor()123 media_status_t WAVExtractor::getMetaData(AMediaFormat *meta) { in getMetaData()132 size_t WAVExtractor::countTracks() { in countTracks()136 MediaTrackHelper *WAVExtractor::getTrack(size_t index) { in getTrack()146 media_status_t WAVExtractor::getTrackMetaData( in getTrackMetaData()162 status_t WAVExtractor::init() { in init()584 return wrap(new WAVExtractor(new DataSourceHelper(source))); in CreateExtractor()604 WAVExtractor *extractor = new WAVExtractor(helper); // extractor owns the helper in Sniff()
6 srcs: ["WAVExtractor.cpp"],
144 mExtractor = new WAVExtractor(new DataSourceHelper(mDataSource->wrap())); in createExtractor()