Searched refs:cbSize (Results 1 – 1 of 1) sorted by relevance
488 unsigned short cbSize; /* The count in bytes of the size of member14761 WMAERR AU_CUS_WMA_Parser_LoadPropertiesObject(tWMAFileHdrStateInternal *pInt, unsigned int cbSize) in AU_CUS_WMA_Parser_LoadPropertiesObject() argument14783 cbSize -= MIN_OBJECT_SIZE; in AU_CUS_WMA_Parser_LoadPropertiesObject()14786 if(cbWanted > cbSize) in AU_CUS_WMA_Parser_LoadPropertiesObject()14826 pInt->currPacketOffset += cbSize; in AU_CUS_WMA_Parser_LoadPropertiesObject()14841 WMAERR AU_CUS_WMA_Parser_LoadLicenseStoreObject(tWMAFileHdrStateInternal *pInt, unsigned int cbSize) in AU_CUS_WMA_Parser_LoadLicenseStoreObject() argument14856 cbSize -= MIN_OBJECT_SIZE; in AU_CUS_WMA_Parser_LoadLicenseStoreObject()14859 if(cbObjectOffset + cbWanted > cbSize) in AU_CUS_WMA_Parser_LoadLicenseStoreObject()14876 if(cbObjectOffset + cbWanted > cbSize) in AU_CUS_WMA_Parser_LoadLicenseStoreObject()14927 pInt->currPacketOffset += cbSize; in AU_CUS_WMA_Parser_LoadLicenseStoreObject()[all …]