Image output restriction of i.MX6SDL with L3.0.35_4.1.0.

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Image output restriction of i.MX6SDL with L3.0.35_4.1.0.

跳至解决方案
1,208 次查看
satoshishimoda
Senior Contributor I

Hi community,

Our partner have some questions about i.MX6SDL IPU driver of Linux BSP (L3.0.35_4.1.0-ga).

To output a image with IPU driver, it seems work well only when the output position (x,y) and width, height (w,h) are multiple of 16.

Is this a restriction of IPU driver or hardware?

If the above restriction depends on image format (RGB888, YUV420, etc...), could you let me know the information also?

For your information, our partner is using YUV420(I420) now.

Best Regards,

Satoshi Shimoda

标签 (4)
标记 (1)
0 项奖励
回复
1 解答
993 次查看
jamesbone
NXP TechSupport
NXP TechSupport

The restriction of multiples of 16 is a combination of design restrictions and different format restrictions.

For very specific formats, perhaps the restriction could be less.

The limitation in the BSP is of multiples of 16

The existing stripe algorithm used for the image resizing is limited to ~2000 x ~2000 pixels –> for the input frame.

Regarding the resize limitation of multiples of 16 (it it’s still relevant),


Have a great day,
Jaime

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
1 回复
994 次查看
jamesbone
NXP TechSupport
NXP TechSupport

The restriction of multiples of 16 is a combination of design restrictions and different format restrictions.

For very specific formats, perhaps the restriction could be less.

The limitation in the BSP is of multiples of 16

The existing stripe algorithm used for the image resizing is limited to ~2000 x ~2000 pixels –> for the input frame.

Regarding the resize limitation of multiples of 16 (it it’s still relevant),


Have a great day,
Jaime

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复