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

/frameworks/av/media/libstagefright/
H A DAMRExtractor.cpp34 class AMRSource : public MediaSource { class in namespace:android
36 AMRSource(const sp<DataSource> &source,
51 virtual ~AMRSource();
66 AMRSource(const AMRSource &);
67 AMRSource &operator=(const AMRSource &);
188 return new AMRSource(mDataSource, mMeta, mIsWide,
202 AMRSource::AMRSource( function in class:android::AMRSource
[all...]

Completed in 89 milliseconds