The Resizer driver ioctl functionality doesn't match up with the spruff0.pdf documentation. The driver using RSZ_S(G)_CONFIG whle the documentation describes the non-existent RSZ_S(G)_PARAMS with it's non-existent data structure rsz_params.
I'm trying to use the resizer to scale a decoded 420SP image and the example code is only partially helpful. It's not clear how to resize an image that is offset in the buffer and has more pixels per line than the actual width. Does correct documentation exist?
JohnA