Searched defs:ID3 (Results 1 – 2 of 2) sorted by relevance
28 struct ID3 { struct38 explicit ID3(DataSourceBase *source, bool ignoreV1 = false, off64_t offset = 0); argument49 Iterator(const ID3 &parent, const char *id); argument84 // size of the ID3 tag including header before any unsynchronization. argument95 ID3(const ID3 &); argument96 ID3 &operator=(const ID3 &); argument
59 ID3::ID3(DataSourceBase *source, bool ignoreV1, off64_t offset) in ID3() function in android::ID373 ID3::ID3(const uint8_t *data, size_t size, bool ignoreV1) in ID3() function in android::ID3