I have another questions, because I still do not understand how actually this whole de-interlacing process is working.
When working with NTSC source signal from parallel camera (sensor protocol set as CCIR interlaced mode - BT.656), I used mxc_v4l2_capture.out test from /unit_tests (BSP: L3.0.35_4.1.0). As an input parameter I can choose an input mode (0-use csi->prp_enc->mem, 1-use csi->mem) and depending on the chosen mode I have two different outputs (please look at the pictures attached).
First one (csi->prp_enc->mem) looks like two fields of one interleced frame placed one above the other. Second of them (csi->mem) looks like a frame after de-interlacing - but after checking IPU registers, I can see that VDIC block is not used.
So my question is: how is this second output generated? Is it some kind of software de-interlacing (instead of hardware VDIC block)? Are CCIR codes used to detect odd and even fields?