Searched defs:ID3 (Results 1 – 2 of 2) sorted by relevance
29 struct ID3 { struct39 explicit ID3(DataSourceHelper *source, bool ignoreV1 = false, off64_t offset = 0); argument50 Iterator(const ID3 &parent, const char *id); argument87 // size of the ID3 tag including header before any unsynchronization. argument98 ID3(const ID3 &); argument99 ID3 &operator=(const ID3 &); argument
95 ID3::ID3(DataSourceHelper *sourcehelper, bool ignoreV1, off64_t offset) in ID3() function in android::ID3110 ID3::ID3(const uint8_t *data, size_t size, bool ignoreV1) in ID3() function in android::ID3