Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c2091 tWMAFileContDesc *m_pDesc; member
16040 if (NULL != pInt->m_pDesc) in AU_CUS_WMA_Parser_LoadContentDescriptionObject()
16045 pInt->m_pDesc = AU_CUS_WMA_Parser_auMalloc(sizeof(tWMAFileContDesc)); in AU_CUS_WMA_Parser_LoadContentDescriptionObject()
16046 if (NULL == pInt->m_pDesc) in AU_CUS_WMA_Parser_LoadContentDescriptionObject()
16052 pDesc = pInt->m_pDesc; in AU_CUS_WMA_Parser_LoadContentDescriptionObject()
16122 if (pInt->m_pDesc) in AU_CUS_WMA_Parser_LoadContentDescriptionObject()
16124 pDesc = pInt->m_pDesc; in AU_CUS_WMA_Parser_LoadContentDescriptionObject()
16133 AU_CUS_WMA_Parser_auFree(pInt->m_pDesc); in AU_CUS_WMA_Parser_LoadContentDescriptionObject()
16134 pInt->m_pDesc = NULL; in AU_CUS_WMA_Parser_LoadContentDescriptionObject()