Home
last modified time | relevance | path

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

/external/opencore/fileformats/id3parcom/include/
Dpv_id3_parcom.h604 uint32 ConvertToSyncSafeInt(uint32 src);
/external/opencore/fileformats/id3parcom/src/
Dpv_id3_parcom.cpp2185 uint32 PVID3ParCom::ConvertToSyncSafeInt(uint32 src) in ConvertToSyncSafeInt() function in PVID3ParCom
4021 …uint32 syncSafeInt = ConvertToSyncSafeInt(composedTagSize - 10); // Total Size of ID3 tag - 10 byt… in ComposeID3v2Tag()