Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c2022 ECD_DESCRIPTOR *pDescriptors; // pointer to all the descriptors member
15887 …pECDesc->pDescriptors = (ECD_DESCRIPTOR *)AU_CUS_WMA_Parser_auMalloc(cDescriptors * sizeof(ECD_DES… in AU_CUS_WMA_Parser_LoadExtendedContentDescObject()
15888 if(pECDesc->pDescriptors == NULL) in AU_CUS_WMA_Parser_LoadExtendedContentDescObject()
15894 memset(pECDesc->pDescriptors, 0, cDescriptors * sizeof(ECD_DESCRIPTOR)); in AU_CUS_WMA_Parser_LoadExtendedContentDescObject()
15913 LoadWORD(pECDesc->pDescriptors[i].cbName, pData); in AU_CUS_WMA_Parser_LoadExtendedContentDescObject()
15917 iMaxFileOffset, &pECDesc->pDescriptors[i].cbName, in AU_CUS_WMA_Parser_LoadExtendedContentDescObject()
15918 (unsigned char **)&pECDesc->pDescriptors[i].pwszName); in AU_CUS_WMA_Parser_LoadExtendedContentDescObject()
15938 LoadWORD(pECDesc->pDescriptors[i].data_type, pData); in AU_CUS_WMA_Parser_LoadExtendedContentDescObject()
15939 LoadWORD(pECDesc->pDescriptors[i].cbValue, pData); in AU_CUS_WMA_Parser_LoadExtendedContentDescObject()
15942 if (ECD_STRING == pECDesc->pDescriptors[i].data_type) in AU_CUS_WMA_Parser_LoadExtendedContentDescObject()
[all …]