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

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

Completed in 24 milliseconds