Lines Matching +full:field +full:- +full:even +full:- +full:active
1 /* SPDX-License-Identifier: GPL-2.0 */
6 #define VCR_IC_EAV 0x0001 /* End of active video status */
8 #define VCR_IC_FBOTFLD 0x0004 /* "flipping" Bottom field is active */
9 #define VCR_IC_ACTBUF 0x0018 /* Active video buffer */
10 #define VCR_IC_VSYNC 0x0020 /* 0 = VB, 1 = active video */
11 #define VCR_IC_BOTFLD 0x0040 /* Bottom field is active */
13 #define VCR_IC_INTEN 0x0100 /* End of active video int. enable */
20 #define VCR_TSC_METHOD 0x00000c /* DMA method (non-functional) */
36 #define VCR_CI_HDMODE 0x00000040 /* CCIR656-16 hdr decode mode; 1=16b */
37 #define VCR_CI_BSWAP 0x00000080 /* Swap bytes (16-bit) */
43 #define VCR_CI_IFSEN 0x00000800 /* Input field signal enable */
44 #define VCR_CI_DIODD 0 /* De-interlace odd, 30fps */
45 #define VCR_CI_DIEVEN 0x00001000 /* ...even field, 30fps */
59 #define VCR_CI_FLDINV 0x00400000 /* Field inverted */
64 #define VCR_CI_OFLDINV 0x40000000 /* Field output inverted */
67 #define VCR_HORRANGE 0x314 /* Active video horizontal range */
68 #define VCR_VERTRANGE 0x318 /* Active video vertical range */
69 #define VCR_AVSCALE 0x31c /* Active video scaling control */
77 #define VCR_MAXDATA 0x334 /* Active data count of active video */
87 #define VCR_VS_STRIDE 0x00001ff0 /* Stride (8-byte units) */