Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c2021 unsigned short cDescriptors; // number of descriptors member
15845 unsigned short cDescriptors = 0; in AU_CUS_WMA_Parser_LoadExtendedContentDescObject() local
15883 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()