📄 package.xdc.xml
字号:
<?xml version='1.0'?><package name='codecs.h264enc' release='' xmlns='xdc/spec'> <imports name='ti.sdo.ce.video' version=''/> <autodoc tag='summary'> <comment line='5' text='++Simple+Codec+Engine+compatible+video+%22encoder%22'/> </autodoc> <autodoc tag='details'> <comment line='7' text='++This+codec+illustrates+the+simplest+integration+into+the+codec'/> <comment line='8' text='++engine.++Only+three+files+are+required+to+integrate+into+the+codec+engine%3A'/> </autodoc> <autodoc tag='details' mode='dlist'> <comment line='10' text='%09-+%60package.xdc%60'/> <comment line='11' text='%09++++this+file+is+required+to+declare+a+name+for+the+package+and+to'/> <comment line='12' text='%09++++list+all+codecs+available'/> <comment line='13' text='%09-+%60H264ENC.xdc%60'/> <comment line='14' text='%09++++this+file+specifies+a+codec+%28named+H264ENC%29+that+is+provided+by'/> <comment line='15' text='%09++++this+package'/> <comment line='16' text='%09-+%60H264ENC.xs%60'/> <comment line='17' text='%09++++this+file+implements+the+functions+required+by+the+ICodec'/> <comment line='18' text='%09++++interface%3B+these+functions+enable+the+codec+to+describe+its'/> <comment line='19' text='%09++++non-functional+requirements+such+as+stack+size.'/> <comment line='20' text=''/> <comment line='21' text='++All+other+files+in+this+package+are+simply+the+implementation+of+the+codec'/> <comment line='22' text='++as+specified+by+xDAIS.++Thus%2C+integration+into+the+codec+engine+requires'/> <comment line='23' text='++no+change+to+the+codecs+sources.'/> <comment line='24' text='+'/> </autodoc> <module name='H264ENC' extends='ti.sdo.ce.video.IVIDENC' hostonly='1'> <autodoc tag='summary'> <comment line='3' text='++H264ENC+codec+specification'/> </autodoc> <autodoc tag='details'> <comment line='5' text='++This+file+specifies+information+necessary+to+integrate+with+the+Codec'/> <comment line='6' text='++Engine.'/> </autodoc> <autodoc tag='details'> <comment line='8' text='++By+inheriting+ti.sdo.ce.video.IVIDENC%2C+H264ENC+declares+that+it+%22is'/> <comment line='9' text='++a%22+video+encoder+algorithm.++This+allows+the+codec+engine+to+automatically'/> <comment line='10' text='++supply+simple+stubs+and+skeletons+for+transparent+execution+of+DSP'/> <comment line='11' text='++codecs+by+the+GPP.'/> </autodoc> <autodoc tag='details'> <comment line='13' text='++In+addition+to+declaring+the+type+of+the+H264ENC+algorithm%2C+we'/> <comment line='14' text='++declare+the+external+symbol+required+by+xDAIS+that+identifies+the'/> <comment line='15' text='++algorithms+implementation+functions.'/> </autodoc> <config name='ialgFxns' line='23' hostonly='1' override='1' readonly='1' type='K%21String%21%24' code='s' init='%22H264VENC_TI_IALG%22'> <autodoc tag='summary'> <comment line='21' text='++name+of+this+algorithm%27s+xDAIS+alg+fxn+table'/> </autodoc> </config> <config name='idma3Fxns' line='25' hostonly='1' override='1' readonly='1' type='K%21String%21%24' code='s' init='%22H264VENC_TI_IDMA3%22'> </config> </module></package>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -