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

  /external/opencore/fileformats/id3parcom/include/
pv_id3_parcom.h 365 bool iFooterPresent;
    [all...]
  /external/opencore/fileformats/id3parcom/src/
pv_id3_parcom.cpp 103 iID3TagInfo.iFooterPresent = false;
192 if (iID3TagInfo.iFooterPresent)
1038 iID3TagInfo.iFooterPresent = true;
1051 if (iID3TagInfo.iFooterPresent)
1076 uint32 seek_size = iID3TagInfo.iID3V2TagSize + ID3V2_TAG_NUM_BYTES_HEADER + (iID3TagInfo.iFooterPresent ? ID3V2_TAG_NUM_BYTES_HEADER : 0);
    [all...]

Completed in 345 milliseconds