Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c636 char *pbBinary; member
15945 …t, &pECDesc->pDescriptors[i].cbValue, (unsigned char**)&pECDesc->pDescriptors[i].uValue.pbBinary); 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()
15965 if (NULL == pECDesc->pDescriptors[i].uValue.pbBinary) in AU_CUS_WMA_Parser_LoadExtendedContentDescObject()
15981 memcpy(&pECDesc->pDescriptors[i].uValue.pbBinary[cbBytesRead], in AU_CUS_WMA_Parser_LoadExtendedContentDescObject()
16009 AU_CUS_WMA_Parser_auFree(pECDesc->pDescriptors[i].uValue.pbBinary); in AU_CUS_WMA_Parser_LoadExtendedContentDescObject()