Home
last modified time | relevance | path

Searched refs:__ALIGN_UP (Results 1 – 20 of 20) sorted by relevance

/device/google/felix-kernels/5.10/24Q3-12318583/kernel-headers/linux/
Dvideodev2_exynos_media.h54 #ifndef __ALIGN_UP
55 #define __ALIGN_UP(x,a) (((x) + ((a) - 1)) & ~((a) - 1)) macro
57 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64))
58 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16))
59 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2)
61 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256)
62 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64))
64 (__ALIGN_UP((__ALIGN_UP((w), 64) * (__ALIGN_UP((h), 16) / 2) + 256), 16))
65 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64))
67 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256)
[all …]
/device/google/caimito-kernels/6.1/24Q3-12157876/original-kernel-headers/linux/
Dvideodev2_exynos_media.h87 #ifndef __ALIGN_UP
88 #define __ALIGN_UP(x, a) (((x) + ((a) - 1)) & ~((a) - 1)) macro
91 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64))
92 #define NV12N_Y_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16))
93 #define NV12N_CBCR_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2)
97 (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256)
99 ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64))
101 (__ALIGN_UP((__ALIGN_UP((w), 64) * (__ALIGN_UP((h), 16) / 2) + 256), 16))
103 ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64))
108 (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256)
[all …]
/device/google/pantah-kernels/5.10/24Q3-12318583/original-kernel-headers/linux/
Dvideodev2_exynos_media.h87 #ifndef __ALIGN_UP
88 #define __ALIGN_UP(x, a) (((x) + ((a) - 1)) & ~((a) - 1)) macro
91 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64))
92 #define NV12N_Y_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16))
93 #define NV12N_CBCR_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2)
97 (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256)
99 ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64))
101 (__ALIGN_UP((__ALIGN_UP((w), 64) * (__ALIGN_UP((h), 16) / 2) + 256), 16))
103 ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64))
108 (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256)
[all …]
/device/google/raviole-kernels/5.10/24Q3-12115410/original-kernel-headers/linux/
Dvideodev2_exynos_media.h87 #ifndef __ALIGN_UP
88 #define __ALIGN_UP(x, a) (((x) + ((a) - 1)) & ~((a) - 1)) macro
91 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64))
92 #define NV12N_Y_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16))
93 #define NV12N_CBCR_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2)
97 (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256)
99 ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64))
101 (__ALIGN_UP((__ALIGN_UP((w), 64) * (__ALIGN_UP((h), 16) / 2) + 256), 16))
103 ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64))
108 (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256)
[all …]
/device/google/bluejay-kernels/5.10/24Q3-12115410/kernel-headers/linux/
Dvideodev2_exynos_media.h54 #ifndef __ALIGN_UP
55 #define __ALIGN_UP(x,a) (((x) + ((a) - 1)) & ~((a) - 1)) macro
57 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64))
58 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16))
59 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2)
61 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256)
62 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64))
64 (__ALIGN_UP((__ALIGN_UP((w), 64) * (__ALIGN_UP((h), 16) / 2) + 256), 16))
65 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64))
67 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256)
[all …]
/device/google/comet-kernels/6.1/24Q3-12157876/original-kernel-headers/linux/
Dvideodev2_exynos_media.h87 #ifndef __ALIGN_UP
88 #define __ALIGN_UP(x, a) (((x) + ((a) - 1)) & ~((a) - 1)) macro
91 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64))
92 #define NV12N_Y_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16))
93 #define NV12N_CBCR_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2)
97 (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256)
99 ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64))
101 (__ALIGN_UP((__ALIGN_UP((w), 64) * (__ALIGN_UP((h), 16) / 2) + 256), 16))
103 ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64))
108 (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256)
[all …]
/device/google/tangorpro-kernels/5.10/24Q3-12318583/original-kernel-headers/linux/
Dvideodev2_exynos_media.h87 #ifndef __ALIGN_UP
88 #define __ALIGN_UP(x, a) (((x) + ((a) - 1)) & ~((a) - 1)) macro
91 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64))
92 #define NV12N_Y_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16))
93 #define NV12N_CBCR_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2)
97 (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256)
99 ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64))
101 (__ALIGN_UP((__ALIGN_UP((w), 64) * (__ALIGN_UP((h), 16) / 2) + 256), 16))
103 ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64))
108 (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256)
[all …]
/device/google/lynx-kernels/5.10/24Q3-12318583/original-kernel-headers/linux/
Dvideodev2_exynos_media.h87 #ifndef __ALIGN_UP
88 #define __ALIGN_UP(x, a) (((x) + ((a) - 1)) & ~((a) - 1)) macro
91 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64))
92 #define NV12N_Y_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16))
93 #define NV12N_CBCR_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2)
97 (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256)
99 ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64))
101 (__ALIGN_UP((__ALIGN_UP((w), 64) * (__ALIGN_UP((h), 16) / 2) + 256), 16))
103 ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64))
108 (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256)
[all …]
/device/google/akita-kernels/5.15/24Q3-12065098/kernel-headers/linux/
Dvideodev2_exynos_media.h42 #ifndef __ALIGN_UP
43 #define __ALIGN_UP(x,a) (((x) + ((a) - 1)) & ~((a) - 1)) macro
45 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64))
46 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16))
47 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2)
49 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256)
50 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64))
52 (__ALIGN_UP((__ALIGN_UP((w), 64) * (__ALIGN_UP((h), 16) / 2) + 256), 16))
53 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64))
55 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256)
[all …]
/device/google/pantah-kernels/5.10/24Q3-12318583/kernel-headers/linux/
Dvideodev2_exynos_media.h54 #ifndef __ALIGN_UP
55 #define __ALIGN_UP(x,a) (((x) + ((a) - 1)) & ~((a) - 1)) macro
57 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64))
58 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16))
59 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2)
61 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256)
62 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64))
64 (__ALIGN_UP((__ALIGN_UP((w), 64) * (__ALIGN_UP((h), 16) / 2) + 256), 16))
65 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64))
67 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256)
[all …]
/device/google/caimito-kernels/6.1/24Q3-12157876/kernel-headers/linux/
Dvideodev2_exynos_media.h42 #ifndef __ALIGN_UP
43 #define __ALIGN_UP(x,a) (((x) + ((a) - 1)) & ~((a) - 1)) macro
45 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64))
46 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16))
47 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2)
49 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256)
50 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64))
52 (__ALIGN_UP((__ALIGN_UP((w), 64) * (__ALIGN_UP((h), 16) / 2) + 256), 16))
53 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64))
55 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256)
[all …]
/device/google/akita-kernels/5.15/24Q3-12065098/original-kernel-headers/linux/
Dvideodev2_exynos_media.h87 #ifndef __ALIGN_UP
88 #define __ALIGN_UP(x, a) (((x) + ((a) - 1)) & ~((a) - 1)) macro
91 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64))
92 #define NV12N_Y_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16))
93 #define NV12N_CBCR_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2)
97 (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256)
99 ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64))
101 (__ALIGN_UP((__ALIGN_UP((w), 64) * (__ALIGN_UP((h), 16) / 2) + 256), 16))
103 ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64))
108 (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256)
[all …]
/device/google/bluejay-kernels/5.10/24Q3-12115410/original-kernel-headers/linux/
Dvideodev2_exynos_media.h87 #ifndef __ALIGN_UP
88 #define __ALIGN_UP(x, a) (((x) + ((a) - 1)) & ~((a) - 1)) macro
91 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64))
92 #define NV12N_Y_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16))
93 #define NV12N_CBCR_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2)
97 (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256)
99 ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64))
101 (__ALIGN_UP((__ALIGN_UP((w), 64) * (__ALIGN_UP((h), 16) / 2) + 256), 16))
103 ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64))
108 (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256)
[all …]
/device/google/lynx-kernels/5.10/24Q3-12318583/kernel-headers/linux/
Dvideodev2_exynos_media.h54 #ifndef __ALIGN_UP
55 #define __ALIGN_UP(x,a) (((x) + ((a) - 1)) & ~((a) - 1)) macro
57 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64))
58 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16))
59 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2)
61 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256)
62 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64))
64 (__ALIGN_UP((__ALIGN_UP((w), 64) * (__ALIGN_UP((h), 16) / 2) + 256), 16))
65 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64))
67 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256)
[all …]
/device/google/felix-kernels/5.10/24Q3-12318583/original-kernel-headers/linux/
Dvideodev2_exynos_media.h87 #ifndef __ALIGN_UP
88 #define __ALIGN_UP(x, a) (((x) + ((a) - 1)) & ~((a) - 1)) macro
91 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64))
92 #define NV12N_Y_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16))
93 #define NV12N_CBCR_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2)
97 (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256)
99 ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64))
101 (__ALIGN_UP((__ALIGN_UP((w), 64) * (__ALIGN_UP((h), 16) / 2) + 256), 16))
103 ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64))
108 (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256)
[all …]
/device/google/shusky-kernels/5.15/24Q3-12065098/original-kernel-headers/linux/
Dvideodev2_exynos_media.h87 #ifndef __ALIGN_UP
88 #define __ALIGN_UP(x, a) (((x) + ((a) - 1)) & ~((a) - 1)) macro
91 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64))
92 #define NV12N_Y_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16))
93 #define NV12N_CBCR_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2)
97 (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256)
99 ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64))
101 (__ALIGN_UP((__ALIGN_UP((w), 64) * (__ALIGN_UP((h), 16) / 2) + 256), 16))
103 ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64))
108 (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256)
[all …]
/device/google/raviole-kernels/5.10/24Q3-12115410/kernel-headers/linux/
Dvideodev2_exynos_media.h54 #ifndef __ALIGN_UP
55 #define __ALIGN_UP(x,a) (((x) + ((a) - 1)) & ~((a) - 1)) macro
57 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64))
58 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16))
59 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2)
61 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256)
62 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64))
64 (__ALIGN_UP((__ALIGN_UP((w), 64) * (__ALIGN_UP((h), 16) / 2) + 256), 16))
65 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64))
67 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256)
[all …]
/device/google/shusky-kernels/5.15/24Q3-12065098/kernel-headers/linux/
Dvideodev2_exynos_media.h42 #ifndef __ALIGN_UP
43 #define __ALIGN_UP(x,a) (((x) + ((a) - 1)) & ~((a) - 1)) macro
45 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64))
46 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16))
47 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2)
49 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256)
50 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64))
52 (__ALIGN_UP((__ALIGN_UP((w), 64) * (__ALIGN_UP((h), 16) / 2) + 256), 16))
53 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64))
55 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256)
[all …]
/device/google/tangorpro-kernels/5.10/24Q3-12318583/kernel-headers/linux/
Dvideodev2_exynos_media.h54 #ifndef __ALIGN_UP
55 #define __ALIGN_UP(x,a) (((x) + ((a) - 1)) & ~((a) - 1)) macro
57 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64))
58 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16))
59 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2)
61 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256)
62 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64))
64 (__ALIGN_UP((__ALIGN_UP((w), 64) * (__ALIGN_UP((h), 16) / 2) + 256), 16))
65 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64))
67 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256)
[all …]
/device/google/comet-kernels/6.1/24Q3-12157876/kernel-headers/linux/
Dvideodev2_exynos_media.h42 #ifndef __ALIGN_UP
43 #define __ALIGN_UP(x,a) (((x) + ((a) - 1)) & ~((a) - 1)) macro
45 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64))
46 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16))
47 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2)
49 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256)
50 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64))
52 (__ALIGN_UP((__ALIGN_UP((w), 64) * (__ALIGN_UP((h), 16) / 2) + 256), 16))
53 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64))
55 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256)
[all …]