DM36x的VPSS有两个RSZ,看datasheet在最终的输出时,对YUV的输出两个RSZ貌似只能是422SP和420SP,不知道能不能输出422P、420P、422I和420I?
如果能设定,那该怎么配置寄存器呢?
还有一个问题,我现在设计是RAW图像从ISIF进来,如果在RSZ最终输出的时候,一个要求是422I,一个RGB565。能像这样配成不一样的格式?如果能,该怎么设定呢?
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.
DM36x的VPSS有两个RSZ,看datasheet在最终的输出时,对YUV的输出两个RSZ貌似只能是422SP和420SP,不知道能不能输出422P、420P、422I和420I?
如果能设定,那该怎么配置寄存器呢?
还有一个问题,我现在设计是RAW图像从ISIF进来,如果在RSZ最终输出的时候,一个要求是422I,一个RGB565。能像这样配成不一样的格式?如果能,该怎么设定呢?
DM36x RSZ对于YUV输出支持YUV422I (YUYV)和YUV420SP,Y单独一块,UV交织。相关寄存器是RZA_420。
RSZ可以输出32-bit的RGB,不是16-bit的,具体格式请参考DM36x VPFE user guide。
抱歉,的确可以输出RGB565.相关寄存器为RZA_RGB_TYP.TYP
16bit/32bit output selection
0 32 bit output; alpha + R + G + B (8 bit each)
1 16 bit output; R(5bit) + G(6bit) + B(5bit)