00001 /* 00002 Copyright (C) Renesas Technology Corp., 2003-2005. All rights reserved. 00003 */ 00004 00005 #ifndef __SHCODECS_COMMON_H__ 00006 #define __SHCODECS_COMMON_H__ 00007 00016 typedef enum { 00017 SHCodecs_Format_NONE = 0, 00018 SHCodecs_Format_MPEG4 = 1, 00019 SHCodecs_Format_H264 = 2 00020 } SHCodecs_Format; 00021 00023 #define SHCODECS_MIN_FX 48 00024 00026 #define SHCODECS_MAX_FX 1280 00027 00029 #define SHCODECS_MIN_FY 48 00030 00032 #define SHCODECS_MAX_FY 720 00033 00034 #endif /* __SHCODECS_COMMON_H__ */