Home
last modified time | relevance | path

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

/external/opencore/fileformats/id3parcom/include/
Dpv_id3_parcom_constants.h41 #define ID3V1_MAX_NUM_BYTES_FIELD_SIZE 30 macro
/external/opencore/fileformats/id3parcom/src/
Dpv_id3_parcom.cpp808 uint32 frameDataSize = ID3V1_MAX_NUM_BYTES_FIELD_SIZE + 1; in ReadID3V1Tag()
910 if (iInputFile->Seek(ID3V1_MAX_NUM_BYTES_FIELD_SIZE, Oscl_File::SEEKCUR) == -1) in ReadID3V1Tag()