This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

swms Link的输出分辨率参数怎么控制

我用的是DM8127_IPNC_RDK3.8。

请问swms的输出分辨率是如何控制的,我看参数里都没有,只有一个maxOutRes最大输出分辨率而已

typedef struct
{
   UInt32 numSwMsInst;
   UInt32 swMsInstId[SYSTEM_SW_MS_MAX_INST];
   UInt32 swMsInstStartWin[SYSTEM_SW_MS_MAX_INST];
   System_LinkInQueParams inQueParams;
   System_LinkOutQueParams outQueParams;
   SwMsLink_LayoutPrm layoutPrm;
   UInt32 maxOutRes;
   UInt32 lineSkipMode;
   UInt32 enableLayoutGridDraw;
   UInt32 maxInputQueLen;
   UInt32 numOutBuf;
   UInt32 enableOuputDup;
   UInt32 enableProcessTieWithDisplay;
   UInt32 outDataFormat;
} SwMsLink_CreateParams;