link.xdt

来自「达芬奇平台上面的codec server 搭建和音频处理的搭建」· XDT 代码 · 共 10 行

XDT
10
字号
SECTIONS {

    /* JPEG decoder sections */
    .jpd_input_external  > `this.JPEGDEC.codeSection`
    .jpd_output_external > `this.JPEGDEC.codeSection`
    .jpd_data_external   > `this.JPEGDEC.codeSection`
    .jpd_code_external   > `this.JPEGDEC.codeSection`
    .jpd_client_code     > `this.JPEGDEC.codeSection`
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?