I'm using the resizer, mostly for Noise Filtering, Color Correction and Color Space Transfer. I kinda figured that the PREV_PREVIEW is not synchronous since all those operation are reported to take either 0 or 1 millisecond.
This is a problem for me because further down my video path I am encoding the video with MPEG4 and this causes vertical tearing of the image. Is there a way to get notified when the PREV_PREVIEW call has finished or a way to block until it has?
There is some documentation about timing in the vpfe manual but I'm not sure how to use it properly. Any kind of pointers would be appreciated.