menu "MEDIA Modules" config MEDIA_ENABLE bool "Media" default y help Selecting this option causes media function included. if (MEDIA_ENABLE) menu "Support Photo format" config MEDIA_PHOTO_JPG bool "MEDIA_PHOTO_JPG" default y config MEDIA_PHOTO_PNG bool "MEDIA_PHOTO_PNG" default y config MEDIA_PHOTO_BMP bool "MEDIA_PHOTO_BMP" default y config HIGH_RES_BMP bool "HIGH_RES_BMP" default n endmenu # Support Photo format choice depends on (CHIP_533 || CHIP_512L) prompt "JPG Module" default JPG_HW444outFormat_USE422 config JPG_HW444outFormat_USE422 bool "JPG_HW444outFormat_USE422" config JPG_HW444outFormat_USE444 bool "JPG_HW444outFormat_USE444" endchoice config PIC_SPECIAL_EFFECT bool prompt "Enable Picture Special Effect" default y choice prompt "music type select - MP3,AAC,REAL,WMASTD,VORBIS" config MUSIC_FULL_TYPE bool "All type music" endchoice config PIC_FULL_PANEL bool prompt "Enable Picture Full Panel" default n config PIC_DISABLE_DIRECT_IO bool prompt "Disable Picture read file use direct IO" default n config SUPPORT_PHOTO_ZOOMINOUT bool prompt "Enable Picture Zoom In/Out" default n config SUPPORT_PHOTO_ZOOMINOUT_WITH_ROTATE bool prompt "Enable Picture Zoom In/Out with rotate" default n config SUPPORT_PHOTO_TWO_DISPLAY_BUFFER bool prompt "Enable Picture Use Two Display Buffer" default n config SUPPORT_PHOTO_EFFECT_TWO_BUFFER bool prompt "Enable Picture Effect Use Two Display Buffer" default y config USB_DEMO_SUPPORT bool prompt "Enable USB Demo Mode" default n config SUPPORT_MEDIA_COPY_FILE bool "SUPPORT MEDIA COPY FILE" default n config SUPPORT_MUSIC_REPEATAB bool "SUPPORT MUSIC REPEATAB" default n config SUPPORT_MEDIA_MOVIE_RESUME bool prompt "SUPPORT MEDIA MOVIE RESUME" default n config USB_RECOVER_SPOT_SUPPORT bool prompt "SUPPORT MEDIA MOVIE RESUME FROM FLASH" default n config SUPPORT_MEDIA_AUTO_BGPLAYBACK bool prompt "SUPPORT MEDIA AUTO BGPLAYBACK" default n config SUPPORT_MEDIA_ASANO_BGPLAYBACK bool prompt "SUPPORT MEDIA ASANO BGPLAYBACK" default n config SUPPORT_MEDIA_AD bool "SUPPORT MEDIA AD" default y config SUPPORT_MEDIA_ESD_TEST bool prompt "SUPPORT MEDIA ESD TEST" default y config SUPPORT_MEDIA_AUTO_PLAY bool prompt "SUPPORT MEDIA AUTO PLAY" default n config SUPPORT_KARAOKE_AUTO_PLAY depends on SUPPORT_MEDIA_AUTO_PLAY bool prompt "SUPPORT MEDIA AUTO PLAY HAS UI" default n config SUPPORT_MEDIA_AUTO_PLAY_SWITCH_ON_OFF bool prompt "SUPPORT MEDIA AUTO PLAY SWITCH ON OFF" default y config SUPPORT_MEDIA_FAC_AUTO_PLAY bool prompt "SUPPORT MEDIA FAC AUTO PLAY" default n config VFORMAT_INIT_BY_VIP bool "VFORMAT_INIT_BY_VIP" default y config SUPPORT_CHARSETDET bool prompt "Support Char-Set Auto-Detecting" default n config REDUCE_RUNAV_MEMORY bool prompt "REDUCE MEDIA MEMORY USAGE" default y config RUNAV_MEMORY_DEBUG bool prompt "RUNAV MEMORY LEAK DEBUG" default n config RUNAV_USE_RESERVE_MEMORY bool prompt "RUNAV USE RESERVE MEMORY" default n config SUPPORT_DXSA bool prompt "Support XSUB+ Subtitle (DXSA format)" default y config DVDSUB_ALTERNATIVE_CLUT_GUESS bool prompt "DVD subtitle alternative CLUT guess" default n config RUNAV_FINETUNE_SKIPREPEAT bool prompt "RUNAV_FINETUNE_SKIPREPEAT" default n endif choice prompt "JPG Module" config JPG_MFD_Module depends on ((CHIP_533) || (CHIP_8503) || (CHIP_8506) || CHIP_512L || CHIP_6710) bool "JPG_MFD_Module" endchoice choice prompt "Support NTFS write" optional config FS_NTFS_WRITE_SUPPORT bool "Support NTFS write" config TUXERA_FS_NTFS_WRITE_SUPPORT bool "Support TUXERA_NTFS write" endchoice config FS_EXFAT_SUPPORT bool "Support EXFAT format" default n config SUPPORT_PARTITIONNUM_MAX bool "Support partition number max 20" default n config SUPPORT_DIVXDRM bool "SUPPORT DIVX DRM" default n config EBOOK_USE_VIP_RESERVE_MM bool "Ebook use vip reserve memory" default n config VIDEO_CODEC hex "Video Codec" default 0xC if (!MEDIA_ENABLE && DTV_SUPPORT) default 0x003F0FFF if (MEDIA_ENABLE) help #define CODEC_MPEG4 0x00000001 #define CODEC_MSMPEG4V3 0x00000002 #define CODEC_MPEG12VIDEO 0x00000004 #define CODEC_H264 0x00000008 #define CODEC_VC1 0x00000010 #define CODEC_RV 0x00000020 #define CODEC_CAVS 0x00000040 #define CODEC_VP6 0x00000080 #define CODEC_VP8 0x00000100 #define CODEC_H263 0x00000200 #define CODEC_MJPEG 0x00000400 #define CODEC_DIVX 0x00000800 #define CODEC_HEVC 0x00001000 #define CODEC_MPEGAUDIO 0x00010000 (Audio codec) #define CODEC_AAC 0x00020000 (Audio codec) #define CODEC_AC3 0x00040000 (Audio codec) #define CODEC_VORBIS 0x00080000 (Audio codec) #define CODEC_WMA 0x00100000 (Audio codec) #define CODEC_COOK 0x00200000 (Audio codec) #define CODEC_AMR 0x00400000 (Audio codec) #define CODEC_DTS 0x00800000 (Audio codec) #define CODEC_DRA 0x01000000 (Audio codec) #define CODEC_FLAC 0x10000000 (Audio codec) config VIDEO_FORMAT hex "Container" default 0x20 if (!MEDIA_ENABLE && DTV_SUPPORT) default 0x01FF02FF if (MEDIA_ENABLE) help #define FORMAT_ASF 0x00000001 #define FORMAT_AVI 0x00000002 #define FORMAT_FLV 0x00000004 #define FORMAT_MKV 0x00000008 #define FORMAT_MPEGPS 0x00000010 #define FORMAT_MPEGTS 0x00000020 #define FORMAT_RM 0x00000040 #define FORMAT_MOV 0x00000080 #define FORMAT_T1PLAYLIST 0x00000100 #define FORMAT_T1AIRP 0x00000200 #define FORMAT_DTS 0x00010000 #define FORMAT_AAC 0x00020000 #define FORMAT_AC3 0x00040000 #define FORMAT_MP3 0x00080000 #define FORMAT_EAC3 0x00100000 #define FORMAT_W64 0x00200000 #define FORMAT_WAV 0x00400000 #define FORMAT_OGG 0x00800000 #define FORMAT_AMR 0x01000000 #define FORMAT_FLAC 0x02000000 endmenu # "MEDIA Modules"