OVG 0.4.0 Driver vgCreateConstImageFSL width change

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

OVG 0.4.0 Driver vgCreateConstImageFSL width change

跳至解决方案
1,715 次查看
jasonwilliamson
Contributor II

The vgCreateConstImageFSL() extension requires a stride and width parameter when creating the image.  In OVG driver 0.3.0 these values could be different.  For example:

Allowed in 0.3.0:

Format: VG_sRGB_565_

Width: 17 pixels

Stride: 40 bytes

For OVG driver 0.4.0 there's a requirement that the stride and width match.  This forces the same image to be created as follows:

Required in 0.4.0:

Format: VG_sRGB_565_

Width: 20 pixels

Stride: 40 bytes

In driver 0.4.0 this forces the "pad" on the right edge of the image to be visible.  This pad (3 pixels in the example above) was only required to achieve the 64-bit stride alignment requirement.  For a RGB565 image the pad is not transparent.

This is a major problem for us as we create all our images using the vgCreateConstImageFSL() extension.

1 解答
1,550 次查看
ioseph_martinez
NXP Employee
NXP Employee

I also tried on the latest OpenVG 0.5.0 and seems it is solved.

在原帖中查看解决方案

0 项奖励
7 回复数
1,550 次查看
ioseph_martinez
NXP Employee
NXP Employee

I talked to R&D, it seems we have an issue with vg const images stride. I have tested and stride was not used at all. They sent me some code probably will be able to take a look on Monday to check if it fixes it.

0 项奖励
1,550 次查看
karina_valencia
NXP Apps Support
NXP Apps Support

Hi ioseph_martinez , do you have an update of this case?

0 项奖励
1,550 次查看
ioseph_martinez
NXP Employee
NXP Employee

Well, I did test the patch and didn't work. This has been raised to the R&D team and will be working close with you guys to have the different bugs priorized and worked out.

1,550 次查看
karina_valencia
NXP Apps Support
NXP Apps Support

Do you have any progress on this case?

0 项奖励
1,551 次查看
ioseph_martinez
NXP Employee
NXP Employee

I also tried on the latest OpenVG 0.5.0 and seems it is solved.

0 项奖励
1,550 次查看
jimmikola
Contributor I

Verified that 0.5.0 has the desired operation where stride and width can be different values.

0 项奖励
1,550 次查看
fengwei
NXP Employee
NXP Employee

I need the sample to check the issue. My case just works.

0 项奖励