?? package.xdc
字號:
requires ti.sdo.ce.video;/*! * ======== h264dec ======== * 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 the package and to * list all codecs available * - `H264DEC.xdc` * this file specifies a codec (named H264DEC) that is provided by * this package * - `H264DEC.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.h264dec { module H264DEC;}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -