📄 package.xdc
字号:
requires ti.sdo.ce.video;/*! * ======== h264enc ======== * Simple Codec Engine compatible video "encoder" * * 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 the package and to * list all codecs available * - `H264ENC.xdc` * this file specifies a codec (named H264ENC) that is provided by * this package * - `H264ENC.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 xDAIS. Thus, integration into the codec engine requires * no change to the codecs sources. */package codecs.h264enc { module H264ENC;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -