How to respond to IPU return value IPU_CHECK_ERR_PROC_NO_NEED?

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

How to respond to IPU return value IPU_CHECK_ERR_PROC_NO_NEED?

1,077 次查看
Tarek
Senior Contributor I

Hi,

My application is running on i.MX6Q. I'm using the IPU ioctl() operations to display the video. The input and output video parameters like the resolutions, Hight, width, colour formate, ......., etc changes dynamically. Sometimes the input and output are exactly the same so a call to ioctl(fd_ipu, IPU_CHECK_TASK, &ipu_t); returns IPU_CHECK_ERR_PROC_NO_NEED which perfectly makes sense.

My questions is it possible in such situation to ask the IPU to display the video directly from the VPU decoder buffer without any conversion?

Ideally I would like the input and output buffer to be the same, but if that's not possible can I ask the IPU to DMA the video frame from VPU buffer to the display frame buffer /dev/fb1? How?

Thanks,

Tarek

PS Linux :3.0.35-1968-gd3f7f36-02004-gcb1a536

标签 (3)
0 项奖励
回复
1 回复

705 次查看
yossishukron
Contributor III

you can just write directly to the Linux frame buffer.

0 项奖励
回复