资源简介
国外开源Wince全能播放器TCPMP源码.
代码片段和文件信息
/*****************************************************************************
*
* This program is free software ; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not write to the Free Software
* Foundation Inc. 59 Temple Place Suite 330 Boston MA 02111-1307 USA
*
* $Id: advanced.c 615 2006-01-26 16:57:51Z picard $
*
* The Core Pocket Media Player
* Copyright (c) 2004-2005 Gabor Kovacs
*
****************************************************************************/
#include “common.h“
typedef struct advanced
{
node Node;
bool_t OldShell;
bool_t SlowVideo;
bool_t ColorLookup;
bool_t NoBackLight;
bool_t HomeScreen;
bool_t NoWMMX;
bool_t IDCTSwap;
bool_t VR41XX;
bool_t KeyFollowDir;
bool_t MemoryOverride;
bool_t BenchFromPos;
bool_t AviframeRate;
bool_t Priority;
bool_t SystemVolume;
bool_t WidcommAudio;
bool_t WidcommDLL;
tick_t DropTolerance;
tick_t SkipTolerance;
tick_t AVOffset;
bool_t NoBatteryWarning;
bool_t NoEventChecking;
bool_t CardPlugins;
bool_t WaveoutPriority;
bool_t NoDeblocking;
bool_t blinkLED;
} advanced;
static const datatable Params[] =
{
{ ADVANCED_NOBACKLIGHT TYPE_BOOL DF_SETUP|DF_CHECKLIST }
{ ADVANCED_HOMESCREEN TYPE_BOOL DF_SETUP|DF_CHECKLIST }
#if defined(TARGET_WINCE)
{ ADVANCED_OLDSHELL TYPE_BOOL DF_SETUP|DF_RESTART|DF_CHECKLIST }
#endif
#if defined(ARM)
{ ADVANCED_NOWMMX TYPE_BOOL DF_SETUP|DF_CHECKLIST|DF_RESTART }
#endif
#if !defined(SH3) && !defined(MIPS)
{ ADVANCED_SLOW_VIDEO TYPE_BOOL DF_SETUP|DF_CHECKLIST }
#endif
#if defined(ARM) || defined(_M_IX86)
{ ADVANCED_IDCTSWAP TYPE_BOOL DF_SETUP|DF_CHECKLIST }
#endif
#if !defined(SH3)
{ ADVANCED_COLOR_LOOKUPTYPE_BOOL DF_SETUP|DF_CHECKLIST }
#endif
{ ADVANCED_KEYFOLLOWDIRTYPE_BOOL DF_SETUP|DF_CHECKLIST }
#if defined(TARGET_PALMOS)
{ ADVANCED_MEMORYOVERRIDE TYPE_BOOL DF_SETUP|DF_CHECKLIST }
#endif
{ ADVANCED_PRIORITY TYPE_BOOL DF_SETUP|DF_CHECKLIST }
#if !defined(SH3) && !defined(TARGET_PALMOS)
{ ADVANCED_SYSTEMVOLUME TYPE_BOOL DF_SETUP|DF_CHECKLIST }
#endif
#if defined(MIPS)
{ ADVANCED_VR41XXTYPE_BOOL DF_SETUP|DF_CHECKLIST|DF_RESTART }
#endif
{ ADVANCED_BENCHFROMPOSTYPE_BOOL DF_SETUP|DF_CHECKLIST }
{ ADVANCED_AViframeRATETYPE_BOOL DF_SETUP|DF_CHECKLIST }
#if defined(TARGET_WINCE)
{ ADVANCED_WIDCOMMAUDIOTYPE_BOOL DF_SETUP|DF_CHECKLIST|DF_RESTART }
#endif
#if defined(
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 10935 2006-01-27 00:58 TCPMP源码\common\advanced.c
文件 2213 2006-01-27 00:58 TCPMP源码\common\advanced.h
文件 1199 2005-10-15 03:42 TCPMP源码\common\association.h
文件 1888 2005-11-15 19:23 TCPMP源码\common\audio.c
文件 3973 2006-02-22 17:39 TCPMP源码\common\audio.h
文件 3520 2006-02-16 23:02 TCPMP源码\common\bitgolomb.h
文件 1055 2005-10-15 03:42 TCPMP源码\common\bitstrm.c
文件 5591 2006-02-22 04:05 TCPMP源码\common\bitstrm.h
文件 2231 2005-10-15 03:42 TCPMP源码\common\blit.h
文件 5929 2005-12-29 00:40 TCPMP源码\common\buffer.c
文件 2789 2005-12-29 00:40 TCPMP源码\common\buffer.h
文件 625 2005-10-15 03:42 TCPMP源码\common\changelog
文件 5899 2006-02-22 02:17 TCPMP源码\common\codec.c
文件 2165 2005-12-29 09:00 TCPMP源码\common\codec.h
文件 5009 2005-10-15 03:42 TCPMP源码\common\color.c
文件 1644 2005-10-15 03:42 TCPMP源码\common\color.h
文件 22129 2006-02-21 19:28 TCPMP源码\common\common.dsp
文件 2601 2006-02-22 01:48 TCPMP源码\common\common.h
文件 3546 2006-09-06 20:52 TCPMP源码\common\common.plg
文件 820224 2010-06-02 18:30 TCPMP源码\common\common.vcb
文件 19366 2010-06-02 13:13 TCPMP源码\common\common.vcl
文件 1329185 2008-06-03 11:12 TCPMP源码\common\common.vcp
文件 1322557 2006-09-06 10:15 TCPMP源码\common\common.vcp.bak
文件 99868 2006-02-21 19:37 TCPMP源码\common\common.vcproj
文件 540 2008-06-02 15:48 TCPMP源码\common\common.vcw
文件 8492 2005-10-15 03:42 TCPMP源码\common\compat.gperf
文件 6275 2006-01-18 06:25 TCPMP源码\common\context.c
文件 2693 2006-01-28 20:22 TCPMP源码\common\context.h
文件 13112 2006-02-22 19:58 TCPMP源码\common\equalizer.c
文件 1611 2006-02-22 01:55 TCPMP源码\common\equalizer.h
............此处省略672个文件信息
- 上一篇:TimeSat3.1.rar
- 下一篇:无线传感器网络 孙立民
相关资源
- 史上最牛的WinCE开发资料
- WinCE6.02440开发教程
- WINCE汉化包,中文补丁
- WINCE语言补丁cab
- wince TCP/IP 通信源码
- 串口发送蓝牙AT命令
- 手持盘点机数据采集
- WinceChart曲线控件显示Demo
- Wince 经典教程经典教材
- ARM嵌入式WINCE实践教程.pdf
- WinCE开发源程序
- NETCFv35PowerToys.zip
- WINCE 检查内存泄露大杀器 CodeSnitch 1
-
wince6.0上的.net cf fr
amework 3.5安装包 - WinCE讲义内部资料
- 不错的WINCE 讲座PPT
- wince编程第三版(中文高清晰).pdf
- 通用版WINCE盘点机扫码程序免费共享版
- s3c2450 wince5.0 bsp
- 车载wince音乐播放器
- winCE6.0万能拼音输入法
- WinCE下串口监视程序
- SP2003专版 WM及WinCE7.6版
- 君正的WinCE指南
- WinCE工具.rar
- 贪吃蛇完整代码
- Windows CE嵌入式开发标准教程(修订版
- 天之眼车机wince6.0BSP升级
- winCE软件包各种游戏,软件
- WinCEPB60-081231-Product-Update-Rollup-Armv4I.
评论
共有 条评论