Lines Matching full:plane
48 RK_FORMAT_YCbCr_422_SP = 0x8 << 8, /* 2 plane YCbCr little endian
49 * plane 0: [0:7] Y
50 * plane 1: 2x1 subsampled [0:15] Cb:Cr 8:8 */
51 RK_FORMAT_YCbCr_422_P = 0x9 << 8, /* 3 plane YCbCr little endian
52 * plane 0: [0:7] Y
53 * plane 1: 2x1 subsampled [0:7] Cb
54 * plane 2: 2x1 subsampled [0:7] Cr */
55 RK_FORMAT_YCbCr_420_SP = 0xa << 8, /* 2 plane YCbCr little endian
56 * plane 0: [0:7] Y
57 * plane 1: 2x2 subsampled [0:15] Cr:Cb 8:8 */
58 RK_FORMAT_YCbCr_420_P = 0xb << 8, /* 3 plane YCbCr little endian
59 * plane 0: [0:7] Y
60 * plane 1: 2x2 subsampled [0:7] Cb
61 * plane 2: 2x2 subsampled [0:7] Cr */
63 RK_FORMAT_YCrCb_422_SP = 0xc << 8, /* 2 plane YCbCr little endian
64 * plane 0: [0:7] Y
65 * plane 1: 2x1 subsampled [0:15] Cb:Cr 8:8 */
66 RK_FORMAT_YCrCb_422_P = 0xd << 8, /* 3 plane YCbCr little endian
67 * plane 0: [0:7] Y
68 * plane 1: 2x1 subsampled [0:7] Cr
69 * plane 2: 2x1 subsampled [0:7] Cb */
70 RK_FORMAT_YCrCb_420_SP = 0xe << 8, /* 2 plane YCbCr little endian
71 * plane 0: [0:7] Y
72 * plane 1: 2x2 subsampled [0:15] Cb:Cr 8:8 */
73 RK_FORMAT_YCrCb_420_P = 0xf << 8, /* 3 plane YCbCr little endian
74 * plane 0: [0:7] Y
75 * plane 1: 2x2 subsampled [0:7] Cr
76 * plane 2: 2x2 subsampled [0:7] Cb */
101 RK_FORMAT_YCbCr_420_SP_10B = 0x20 << 8, /* 2 plane YCbCr little endian
102 * plane 0: [0:9] Y
103 * plane 1: 2x2 subsampled [0:19] Cb:Cr 10: 10 (default)
105 * plane 1: 2x2 subsampled [0:23] Cb:Cr 16: 16 */
106 RK_FORMAT_YCrCb_420_SP_10B = 0x21 << 8, /* 2 plane YCbCr little endian
107 * plane 0: [0:9] Y
108 * plane 1: 2x2 subsampled [0:19] Cr:Cb 10: 10 (default)
110 * plane 1: 2x2 subsampled [0:23] Cr:Cb 16: 16 */
111 RK_FORMAT_YCbCr_422_SP_10B = 0x22 << 8, /* 2 plane YCbCr little endian
112 * plane 0: [0:9] Y
113 * plane 1: 2x1 subsampled [0:19] Cb:Cr 10:10 (default)
115 * plane 1: 2x1 subsampled [0:23] Cb:Cr 16: 16 */
116 RK_FORMAT_YCrCb_422_SP_10B = 0x23 << 8, /* 2 plane YCbCr little endian
117 * plane 0: [0:9] Y
118 * plane 1: 2x1 subsampled [0:19] Cr:Cb 10:10 (default)
120 * plane 1: 2x1 subsampled [0:23] Cr:Cb 16: 16 */