Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c632 unsigned short cbValue; member
15939 LoadWORD(pECDesc->pDescriptors[i].cbValue, pData); in AU_CUS_WMA_Parser_LoadExtendedContentDescObject()
15945 …tate *)pInt, &iCurrFileOffset, iMaxFileOffset, &pECDesc->pDescriptors[i].cbValue, (unsigned char*… in AU_CUS_WMA_Parser_LoadExtendedContentDescObject()
15954 const unsigned int cbBytesToRead = pECDesc->pDescriptors[i].cbValue; in AU_CUS_WMA_Parser_LoadExtendedContentDescObject()
15958 if (iCurrFileOffset + pECDesc->pDescriptors[i].cbValue > iMaxFileOffset) in AU_CUS_WMA_Parser_LoadExtendedContentDescObject()
15964 …sc->pDescriptors[i].uValue.pbBinary = AU_CUS_WMA_Parser_auMalloc(pECDesc->pDescriptors[i].cbValue); in AU_CUS_WMA_Parser_LoadExtendedContentDescObject()