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

  /frameworks/av/media/libstagefright/include/
ID3.h 89 bool parseV2(DataSourceBase *source, off64_t offset);
  /frameworks/av/media/libstagefright/id3/
ID3.cpp 66 mIsValid = parseV2(source, offset);
85 mIsValid = parseV2(source, 0);
122 bool ID3::parseV2(DataSourceBase *source, off64_t offset) {

Completed in 57 milliseconds