HomeSort by relevance Sort by last modified time
    Searched defs:ID3 (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/libstagefright/include/
ID3.h 28 struct ID3 {
38 ID3(const sp<DataSource> &source);
39 ~ID3();
48 Iterator(const ID3 &parent, const char *id);
58 const ID3 &mParent;
87 ID3(const ID3 &);
88 ID3 &operator=(const ID3 &);
  /frameworks/base/media/libstagefright/id3/
ID3.cpp 18 #define LOG_TAG "ID3"
21 #include "../include/ID3.h"
33 ID3::ID3(const sp<DataSource> &source)
46 ID3::~ID3() {
53 bool ID3::isValid() const {
57 ID3::Version ID3::version() const {
62 bool ID3::ParseSyncsafeInteger(const uint8_t encoded[4], size_t *x)
    [all...]

Completed in 208 milliseconds