Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c2094 tWMAExtendedContentDesc *m_pECDesc; member
15854 if (pInt->m_pECDesc) in AU_CUS_WMA_Parser_LoadExtendedContentDescObject()
15859 pInt->m_pECDesc = AU_CUS_WMA_Parser_auMalloc(sizeof(tWMAExtendedContentDesc)); in AU_CUS_WMA_Parser_LoadExtendedContentDescObject()
15860 if( pInt->m_pECDesc == NULL) in AU_CUS_WMA_Parser_LoadExtendedContentDescObject()
15865 pECDesc = pInt->m_pECDesc; in AU_CUS_WMA_Parser_LoadExtendedContentDescObject()
16001 if (pInt->m_pECDesc) in AU_CUS_WMA_Parser_LoadExtendedContentDescObject()
16003 pECDesc = pInt->m_pECDesc; in AU_CUS_WMA_Parser_LoadExtendedContentDescObject()
16016 AU_CUS_WMA_Parser_auFree(pInt->m_pECDesc); in AU_CUS_WMA_Parser_LoadExtendedContentDescObject()
16017 pInt->m_pECDesc = NULL; in AU_CUS_WMA_Parser_LoadExtendedContentDescObject()