Searched refs:ID3V1_MAX_NUM_BYTES_TOTAL (Results 1 – 2 of 2) sorted by relevance
40 #define ID3V1_MAX_NUM_BYTES_TOTAL 128 macro
174 return ID3V1_MAX_NUM_BYTES_TOTAL; in GetID3TagSize()532 if (iFileSizeInBytes >= ID3V1_MAX_NUM_BYTES_TOTAL) in CheckForTagID3V1()537 nBytes = iFileSizeInBytes - ID3V1_MAX_NUM_BYTES_TOTAL; in CheckForTagID3V1()