Home
last modified time | relevance | path

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

/external/opencore/fileformats/id3parcom/include/
Dpv_id3_parcom_types.h49 PV_ID3_V2_3 = 3, /**< ID3 Version 2.3 */ enumerator
/external/opencore/fileformats/id3parcom/src/
Dpv_id3_parcom.cpp187 case PV_ID3_V2_3: in GetID3TagSize()
232 case PV_ID3_V2_3: in SetMaxID3TagSize()
511 case PV_ID3_V2_3: in ComposeID3Tag()
995 case PV_ID3_V2_3: in ReadHeaderID3V2()
996 iVersion = PV_ID3_V2_3; in ReadHeaderID3V2()
1156 if (iVersion == PV_ID3_V2_3) in ReadExtendedHeader()
1209 if (aVersion == PV_ID3_V2_3) in ReadTagID3V2()