Searched refs:MP3Source (Results 1 – 1 of 1) sorted by relevance
210 class MP3Source : public MediaTrackHelper { class212 MP3Source(226 virtual ~MP3Source();242 MP3Source(const MP3Source &);243 MP3Source &operator=(const MP3Source &);417 return new MP3Source( in getTrack()440 const size_t MP3Source::kMaxFrameSize = (1 << 12); /* 4096 bytes */442 MP3Source::MP3Source( in MP3Source() function in android::MP3Source453 MP3Source::~MP3Source() { in ~MP3Source()459 media_status_t MP3Source::start() { in start()[all …]