Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c14831 void *AU_CUS_WMA_Parser_auMalloc(const size_t iSize) in AU_CUS_WMA_Parser_auMalloc() function
14881 pInt->m_pLicData = AU_CUS_WMA_Parser_auMalloc(cbWanted); in AU_CUS_WMA_Parser_LoadLicenseStoreObject()
14960 … pBuffer = AU_CUS_WMA_Parser_auMalloc(cbBytesToRead + sizeof(unsigned short)); // +1 for null-term in AU_CUS_WMA_Parser_AllocateAndLoadMetadataStr()
15058 pInt->ptMetaDataEntry = AU_CUS_WMA_Parser_auMalloc(sizeof(WMA_MetaDataEntry)); in AU_CUS_WMA_Parser_LoadVirtualMetaDataObject()
15067 …pInt->ptMetaDataEntry->pDescRec = AU_CUS_WMA_Parser_auMalloc(DescRecCount * sizeof(WMA_MetaDataDes… in AU_CUS_WMA_Parser_LoadVirtualMetaDataObject()
15147 tDesc[i].pData = AU_CUS_WMA_Parser_auMalloc(tDesc[i].dwDataLength); in AU_CUS_WMA_Parser_LoadVirtualMetaDataObject()
15859 pInt->m_pECDesc = AU_CUS_WMA_Parser_auMalloc(sizeof(tWMAExtendedContentDesc)); in AU_CUS_WMA_Parser_LoadExtendedContentDescObject()
15887 …pECDesc->pDescriptors = (ECD_DESCRIPTOR *)AU_CUS_WMA_Parser_auMalloc(cDescriptors * sizeof(ECD_DES… in AU_CUS_WMA_Parser_LoadExtendedContentDescObject()
15964 …pECDesc->pDescriptors[i].uValue.pbBinary = AU_CUS_WMA_Parser_auMalloc(pECDesc->pDescriptors[i].cbV… in AU_CUS_WMA_Parser_LoadExtendedContentDescObject()
16045 pInt->m_pDesc = AU_CUS_WMA_Parser_auMalloc(sizeof(tWMAFileContDesc)); in AU_CUS_WMA_Parser_LoadContentDescriptionObject()