91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 10.18MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2023-10-05
  • 語言: 其他
  • 標簽: Wince??TCPMP源碼??

資源簡介

國外開源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個文件信息

評論

共有 條評論