summaryrefslogtreecommitdiffstats
path: root/exynos/multimedia/codecs/video/exynos4
diff options
context:
space:
mode:
authorDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-07-22 16:14:08 +0200
committerDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-07-22 16:14:08 +0200
commit353fecb128199378439a3e8da8200f654551a526 (patch)
treef04a2ab659ac3ec505407daf33e86cf1de27f941 /exynos/multimedia/codecs/video/exynos4
parent0fdadcaf08c588469ad9905b0136c894bb062fdf (diff)
downloadandroid_hardware_samsung-353fecb128199378439a3e8da8200f654551a526.tar.gz
android_hardware_samsung-353fecb128199378439a3e8da8200f654551a526.tar.bz2
android_hardware_samsung-353fecb128199378439a3e8da8200f654551a526.zip
underp logging
Diffstat (limited to 'exynos/multimedia/codecs/video/exynos4')
-rw-r--r--exynos/multimedia/codecs/video/exynos4/mfc/dec/src/SsbSipMfcDecAPI.c6
-rw-r--r--exynos/multimedia/codecs/video/exynos4/mfc/enc/src/SsbSipMfcEncAPI.c6
-rw-r--r--exynos/multimedia/codecs/video/exynos4/mfc_v4l2/dec/src/SsbSipMfcDecAPI.c4
-rw-r--r--exynos/multimedia/codecs/video/exynos4/mfc_v4l2/enc/src/SsbSipMfcEncAPI.c4
4 files changed, 10 insertions, 10 deletions
diff --git a/exynos/multimedia/codecs/video/exynos4/mfc/dec/src/SsbSipMfcDecAPI.c b/exynos/multimedia/codecs/video/exynos4/mfc/dec/src/SsbSipMfcDecAPI.c
index df985dc..8f95439 100644
--- a/exynos/multimedia/codecs/video/exynos4/mfc/dec/src/SsbSipMfcDecAPI.c
+++ b/exynos/multimedia/codecs/video/exynos4/mfc/dec/src/SsbSipMfcDecAPI.c
@@ -34,9 +34,9 @@
#include "SsbSipMfcApi.h"
#include <utils/Log.h>
-/*#define ALOG_NDEBUG 0*/
-#undef ALOG_TAG
-#define ALOG_TAG "MFC_DEC_APP"
+/*#define LOG_NDEBUG 0*/
+#undef LOG_TAG
+#define LOG_TAG "MFC_DEC_APP"
#ifdef CONFIG_MFC_FPS
#include <sys/time.h>
diff --git a/exynos/multimedia/codecs/video/exynos4/mfc/enc/src/SsbSipMfcEncAPI.c b/exynos/multimedia/codecs/video/exynos4/mfc/enc/src/SsbSipMfcEncAPI.c
index 92df6b0..387471c 100644
--- a/exynos/multimedia/codecs/video/exynos4/mfc/enc/src/SsbSipMfcEncAPI.c
+++ b/exynos/multimedia/codecs/video/exynos4/mfc/enc/src/SsbSipMfcEncAPI.c
@@ -30,9 +30,9 @@
#include "SsbSipMfcApi.h"
#include <utils/Log.h>
-/* #define ALOG_NDEBUG 0 */
-#undef ALOG_TAG
-#define ALOG_TAG "MFC_ENC_APP"
+/* #define LOG_NDEBUG 0 */
+#undef LOG_TAG
+#define LOG_TAG "MFC_ENC_APP"
#define _MFCLIB_MAGIC_NUMBER 0x92241001
diff --git a/exynos/multimedia/codecs/video/exynos4/mfc_v4l2/dec/src/SsbSipMfcDecAPI.c b/exynos/multimedia/codecs/video/exynos4/mfc_v4l2/dec/src/SsbSipMfcDecAPI.c
index cad62e3..ad14f16 100644
--- a/exynos/multimedia/codecs/video/exynos4/mfc_v4l2/dec/src/SsbSipMfcDecAPI.c
+++ b/exynos/multimedia/codecs/video/exynos4/mfc_v4l2/dec/src/SsbSipMfcDecAPI.c
@@ -36,8 +36,8 @@
#include "mfc_interface.h"
#include "SsbSipMfcApi.h"
-/* #define ALOG_NDEBUG 0 */
-#define ALOG_TAG "MFC_DEC_APP"
+/* #define LOG_NDEBUG 0 */
+#define LOG_TAG "MFC_DEC_APP"
#include <utils/Log.h>
#ifdef CONFIG_MFC_FPS
diff --git a/exynos/multimedia/codecs/video/exynos4/mfc_v4l2/enc/src/SsbSipMfcEncAPI.c b/exynos/multimedia/codecs/video/exynos4/mfc_v4l2/enc/src/SsbSipMfcEncAPI.c
index d35e153..b62f1ee 100644
--- a/exynos/multimedia/codecs/video/exynos4/mfc_v4l2/enc/src/SsbSipMfcEncAPI.c
+++ b/exynos/multimedia/codecs/video/exynos4/mfc_v4l2/enc/src/SsbSipMfcEncAPI.c
@@ -31,8 +31,8 @@
#include "mfc_interface.h"
#include "SsbSipMfcApi.h"
-/* #define ALOG_NDEBUG 0 */
-#define ALOG_TAG "MFC_ENC_APP"
+/* #define LOG_NDEBUG 0 */
+#define LOG_TAG "MFC_ENC_APP"
#include <utils/Log.h>
#define POLL_ENC_WAIT_TIMEOUT 25