Searched refs:cDescriptors (Results 1 – 1 of 1) sorted by relevance
2021 unsigned short cDescriptors; // number of descriptors member15845 unsigned short cDescriptors = 0; in AU_CUS_WMA_Parser_LoadExtendedContentDescObject() local15883 LoadWORD(cDescriptors, pData); in AU_CUS_WMA_Parser_LoadExtendedContentDescObject()15884 pECDesc->cDescriptors = cDescriptors; 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()15894 memset(pECDesc->pDescriptors, 0, cDescriptors * sizeof(ECD_DESCRIPTOR)); in AU_CUS_WMA_Parser_LoadExtendedContentDescObject()15897 for (i = 0; i < cDescriptors; i++) in AU_CUS_WMA_Parser_LoadExtendedContentDescObject()16006 for (i = 0; i < pECDesc->cDescriptors; i++) in AU_CUS_WMA_Parser_LoadExtendedContentDescObject()