Home
last modified time | relevance | path

Searched refs:MP3Source (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
DMP3Extractor.cpp212 class MP3Source : public MediaSource { class
214 MP3Source(
228 virtual ~MP3Source();
245 MP3Source(const MP3Source &);
246 MP3Source &operator=(const MP3Source &);
415 return new MP3Source( in getTrack()
437 const size_t MP3Source::kMaxFrameSize = (1 << 12); /* 4096 bytes */
438 MP3Source::MP3Source( in MP3Source() function in android::MP3Source
455 MP3Source::~MP3Source() { in ~MP3Source()
461 status_t MP3Source::start(MetaData *) { in start()
[all …]