summaryrefslogtreecommitdiffstats
path: root/exynos_omx/openmax/exynos_omx/core
Commit message (Collapse)AuthorAgeFilesLines
* Add liblogYing Wang2013-04-091-2/+1
| | | | | Bug: 8580410 Change-Id: I23c1f8541e7de016aa920d13dd35d9b5c7b7d1c8
* exynos_omx: Do not call memset on object to be freedSeungBeom Kim2012-09-281-1/+0
| | | | | | | | | | | | pointer could be null, in which case free would succeed but we first called memset() and things exploded. Fixes a crash when video editor test attempts to export video with multiple transitions. Bug: 7233929 Change-Id: Iac752effe2c239b218cfe3c7d46d1b0ad19b7080 Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com>
* exynos_omx: multi_thread: Remove OMX Error log on init time.SeungBeom Kim2012-08-301-2/+2
| | | | | | | | It is not error. this code is just for the check of OpenMAX component loading. Change-Id: I159ef88d9e300c3fbeebf697547eecab609fd0d9 Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com>
* hardware: samsung_slsi: exynos5: exynos_omx: added newly organized omxJiho Chang2012-06-114-13/+13
| | | | | | | | The new exynos omx support mfc output buffer sharing. This version does not support the new fd mecahnism of ion. Change-Id: Ie225227a5a5c88ee5275588a18ec6219077c6065 Signed-off-by: Jiho Chang <jiho04.chang@samsung.com>
* exynos5: rename all libOMX.SEC components to libOMX.Exynos5Dima Zavin2012-04-181-1/+1
| | | | | Change-Id: I6db3cd80619fe72a690551ecfc4a45eb241b4a6b Signed-off-by: Dima Zavin <dima@android.com>
* hardware: exynos5: add initial exynos_omxJiho Chang2012-04-175-0/+808
Change-Id: I22fd3ef5b76884d520e8bb3441c64aa3e145a5f2 Signed-off-by: Jiho Chang <jiho04.chang@samsung.com>