summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyunil <hyunil46.park@samsung.com>2019-10-01 13:29:53 +0900
committerHyunil <hyunil46.park@samsung.com>2019-10-01 14:20:34 +0900
commite102cde00b64375fcd6872e99d90a71f22637f13 (patch)
treea3bbbede3cc81997716b366eb575f51f6bb45aee
parent00e4ba434f706a1e014456e6834fb8b402f6879d (diff)
downloadlibmm-evas-renderer-accepted/tizen_5.5_unified_mobile_hotfix.tar.gz
libmm-evas-renderer-accepted/tizen_5.5_unified_mobile_hotfix.tar.bz2
libmm-evas-renderer-accepted/tizen_5.5_unified_mobile_hotfix.zip
Change-Id: I9a87b8ab078c9d12c87bb0751828169f245fcbae Signed-off-by: Hyunil <hyunil46.park@samsung.com>
-rw-r--r--src/mm_evas_renderer.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/mm_evas_renderer.c b/src/mm_evas_renderer.c
index a6da39a..4231401 100644
--- a/src/mm_evas_renderer.c
+++ b/src/mm_evas_renderer.c
@@ -89,7 +89,6 @@ enum {
#ifdef _INTERNAL_DEBUG_
static int g_cnt_in = 0;
static int g_cnt_out = 0;
-/*static void __print_idx(mm_evas_info *evas_info);*/
static int __dump_pkt(media_packet_h pkt, int width, int height);
static int __dump_surf(tbm_surface_h tbm_surf);
#endif
@@ -370,19 +369,6 @@ static void _evas_pipe_cb(void *data, void *buffer, update_info info)
}
#ifdef _INTERNAL_DEBUG_
-#if 0
-static void __print_idx(mm_evas_info *evas_info)
-{
- gint prev_idx = evas_info->pkt_info[evas_info->cur_idx].prev;
- LOGE("***** start cur_idx : %d -> prev_idx : %d", evas_info->cur_idx, prev_idx);
- while (prev_idx != -1) {
- LOGE("***** cur_idx : %d -> prev_idx : %d", prev_idx, evas_info->pkt_info[prev_idx].prev);
- prev_idx = evas_info->pkt_info[prev_idx].prev;
- }
- LOGE("***** end");
- return;
-}
-#endif
static int __dump_pkt(media_packet_h pkt, int width, int height)
{
uint8_t *data;