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

  /frameworks/av/media/libstagefright/include/
ID3.h 28 struct ID3 {
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/
ID3.cpp 18 #define LOG_TAG "ID3"
21 #include "../include/ID3.h"
33 ID3::ID3(const sp<DataSource> &source, bool ignoreV1)
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...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 174 milliseconds