X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=include_product%2Fmedia_info_private.h;h=c0f47e56f20cef7df281cd3d74b85b6570eca577;hb=4a13754c81278d820e9190da4b662984bd9cbb19;hp=b96a6aa007a4a1ab0e236217aa2f04f153f1103d;hpb=e68d9bbbc5b05d2d6e76cad0c739288e9f66ca33;p=platform%2Fcore%2Fapi%2Fmedia-content.git diff --git a/include_product/media_info_private.h b/include_product/media_info_private.h old mode 100755 new mode 100644 index b96a6aa..c0f47e5 --- a/include_product/media_info_private.h +++ b/include_product/media_info_private.h @@ -75,8 +75,6 @@ extern "C" { #define MEDIA_CONTENT_UUID_SIZE 36 #define BATCH_REQUEST_MAX 300 -#define EMPTY_STR "" - typedef enum { MEDIA_INFO_UUID = 0, MEDIA_INFO_PATH, @@ -135,12 +133,6 @@ typedef enum { } media_info_item_e; typedef enum { - MEDIA_CONTENT_TYPE = 0, - MEDIA_THUMBNAIL_TYPE, - MEDIA_REGISTER_TYPE -} media_info_error_type_e; - -typedef enum { MEDIA_TAG_ADD, MEDIA_TAG_REMOVE, MEDIA_TAG_UPDATE_TAG_NAME, @@ -231,11 +223,6 @@ typedef struct { media_content_orientation_e orientation; } image_meta_s; -typedef struct _image_mm_meta_s { - int width; - int height; -} image_mm_meta_s; - typedef struct { char *media_id; char *album; @@ -821,18 +808,10 @@ GMutex* _content_get_db_mutex(void); LOGE(FONT_COLOR_RED"[%ld]"fmt""FONT_COLOR_RESET, media_content_gettid(), ##arg); \ } while (0) -#define content_debug_func() do { \ - LOGD(FONT_COLOR_RESET"[%ld]", media_content_gettid()); \ - } while (0) - #define content_sec_debug(fmt, arg...) do { \ SECURE_LOGD(FONT_COLOR_CYAN"[%ld]"fmt""FONT_COLOR_RESET, media_content_gettid(), ##arg); \ } while (0) -#define content_sec_warn(fmt, arg...) do { \ - SECURE_LOGW(FONT_COLOR_RED"[%ld]"fmt""FONT_COLOR_RESET, media_content_gettid(), ##arg); \ - } while (0) - #define content_sec_error(fmt, arg...) do { \ SECURE_LOGE(FONT_COLOR_RED"[%ld]"fmt""FONT_COLOR_RESET, media_content_gettid(), ##arg); \ } while (0)