⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tidtv_userpreferdatatable.c

📁 ti的数字电视芯片 tvp9000的源码
💻 C
字号:

/*******************************************************************************
*	@ModuleName  ::	TiDTV_UserPreferDataTable.c
*	
*	@Copyright	 ::	Copyright 2005- Texas Instruments, Inc.
*	
*	@Description ::	A/V Inputs handling module
*	
*	@History     ::
*---------------------------------------
*	02-26-2005	YJ	Created
*******************************************************************************/
#include	"TiDTV_DataType.h"
#include	"TiDTV_UserPreferDataTable.h"



TI_DTV_USER_PREFER_DATA UserPreferSetting;



void TiDTV_InitialUserPreferDataTable()
{

UserPreferSetting.UserPrefer_PictureMode = 0;
UserPreferSetting.UserPrefer_PictureNoiseReduction = 0;
UserPreferSetting.UserPrefer_PictureBrightness = 30;
UserPreferSetting.UserPrefer_PictureContrast = 30;
UserPreferSetting.UserPrefer_PictureSaturation = 30;
UserPreferSetting.UserPrefer_PictureTint = -5;	
UserPreferSetting.UserPrefer_PictureSharpness = 30;
UserPreferSetting.UserPrefer_AudioEffect = 0;
UserPreferSetting.UserPrefer_AudioBase = 30;
UserPreferSetting.UserPrefer_AudioTreble = 30;
UserPreferSetting.UserPrefer_AudioBalance = -1;
UserPreferSetting.UserPrefer_AudioMTS = 0;
UserPreferSetting.UserPrefer_AudioSpeaker = 0;
UserPreferSetting.UserPrefer_AudioDigitalOutput = 0;


UserPreferSetting.UserPrefer_ProgramTunerSource = 0;
UserPreferSetting.UserPrefer_ProgramAutoProgramAnalog = 0;
UserPreferSetting.UserPrefer_ProgramAutoProgramDigital = 0;
UserPreferSetting.UserPrefer_ProgramAutoProgramAnalogDigital = 0;
UserPreferSetting.UserPrefer_ProgramFavoriteChannelOne = 0;
UserPreferSetting.UserPrefer_ProgramFavoriteChannelTwo = 0;
UserPreferSetting.UserPrefer_ProgramFavoriteChannelThree = 0;
UserPreferSetting.UserPrefer_ProgramFavoriteChannelFour = 0;
UserPreferSetting.UserPrefer_ProgramFavoriteChannelFive = 0;
UserPreferSetting.UserPrefer_ProgramFavoriteChannelSix = 0;
UserPreferSetting.UserPrefer_ProgramViewMode = 0;

UserPreferSetting.UserPrefer_GuideDefaultGuide = 0;

UserPreferSetting.UserPrefer_SetupInput = 0;
UserPreferSetting.UserPrefer_SetupTimeMode = 0;
UserPreferSetting.UserPrefer_SetupTimeZone = 0;
UserPreferSetting.UserPrefer_SetupTimeAutoShutDown = 0;
UserPreferSetting.UserPrefer_SetupTimeManualClockHour = 10;
UserPreferSetting.UserPrefer_SetupTimeManualClockMinute = 50;
UserPreferSetting.UserPrefer_SetupTimeManualClockSecond = 30;
UserPreferSetting.UserPrefer_SetupTimeManualClockAMPM = 0;
UserPreferSetting.UserPrefer_SetupTimeManualDateMonth = 7;
UserPreferSetting.UserPrefer_SetupTimeManualDateDay = 13;
UserPreferSetting.UserPrefer_SetupTimeManualDateYear = 2005;
UserPreferSetting.UserPrefer_SetupLanguage = 0;
UserPreferSetting.UserPrefer_SetupScreenFormat = 0;
UserPreferSetting.UserPrefer_SetupClosedCaptionOnOff = 0;
UserPreferSetting.UserPrefer_SetupClosedCaptionAnalogCaptionType = 0;
UserPreferSetting.UserPrefer_SetupClosedCaptionDigitalCaptionType = 0;
UserPreferSetting.UserPrefer_SetupClosedCaptionFontSize= 0;
UserPreferSetting.UserPrefer_SetupClosedCaptionFontStyle = 0;
UserPreferSetting.UserPrefer_SetupClosedCaptionForeGroundColor = 0;
UserPreferSetting.UserPrefer_SetupClosedCaptionBackGroundColor = 0;
UserPreferSetting.UserPrefer_SetupClosedCaptionForeGroundOpacity = 0; 
UserPreferSetting.UserPrefer_SetupClosedCaptionBackGroundOpacity = 0;
UserPreferSetting.UserPrefer_SetupVChipPassWordFirstNumber = 1;
UserPreferSetting.UserPrefer_SetupVChipPassWordSecondNumber = 1;
UserPreferSetting.UserPrefer_SetupVChipPassWordThirdNumber = 1;
UserPreferSetting.UserPrefer_SetupVChipPassWordFourthNumber = 1;
UserPreferSetting.UserPrefer_SetupVChipOnOff = 0;
UserPreferSetting.UserPrefer_SetupVChipTVParentalGuideTVY = 1;
UserPreferSetting.UserPrefer_SetupVChipTVParentalGuideTVY7 = 2;
UserPreferSetting.UserPrefer_SetupVChipTVParentalGuideTVG = 1;
UserPreferSetting.UserPrefer_SetupVChipTVParentalGuideTVPG = 0x15;
UserPreferSetting.UserPrefer_SetupVChipTVParentalGuideTV14 = 5;
UserPreferSetting.UserPrefer_SetupVChipTVParentalGuideTVMA = 8;
UserPreferSetting.UserPrefer_SetupVChipMPAARating = 6;

}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -