Searched defs:WAVExtractor (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/include/
H A DWAVExtractor.h30 class WAVExtractor : public MediaExtractor { class in namespace:android
33 WAVExtractor(const sp<DataSource> &source);
42 virtual ~WAVExtractor();
59 WAVExtractor(const WAVExtractor &);
60 WAVExtractor &operator=(const WAVExtractor &);
/frameworks/av/media/libstagefright/
H A DWAVExtractor.cpp18 #define LOG_TAG "WAVExtractor"
21 #include "include/WAVExtractor.h"
92 WAVExtractor::WAVExtractor(const sp<DataSource> &source) function in class:android::WAVExtractor
99 WAVExtractor::~WAVExtractor() {
102 sp<MetaData> WAVExtractor::getMetaData() {
114 size_t WAVExtractor::countTracks() {
118 sp<MediaSource> WAVExtractor::getTrack(size_t index) {
128 sp<MetaData> WAVExtractor
[all...]

Completed in 53 milliseconds