refer to the mipi csi spec:
MIPI CSI Slave block needs the configuration of Image resolution to measure one line length exactly and detect frame end. Vertical resolution register has 16bits (16’h0001 ~ 16’hFFFF) Horizontal resolution register has 16bits (16’h0004 ~ 16’hFFFC).
so for the mipi csi can support this , but for ISI, pls refer to the 13.4.8.1.5 Channel Image Configuration (CHNL_IMG_CFG), which is the register for ISI width and height, refer to the register:
28-16
HEIGHT
Input image height (lines)
This field provides the height of input image in terms of number of lines for both cases when the image is input from pixel link or from memory. Default height is 1080 lines
12-0
WIDTH
Input image width (pixels)
This field provides the width of input image in terms of number of pixels for both cases when the image is input from pixel link or from memory. Default width is 1920 pixels.
so I don't think ISI can support 32768 pixels as width