Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/
DID3.h28 struct ID3 { struct
38 ID3(const sp<DataSource> &source, bool ignoreV1 = false, off64_t offset = 0); argument
49 Iterator(const ID3 &parent, const char *id); argument
84 // size of the ID3 tag including header before any unsynchronization. argument
95 ID3(const ID3 &); argument
96 ID3 &operator=(const ID3 &); argument
/frameworks/av/media/libstagefright/id3/
DID3.cpp59 ID3::ID3(const sp<DataSource> &source, bool ignoreV1, off64_t offset) in ID3() function in android::ID3
73 ID3::ID3(const uint8_t *data, size_t size, bool ignoreV1) in ID3() function in android::ID3