Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c488 unsigned short cbSize; /* The count in bytes of the size of member
14761 WMAERR AU_CUS_WMA_Parser_LoadPropertiesObject(tWMAFileHdrStateInternal *pInt, unsigned int cbSize) in AU_CUS_WMA_Parser_LoadPropertiesObject() argument
14783 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() argument
14856 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 …]