Part Number: AM5728
Tool/software: Linux
Hi. i have developed that VPE use deinterace of Fast foward(8 times/rewind(-8 times) for 1080i60 contents(H.264).
on the average, I frame(IDR) is used for trick speed.
but, I want to display smoothly Fast forward and Fast rewind. and then, IVA-HD decode IDR and non-iDR and we get yuv. this is displayed.
of course, s/w timer(STC) is running as 8(or -8) times, fille synced s/w timer send to IVA-HD decoder. sometimes it run from IDR to next-IDR.
Fast forward is good. but, Fast rewind is not good. because suddenly broken picture is displayed.
i found VPE cause this problem.
i want VPE make flush previous picture when i feed next IDR frame to IVA-HD.
For VPE flush, when i use streamoff(v4l2), kernel(board-support\linux-4.9.28+gitAUTOINC+eed43d1050-geed43d1050\drivers\media\v4l2-core\videobuf2-core.c) have error.
at vb2_buffer_done, if (WARN_ON(vb->state != VB2_BUF_STATE_ACTIVE)) : this stack dump..
i want how to flush VPE for deinterlace ?
Thanks a lot.