This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM365: Image not flipping when it is not resized

I am using the DM365 with DVSDK 3.10.00.12.  As described in a recent post (listed here http://e2e.ti.com/support/embedded/f/354/p/124440/444735.aspx#444735), I had an issue with the Resizer not properly horizontally flipping the image while running continuous mode.  I resolved that issue if the image is resized.  For example, resizing a 4 MP image down to NTSC size results in the image being horizontally flipped correctly.  However, if the image does not need to be resized, the image does not horizontally flip.  For example, if I have RSZA output an image the same size as the source image and I have RSZB output a 160x120 pixel image, the output of RSZA is not flipped but the output of RSZB is flipped.  Additionally, the SDRAM offsets are being updated for RSZA as if the horizontal flip is occurring.  So the dm365_ipipe driver is updating its settings assuming the RSZA output will be horizontally flipped, but the flip does not occur.  Does the Resizer go into a bypass mode if there is no size change necessary?