h263loopback.pjt

来自「基于TI DSP TMS320DM642 平台的上的H.263示例代码。」· PJT 代码 · 共 41 行

PJT
41
字号
; Code Composer Project File, Version 2.0 (do not modify or remove this line)

[Project Settings]
ProjectDir="D:\Work\ICETEK-DM642-PCI\Lab\Lab531-VideoH263\"
ProjectType=Executable
CPUFamily=TMS320C64XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"

[Source Files]
Source="h263_loopback.cdb"
Source="src\cells\cellh263dec.c"
Source="src\cells\cellh263enc.c"
Source="src\Input\tskVideoInput.c"
Source="src\main\appData.c"
Source="src\main\h263main.c"
Source="src\output\tskVideoOutput.c"
Source="src\process\tskProcess.c"
Source="src\resampling\chroma_resampling.c"
Source="src\resampling\dstr_2d.c"
Source="src\resampling\scale_v2_c.c"
Source="src\settings\evmdm642_vcapparamsPAL_EMBEDDED.c"
Source="src\settings\evmdm642_vdisparamsPAL.c"
Source="link_dm642.cmd"

[Generated Files]
Source="h263_loopbackcfg.s62"
Source="h263_loopbackcfg_c.c"

["Compiler" Settings: "Debug"]
Options=-g -q -o3 -fr"$(Install_dir)\boards\evmdm642\examples\video\h263_loopback\obj\" -i"../../include" -i"$(Install_dir)\ddk\include" -i"$(Install_dir)/referenceframeworks/include" -i"../include" -i"$(Install_dir)/boards/evmdm642/include" -d"_DEBUG" -d"_PAL" -d"CHIP_DM642" -mt -ml3 -mv6400

["DspBiosBuilder" Settings: "Debug"]
Options=-v6x

["Linker" Settings: "Debug"]
Options=-q -c -m".\bin\h263loopback.map" -o".\bin\h263loopback.out" -x -i"$(Install_dir)\ddk\lib" -i"$(Install_dir)/referenceframeworks/lib"

⌨️ 快捷键说明

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