Lines Matching +full:byte +full:- +full:order
1 /* SPDX-License-Identifier: GPL-2.0 */
20 #define VCR_TSC_METHOD 0x00000c /* DMA method (non-functional) */
22 #define VCR_TSC_CBMODE 0x080000 /* Change buffer by byte count */
36 #define VCR_CI_HDMODE 0x00000040 /* CCIR656-16 hdr decode mode; 1=16b */
37 #define VCR_CI_BSWAP 0x00000080 /* Swap bytes (16-bit) */
38 #define VCR_CI_YUYV 0 /* Byte order 0123 */
39 #define VCR_CI_UYVY 0x00000100 /* Byte order 1032 */
40 #define VCR_CI_YVYU 0x00000200 /* Byte order 0321 */
41 #define VCR_CI_VYUY 0x00000300 /* Byte order 3012 */
44 #define VCR_CI_DIODD 0 /* De-interlace odd, 30fps */
87 #define VCR_VS_STRIDE 0x00001ff0 /* Stride (8-byte units) */