Searched refs:m_pDesc (Results 1 – 1 of 1) sorted by relevance
2091 tWMAFileContDesc *m_pDesc; member16040 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()