Home
last modified time | relevance | path

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

/external/opencore/fileformats/id3parcom/include/
Dpv_id3_parcom_constants.h36 #define ID3V1_MAX_NUM_BYTES_ALBUM 30 macro
/external/opencore/fileformats/id3parcom/src/
Dpv_id3_parcom.cpp765 …tus = ReadStringValueFrame(PV_ID3_FRAME_ALBUM, PV_ID3_CHARSET_ISO88591, ID3V1_MAX_NUM_BYTES_ALBUM); in ReadID3V1Tag()
775 if (iInputFile->Seek(ID3V1_MAX_NUM_BYTES_ALBUM, Oscl_File::SEEKCUR) == -1) in ReadID3V1Tag()