Home
last modified time | relevance | path

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

/external/opencore/fileformats/id3parcom/src/
Dpv_id3_parcom.cpp1247 uint8 unicodeCheck; in ReadTagID3V2() local
1249 if (read8(iInputFile, unicodeCheck) == false) in ReadTagID3V2()
1256 ReadLyricsCommFrame(unicodeCheck, currFrameLength - 1, frameType); in ReadTagID3V2()
1268 if (ReadAlbumArtFrame(frameType, unicodeCheck, currFrameLength) != PVMFSuccess) in ReadTagID3V2()
1275 else if (unicodeCheck < PV_ID3_CHARSET_END) in ReadTagID3V2()
1278 if (!ReadFrameData(unicodeCheck, frameType, in ReadTagID3V2()
1473 bool PVID3ParCom::ReadFrameData(uint8 unicodeCheck, PVID3FrameType frameType, uint32 pos, uint32 c… in ReadFrameData() argument
1475 if (unicodeCheck == PV_ID3_CHARSET_ISO88591) in ReadFrameData()
1481 else if (unicodeCheck == PV_ID3_CHARSET_UTF16) in ReadFrameData()
1510 else if (unicodeCheck == PV_ID3_CHARSET_UTF16BE) in ReadFrameData()
[all …]
/external/opencore/fileformats/id3parcom/include/
Dpv_id3_parcom.h786 … PVMFStatus ReadLyricsCommFrame(uint8 unicodeCheck, uint32 aFramesize, PVID3FrameType aFrameType);