Home
last modified time | relevance | path

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

/external/opencore/fileformats/id3parcom/include/
Dpv_id3_parcom.h345 } PVID3FrameType; typedef
391 bool ValidateFrameV2_4(PVID3FrameType& frameType, bool bUseSyncSafeFrameSize = true);
489 void HandleID3V2FrameDataASCII(PVID3FrameType aframeType,
515 void HandleID3V2FrameDataUnicode16(PVID3FrameType aframeType,
540 void HandleID3V2FrameDataUTF8(PVID3FrameType aframeType,
554 void HandleID3V2FrameUnsupported(PVID3FrameType aframeType,
565 PVID3FrameType FrameSupportedID3V2(PVID3Version version, uint8* aframeid = NULL);
574 PVID3FrameType FrameValidatedID3V2_4(uint8* aFrameID);
583 PVID3FrameType FrameSupportedID3V2_2(void);
660 … bool ReadFrameData(uint8 unicode, PVID3FrameType frameType, uint32 pos, uint32 currFrameLength);
[all …]
/external/opencore/fileformats/id3parcom/src/
Dpv_id3_parcom.cpp400 PVID3FrameType newFrameType; in SetID3Frame()
401 PVID3FrameType existingFrameType; in SetID3Frame()
1168 PVID3FrameType frameType = PV_ID3_FRAME_EEND; in ReadTagID3V2()
1316 bool PVID3ParCom::ValidateFrameV2_4(PVID3FrameType& frameType, bool bUseSyncSafeFrameSize) in ValidateFrameV2_4()
1398 PVID3FrameType frameTypeUsingSyncSafeSize = PV_ID3_FRAME_INVALID; in ValidateFrameLengthV2_4()
1429 PVID3FrameType frameTypeUsingNonSyncSafeSize = PV_ID3_FRAME_INVALID; in ValidateFrameLengthV2_4()
1473 bool PVID3ParCom::ReadFrameData(uint8 unicodeCheck, PVID3FrameType frameType, uint32 pos, uint32 c… in ReadFrameData()
1584 void PVID3ParCom::HandleID3V2FrameDataASCII(PVID3FrameType aFrameType, in HandleID3V2FrameDataASCII()
1649 void PVID3ParCom::HandleID3V2FrameUnsupported(PVID3FrameType aFrameType, in HandleID3V2FrameUnsupported()
1677 void PVID3ParCom::HandleID3V2FrameDataUnicode16(PVID3FrameType aFrameType, in HandleID3V2FrameDataUnicode16()
[all …]