Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c15844 tWMAExtendedContentDesc *pECDesc = NULL; in AU_CUS_WMA_Parser_LoadExtendedContentDescObject() local
15865 pECDesc = pInt->m_pECDesc; in AU_CUS_WMA_Parser_LoadExtendedContentDescObject()
15866 memset(pECDesc, 0, sizeof(tWMAExtendedContentDesc)); in AU_CUS_WMA_Parser_LoadExtendedContentDescObject()
15884 pECDesc->cDescriptors = cDescriptors; in AU_CUS_WMA_Parser_LoadExtendedContentDescObject()
15887pECDesc->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()
[all …]