package.xdc

来自「Ti evluation h264 lib call by used xdm 」· XDC 代码 · 共 29 行

XDC
29
字号
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 + =
减小字号Ctrl + -
显示快捷键?