资源简介
国外开源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下CP210x的驱动程序
- WinCE中的Web Service调用
- bmp2c
- WinCE_6.0_中文SDK(仿真器模拟器)
- 导航mtk方案进wince工具
- wince Flash 播放器
- 真正能搜星的绿色中文版Wince5.0模拟器
- WindowsCE第三方软件.rar
- WINCE小游戏制作代码,很好的借鉴
- wince开发教程与步骤
- INI文件WINCE读写类
- 基于TE6410的WINCE系统的录入学生成绩程
- WINCE程序打包工具
- WinCE6.0烧录必不可少的工具软件
- 几年积累的WINCE上比较好用的输入法
- WinCE环境的游戏
- WinCE_CAB_Manager3.0_绿色破解版(含使用
- 基于Wince5.0的通讯录
- Windows® CE 3.0 Application Programming
- WinCE常用工具16个.rar
- wince 嵌入式高级编程
-
WINDOWS em
bedDED COMPACT 7 - WinCE开发详解,包含了源代码哦
- 史上最牛的WinCE开发资料
- WinCE6.02440开发教程
- WINCE汉化包,中文补丁
- WINCE语言补丁cab
- wince TCP/IP 通信源码
- 串口发送蓝牙AT命令
- 手持盘点机数据采集
评论
共有 条评论