Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
DLCML_DspCodec.h279 struct DSP_NOTIFICATION * g_aNotificationObjects[3]; member
281 struct DSP_NOTIFICATION * g_aNotificationObjects[1]; member
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
DLCML_DspCodec.c426 phandle->g_aNotificationObjects[0] = notification; in InitMMCodecEx()
442 phandle->g_aNotificationObjects[1] = notification_mmufault; in InitMMCodecEx()
458 phandle->g_aNotificationObjects[2] = notification_syserror; in InitMMCodecEx()
735 phandle->g_aNotificationObjects[0] = notification; in InitMMCodec()
751 phandle->g_aNotificationObjects[1] = notification_mmufault; in InitMMCodec()
767 phandle->g_aNotificationObjects[2] = notification_syserror; in InitMMCodec()
1590 if(codec->g_aNotificationObjects[0]!= NULL) in FreeResources()
1592 LCML_FREE(codec->g_aNotificationObjects[0]); in FreeResources()
1593 codec->g_aNotificationObjects[0] = NULL; in FreeResources()
1595 if(codec->g_aNotificationObjects[1]!= NULL) in FreeResources()
[all …]