Searched refs:ID3 (Results 1 - 6 of 6) 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);
39 ~ID3();
48 Iterator(const ID3 &parent, const char *id);
58 const ID3 &mParent;
88 ID3(const ID3 &);
89 ID3 &operator=(const ID3 &);
/frameworks/av/media/libstagefright/id3/
H A DAndroid.mk5 ID3.cpp
H A DID3.cpp18 #define LOG_TAG "ID3"
21 #include "../include/ID3.h"
33 ID3::ID3(const sp<DataSource> &source, bool ignoreV1) function in class:android::ID3
46 ID3::~ID3() {
53 bool ID3::isValid() const {
57 ID3::Version ID3::version() const {
62 bool ID3
[all...]
H A Dtestid3.cpp17 #include "../include/ID3.h"
75 ID3 tag(file);
81 ID3::Iterator it(tag, NULL);
/frameworks/av/media/libstagefright/
H A DMP3Extractor.cpp24 #include "include/ID3.h"
56 // Skip an optional ID3 header if syncing at the very beginning
68 if (memcmp("ID3", id3header, 3)) {
84 ALOGV("skipped ID3 tag, new starting offset is %lld (0x%016llx)",
356 ID3 id3(mDataSource, true);
358 ID3::Iterator *com = new ID3::Iterator(id3, "COM");
361 com = new ID3::Iterator(id3, "COMM");
592 ID3 id3(mDataSource);
619 ID3
[all...]
/frameworks/av/media/libstagefright/codecs/common/include/
H A DvoIndex.h91 _MAKE_SOURCE_ID (0x400000, ID3)

Completed in 847 milliseconds