Home
last modified time | relevance | path

Searched refs:ID3V1_MAX_NUM_BYTES_TOTAL (Results 1 – 2 of 2) sorted by relevance

/external/opencore/fileformats/id3parcom/include/
Dpv_id3_parcom_constants.h40 #define ID3V1_MAX_NUM_BYTES_TOTAL 128 macro
/external/opencore/fileformats/id3parcom/src/
Dpv_id3_parcom.cpp174 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()