📄 package.xdc
字号:
/* * Copyright 2008 by Texas Instruments Incorporated. * * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are * granted through contract. * *//*! * ======== package.xdc ======== * Simple Codec Engine compatible video "decoder". * * This codec illustrates the simplest integration into the Codec * Engine. Only three files are required to integrate into the Codec Engine: * @p(dlist) * - `package.xdc` * This file is required to declare a name for this package and to * list all codec interfaces available. * - `VIDDEC_COPY.xdc` * This file specifies a codec (named VIDDEC_COPY) that is * provided by this package. * - `VIDDEC_COPY.xs` * this file implements the functions required by the ICodec * interface; these functions enable the codec to describe its * non-functional requirements such as stack size. * * All other files in this package are simply the implementation of the codec * as specified by xDM. Thus, integration into the Codec Engine requires * no change to the codecs sources. */package ti.sdo.ce.examples.codecs.viddec_copy { module VIDDEC_COPY;}/* * @(#) ti.sdo.ce.examples.codecs.viddec_copy; 1,0,0,104; 1-14-2008 09:54:04; /db/atree/library/trees/ce-g30x/src/ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -