Searched refs:currFrameLength (Results 1 – 2 of 2) sorted by relevance
1170 uint32 currFrameLength = 0; in ReadTagID3V2() local1188 currFrameLength = iID3TagInfo.iID3V2FrameSize; in ReadTagID3V2()1191 if ((frameType != PV_ID3_FRAME_SEEK) && (currFrameLength > iID3TagInfo.iID3V2TagSize)) in ReadTagID3V2()1204 if ((currFrameLength == 0) && (frameType != PV_ID3_FRAME_EEND)) in ReadTagID3V2()1237 currFrameLength = SafeSynchIntToInt32(temp); in ReadTagID3V2()1242 if (((currFrameLength > 1) && (frameType != PV_ID3_FRAME_UNRECOGNIZED in ReadTagID3V2()1256 ReadLyricsCommFrame(unicodeCheck, currFrameLength - 1, frameType); in ReadTagID3V2()1261 if (currFrameLength > 3000000) in ReadTagID3V2()1268 if (ReadAlbumArtFrame(frameType, unicodeCheck, currFrameLength) != PVMFSuccess) in ReadTagID3V2()1280 currFrameLength)) in ReadTagID3V2()[all …]
660 … bool ReadFrameData(uint8 unicode, PVID3FrameType frameType, uint32 pos, uint32 currFrameLength);