SOC: TDA4VM
Linux SDK: ti-processor-sdk-linux-j7-evm-08_05_00_08
RTOS SDK: ti-processor-sdk-rtos-j721e-evm-08_05_00_11
Graph:
我的疑问:
node_1 和 node_3都用于颜色格式变换,那创建DSS M2M node的时候如何设置下面的参数已区别这两个node?
typedef struct { /*! Write-back pipeline to use. IDs=> 0: Write-back pipe-line1 */ uint32_t instId; /*! Number of pipe-lines to be used, should be set to '1' as blending is not supported currently */ uint32_t numPipe; /*! IDs of pipe-lines to be used, IDs=> 0:VID1, 1:VIDL1, 2:VID2 */ uint32_t pipeId[TIVX_DISPLAY_M2M_MAX_PIPE]; /*! Overlay to be used. IDs=> 0:Overlay1 1:Overlay2 2:Overlay3 3:Overlay4 */ uint32_t overlayId; } tivx_display_m2m_params_t;