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, off64_t offset = 0);
39 ID3(const uint8_t *data, size_t size, bool ignoreV1 = false);
40 ~ID3();
49 Iterator(const ID3 &parent, const char *id);
59 const ID3 &mParent;
84 // size of the ID3 tag including header before any unsynchronization.
95 ID3(const ID3 &);
96 ID3
[all...]
/frameworks/av/media/libstagefright/id3/
H A DID3.cpp18 #define LOG_TAG "ID3"
21 #include "../include/ID3.h"
59 ID3::ID3(const sp<DataSource> &source, bool ignoreV1, off64_t offset) function in class:android::ID3
73 ID3::ID3(const uint8_t *data, size_t size, bool ignoreV1) function in class:android::ID3
89 ID3::~ID3() {
96 bool ID3::isValid() const {
100 ID3
[all...]

Completed in 40 milliseconds