HomeSort by relevance Sort by last modified time
    Searched refs:EXYNOS_OMX_RM_COMPONENT_LIST (Results 1 - 2 of 2) sorted by null

  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
Exynos_OMX_Resourcemanager.h 35 struct EXYNOS_OMX_RM_COMPONENT_LIST;
41 } EXYNOS_OMX_RM_COMPONENT_LIST;
Exynos_OMX_Resourcemanager.c 46 static EXYNOS_OMX_RM_COMPONENT_LIST *gpVideoDecRMComponentList = NULL;
47 static EXYNOS_OMX_RM_COMPONENT_LIST *gpVideoDecRMWaitingList = NULL;
48 static EXYNOS_OMX_RM_COMPONENT_LIST *gpVideoEncRMComponentList = NULL;
49 static EXYNOS_OMX_RM_COMPONENT_LIST *gpVideoEncRMWaitingList = NULL;
53 OMX_ERRORTYPE addElementList(EXYNOS_OMX_RM_COMPONENT_LIST **ppList, OMX_COMPONENTTYPE *pOMXComponent)
56 EXYNOS_OMX_RM_COMPONENT_LIST *pTempComp = NULL;
65 pTempComp->pNext = (EXYNOS_OMX_RM_COMPONENT_LIST *)Exynos_OSAL_Malloc(sizeof(EXYNOS_OMX_RM_COMPONENT_LIST));
70 ((EXYNOS_OMX_RM_COMPONENT_LIST *)(pTempComp->pNext))->pNext = NULL;
71 ((EXYNOS_OMX_RM_COMPONENT_LIST *)(pTempComp->pNext))->pOMXStandComp = pOMXComponent
    [all...]

Completed in 228 milliseconds