Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/
DID3.h29 struct ID3 { struct
39 explicit ID3(DataSourceHelper *source, bool ignoreV1 = false, off64_t offset = 0); argument
50 Iterator(const ID3 &parent, const char *id); argument
87 // size of the ID3 tag including header before any unsynchronization. argument
98 ID3(const ID3 &); argument
99 ID3 &operator=(const ID3 &); argument
/frameworks/av/media/libstagefright/id3/
DID3.cpp95 ID3::ID3(DataSourceHelper *sourcehelper, bool ignoreV1, off64_t offset) in ID3() function in android::ID3
110 ID3::ID3(const uint8_t *data, size_t size, bool ignoreV1) in ID3() function in android::ID3