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

/frameworks/av/media/libstagefright/include/
H A DID3.h28 struct ID3 { struct in namespace:android
38 ID3(const sp<DataSource> &source, bool ignoreV1 = false);
39 ~ID3();
48 Iterator(const ID3 &parent, const char *id);
58 const ID3 &mParent;
88 ID3(const ID3 &);
89 ID3 &operator=(const ID3 &);
/frameworks/av/media/libstagefright/id3/
H A DID3.cpp18 #define LOG_TAG "ID3"
21 #include "../include/ID3.h"
33 ID3::ID3(const sp<DataSource> &source, bool ignoreV1) function in class:android::ID3
46 ID3::~ID3() {
53 bool ID3::isValid() const {
57 ID3::Version ID3::version() const {
62 bool ID3
[all...]

Completed in 1156 milliseconds