X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=openmax%2Fosal%2FExynos_OSAL_SharedMemory.c;h=93c2416937a691f4725f361ff1ec01cc5505f4dc;hb=96df7d66f7383529553660733633b9d3e46cd1ff;hp=6fa1a25a667a24392df32ac5956011f8c39f8772;hpb=bec6a659a2330e5424f773a968d841d17d3623c4;p=platform%2Fadaptation%2Fap_samsung%2Flibomxil-e3250-v4l2.git diff --git a/openmax/osal/Exynos_OSAL_SharedMemory.c b/openmax/osal/Exynos_OSAL_SharedMemory.c old mode 100644 new mode 100755 index 6fa1a25..93c2416 --- a/openmax/osal/Exynos_OSAL_SharedMemory.c +++ b/openmax/osal/Exynos_OSAL_SharedMemory.c @@ -31,7 +31,7 @@ #include #include #include -#ifndef SLP_PLATFORM /* build env */ +#ifndef TIZEN_FEATURE_E3250 /* build env */ #include #include #endif @@ -211,7 +211,7 @@ OMX_PTR Exynos_OSAL_SharedMemory_Alloc(OMX_HANDLETYPE handle, OMX_U32 size, MEMO Exynos_OSAL_MutexUnlock(pHandle->hSMMutex); mem_cnt++; -#ifndef SLP_PLATFORM +#ifndef TIZEN_FEATURE_E3250 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "SharedMemory alloc count: %d", mem_cnt); #else Exynos_OSAL_Log(EXYNOS_LOG_VERVOSE, "SharedMemory alloc count: %d", mem_cnt); @@ -273,7 +273,7 @@ void Exynos_OSAL_SharedMemory_Free(OMX_HANDLETYPE handle, OMX_PTR pBuffer) Exynos_OSAL_Free(pDeleteElement); mem_cnt--; -#ifndef SLP_PLATFORM +#ifndef TIZEN_FEATURE_E3250 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "SharedMemory free count: %d", mem_cnt); #else Exynos_OSAL_Log(EXYNOS_LOG_VERVOSE, "SharedMemory free count: %d", mem_cnt); @@ -334,7 +334,7 @@ OMX_PTR Exynos_OSAL_SharedMemory_Map(OMX_HANDLETYPE handle, OMX_U32 size, unsign Exynos_OSAL_MutexUnlock(pHandle->hSMMutex); mem_cnt++; -#ifndef SLP_PLATFORM +#ifndef TIZEN_FEATURE_E3250 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "SharedMemory alloc count: %d", mem_cnt); #else Exynos_OSAL_Log(EXYNOS_LOG_VERVOSE, "SharedMemory alloc count: %d", mem_cnt); @@ -393,7 +393,7 @@ void Exynos_OSAL_SharedMemory_Unmap(OMX_HANDLETYPE handle, unsigned int ionfd) Exynos_OSAL_Free(pDeleteElement); mem_cnt--; -#ifndef SLP_PLATFORM +#ifndef TIZEN_FEATURE_E3250 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "SharedMemory free count: %d", mem_cnt); #else Exynos_OSAL_Log(EXYNOS_LOG_VERVOSE, "SharedMemory free count: %d", mem_cnt);