/aosp_15_r20/device/google/bluejay-kernels/6.1/25Q1-12919773/original-kernel-headers/linux/ |
D | videodev2_exynos_media.h | 91 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64)) argument 92 #define NV12N_Y_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument 93 #define NV12N_CBCR_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument 94 #define NV12N_CBCR_BASE(base, w, h) \ argument 96 #define NV12N_10B_Y_8B_SIZE(w, h) \ argument 98 #define NV12N_10B_Y_2B_SIZE(w, h) \ argument 100 #define NV12N_10B_CBCR_8B_SIZE(w, h) \ argument 102 #define NV12N_10B_CBCR_2B_SIZE(w, h) \ argument 104 #define NV12N_10B_CBCR_BASE(base, w, h) \ argument 107 #define YUV420N_Y_SIZE(w, h) \ argument [all …]
|
/aosp_15_r20/device/google/tangorpro-kernels/6.1/25Q1-12919773/kernel-headers/linux/ |
D | videodev2_exynos_media.h | 45 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64)) argument 46 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument 47 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument 48 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument 49 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument 50 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument 51 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument 53 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument 54 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument 55 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument [all …]
|
/aosp_15_r20/device/google/lynx-kernels/6.1/25Q1-12919773/original-kernel-headers/linux/ |
D | videodev2_exynos_media.h | 91 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64)) argument 92 #define NV12N_Y_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument 93 #define NV12N_CBCR_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument 94 #define NV12N_CBCR_BASE(base, w, h) \ argument 96 #define NV12N_10B_Y_8B_SIZE(w, h) \ argument 98 #define NV12N_10B_Y_2B_SIZE(w, h) \ argument 100 #define NV12N_10B_CBCR_8B_SIZE(w, h) \ argument 102 #define NV12N_10B_CBCR_2B_SIZE(w, h) \ argument 104 #define NV12N_10B_CBCR_BASE(base, w, h) \ argument 107 #define YUV420N_Y_SIZE(w, h) \ argument [all …]
|
/aosp_15_r20/device/google/akita-kernels/6.1/25Q1-12919773/kernel-headers/linux/ |
D | videodev2_exynos_media.h | 45 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64)) argument 46 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument 47 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument 48 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument 49 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument 50 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument 51 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument 53 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument 54 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument 55 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument [all …]
|
/aosp_15_r20/device/google/bluejay-kernels/6.1/25Q1-12919773/kernel-headers/linux/ |
D | videodev2_exynos_media.h | 45 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64)) argument 46 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument 47 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument 48 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument 49 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument 50 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument 51 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument 53 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument 54 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument 55 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument [all …]
|
/aosp_15_r20/device/google/raviole-kernels/6.1/25Q1-12919773/kernel-headers/linux/ |
D | videodev2_exynos_media.h | 45 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64)) argument 46 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument 47 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument 48 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument 49 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument 50 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument 51 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument 53 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument 54 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument 55 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument [all …]
|
/aosp_15_r20/device/google/lynx-kernels/6.1/25Q1-12919773/kernel-headers/linux/ |
D | videodev2_exynos_media.h | 45 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64)) argument 46 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument 47 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument 48 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument 49 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument 50 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument 51 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument 53 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument 54 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument 55 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument [all …]
|
/aosp_15_r20/device/google/felix-kernels/6.1/25Q1-12919773/kernel-headers/linux/ |
D | videodev2_exynos_media.h | 45 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64)) argument 46 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument 47 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument 48 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument 49 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument 50 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument 51 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument 53 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument 54 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument 55 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument [all …]
|
/aosp_15_r20/device/google/akita-kernels/6.1/25Q1-12919773/original-kernel-headers/linux/ |
D | videodev2_exynos_media.h | 91 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64)) argument 92 #define NV12N_Y_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument 93 #define NV12N_CBCR_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument 94 #define NV12N_CBCR_BASE(base, w, h) \ argument 96 #define NV12N_10B_Y_8B_SIZE(w, h) \ argument 98 #define NV12N_10B_Y_2B_SIZE(w, h) \ argument 100 #define NV12N_10B_CBCR_8B_SIZE(w, h) \ argument 102 #define NV12N_10B_CBCR_2B_SIZE(w, h) \ argument 104 #define NV12N_10B_CBCR_BASE(base, w, h) \ argument 107 #define YUV420N_Y_SIZE(w, h) \ argument [all …]
|
/aosp_15_r20/device/google/pantah-kernels/6.1/25Q1-12919773/original-kernel-headers/linux/ |
D | videodev2_exynos_media.h | 91 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64)) argument 92 #define NV12N_Y_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument 93 #define NV12N_CBCR_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument 94 #define NV12N_CBCR_BASE(base, w, h) \ argument 96 #define NV12N_10B_Y_8B_SIZE(w, h) \ argument 98 #define NV12N_10B_Y_2B_SIZE(w, h) \ argument 100 #define NV12N_10B_CBCR_8B_SIZE(w, h) \ argument 102 #define NV12N_10B_CBCR_2B_SIZE(w, h) \ argument 104 #define NV12N_10B_CBCR_BASE(base, w, h) \ argument 107 #define YUV420N_Y_SIZE(w, h) \ argument [all …]
|
/aosp_15_r20/device/google/shusky-kernels/6.1/25Q1-12919773/kernel-headers/linux/ |
D | videodev2_exynos_media.h | 45 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64)) argument 46 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument 47 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument 48 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument 49 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument 50 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument 51 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument 53 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument 54 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument 55 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument [all …]
|
/aosp_15_r20/device/google/comet-kernels/6.1/25Q1-12919773/original-kernel-headers/linux/ |
D | videodev2_exynos_media.h | 91 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64)) argument 92 #define NV12N_Y_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument 93 #define NV12N_CBCR_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument 94 #define NV12N_CBCR_BASE(base, w, h) \ argument 96 #define NV12N_10B_Y_8B_SIZE(w, h) \ argument 98 #define NV12N_10B_Y_2B_SIZE(w, h) \ argument 100 #define NV12N_10B_CBCR_8B_SIZE(w, h) \ argument 102 #define NV12N_10B_CBCR_2B_SIZE(w, h) \ argument 104 #define NV12N_10B_CBCR_BASE(base, w, h) \ argument 107 #define YUV420N_Y_SIZE(w, h) \ argument [all …]
|
/aosp_15_r20/device/google/pantah-kernels/6.1/25Q1-12919773/kernel-headers/linux/ |
D | videodev2_exynos_media.h | 45 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64)) argument 46 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument 47 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument 48 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument 49 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument 50 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument 51 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument 53 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument 54 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument 55 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument [all …]
|
/aosp_15_r20/device/google/caimito-kernels/6.1/25Q1-12919773/kernel-headers/linux/ |
D | videodev2_exynos_media.h | 45 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64)) argument 46 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument 47 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument 48 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument 49 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument 50 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument 51 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument 53 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument 54 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument 55 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument [all …]
|
/aosp_15_r20/device/google/caimito-kernels/6.1/25Q1-12919773/original-kernel-headers/linux/ |
D | videodev2_exynos_media.h | 91 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64)) argument 92 #define NV12N_Y_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument 93 #define NV12N_CBCR_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument 94 #define NV12N_CBCR_BASE(base, w, h) \ argument 96 #define NV12N_10B_Y_8B_SIZE(w, h) \ argument 98 #define NV12N_10B_Y_2B_SIZE(w, h) \ argument 100 #define NV12N_10B_CBCR_8B_SIZE(w, h) \ argument 102 #define NV12N_10B_CBCR_2B_SIZE(w, h) \ argument 104 #define NV12N_10B_CBCR_BASE(base, w, h) \ argument 107 #define YUV420N_Y_SIZE(w, h) \ argument [all …]
|
/aosp_15_r20/device/google/comet-kernels/6.1/25Q1-12919773/kernel-headers/linux/ |
D | videodev2_exynos_media.h | 45 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64)) argument 46 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument 47 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument 48 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument 49 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument 50 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument 51 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument 53 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument 54 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument 55 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument [all …]
|
/aosp_15_r20/device/google/felix-kernels/6.1/25Q1-12919773/original-kernel-headers/linux/ |
D | videodev2_exynos_media.h | 91 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64)) argument 92 #define NV12N_Y_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument 93 #define NV12N_CBCR_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument 94 #define NV12N_CBCR_BASE(base, w, h) \ argument 96 #define NV12N_10B_Y_8B_SIZE(w, h) \ argument 98 #define NV12N_10B_Y_2B_SIZE(w, h) \ argument 100 #define NV12N_10B_CBCR_8B_SIZE(w, h) \ argument 102 #define NV12N_10B_CBCR_2B_SIZE(w, h) \ argument 104 #define NV12N_10B_CBCR_BASE(base, w, h) \ argument 107 #define YUV420N_Y_SIZE(w, h) \ argument [all …]
|
/aosp_15_r20/device/google/shusky-kernels/6.1/25Q1-12919773/original-kernel-headers/linux/ |
D | videodev2_exynos_media.h | 91 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64)) argument 92 #define NV12N_Y_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument 93 #define NV12N_CBCR_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument 94 #define NV12N_CBCR_BASE(base, w, h) \ argument 96 #define NV12N_10B_Y_8B_SIZE(w, h) \ argument 98 #define NV12N_10B_Y_2B_SIZE(w, h) \ argument 100 #define NV12N_10B_CBCR_8B_SIZE(w, h) \ argument 102 #define NV12N_10B_CBCR_2B_SIZE(w, h) \ argument 104 #define NV12N_10B_CBCR_BASE(base, w, h) \ argument 107 #define YUV420N_Y_SIZE(w, h) \ argument [all …]
|
/aosp_15_r20/device/google/tangorpro-kernels/6.1/25Q1-12919773/original-kernel-headers/linux/ |
D | videodev2_exynos_media.h | 91 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64)) argument 92 #define NV12N_Y_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument 93 #define NV12N_CBCR_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument 94 #define NV12N_CBCR_BASE(base, w, h) \ argument 96 #define NV12N_10B_Y_8B_SIZE(w, h) \ argument 98 #define NV12N_10B_Y_2B_SIZE(w, h) \ argument 100 #define NV12N_10B_CBCR_8B_SIZE(w, h) \ argument 102 #define NV12N_10B_CBCR_2B_SIZE(w, h) \ argument 104 #define NV12N_10B_CBCR_BASE(base, w, h) \ argument 107 #define YUV420N_Y_SIZE(w, h) \ argument [all …]
|
/aosp_15_r20/device/google/raviole-kernels/6.1/25Q1-12919773/original-kernel-headers/linux/ |
D | videodev2_exynos_media.h | 91 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64)) argument 92 #define NV12N_Y_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument 93 #define NV12N_CBCR_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument 94 #define NV12N_CBCR_BASE(base, w, h) \ argument 96 #define NV12N_10B_Y_8B_SIZE(w, h) \ argument 98 #define NV12N_10B_Y_2B_SIZE(w, h) \ argument 100 #define NV12N_10B_CBCR_8B_SIZE(w, h) \ argument 102 #define NV12N_10B_CBCR_2B_SIZE(w, h) \ argument 104 #define NV12N_10B_CBCR_BASE(base, w, h) \ argument 107 #define YUV420N_Y_SIZE(w, h) \ argument [all …]
|
/aosp_15_r20/external/python/cpython2/Demo/tix/ |
D | tixwidgets.py | 249 def MainTextFont(w): argument 304 def MkCombo(w): argument 340 def spin_cmd(w, inc): argument 350 def spin_validate(w): argument 360 def MkControl(w): argument 377 def MkSelect(w): argument 404 def MkOptMenu(w): argument 418 def MkFileEnt(w): argument 426 def MkFileBox(w): argument 438 def MkToolBar(w): argument [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/endian/test/ |
D | endian_store_test.cpp | 69 unsigned char w[] = { 0x01, 0xAA }; in test_1() local 79 unsigned char w[] = { 0x01, 0xAA }; in test_1() local 92 unsigned char w[] = { 0x02, 0x01, 0xAA }; in test_2() local 102 unsigned char w[] = { 0x01, 0x02, 0xAA }; in test_2() local 115 unsigned char w[] = { 0x03, 0x02, 0x01, 0xAA }; in test_3() local 125 unsigned char w[] = { 0x01, 0x02, 0x03, 0xAA }; in test_3() local 138 unsigned char w[] = { 0x04, 0x03, 0x02, 0x01, 0xAA }; in test_4() local 148 unsigned char w[] = { 0x01, 0x02, 0x03, 0x04, 0xAA }; in test_4() local 161 unsigned char w[] = { 0x05, 0x04, 0x03, 0x02, 0x01, 0xAA }; in test_5() local 171 unsigned char w[] = { 0x01, 0x02, 0x03, 0x04, 0x05, 0xAA }; in test_5() local [all …]
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/merges/ |
H A D | sve_merge_s32_3VLx8.hpp | 61 long w = xmax - i; in MergeResults() local 97 long w = xmax - i; in MergeResults() local 148 long w = xmax - i; in MergeResults() local 214 long w = xmax - i; in MergeResults() local 294 long w = xmax - i; in MergeResults() local 389 long w = xmax - i; in MergeResults() local 499 long w = xmax - i; in MergeResults() local 625 long w = xmax - i; in MergeResults() local 773 long w = xmax - i; in MergeResults() local 809 long w = xmax - i; in MergeResults() local [all …]
|
H A D | sve_merge_fp16_3VLx8.hpp | 75 long w = xmax - i; in MergeResults() local 119 long w = xmax - i; in MergeResults() local 184 long w = xmax - i; in MergeResults() local 270 long w = xmax - i; in MergeResults() local 376 long w = xmax - i; in MergeResults() local 503 long w = xmax - i; in MergeResults() local 651 long w = xmax - i; in MergeResults() local 821 long w = xmax - i; in MergeResults() local 1019 long w = xmax - i; in MergeResults() local 1063 long w = xmax - i; in MergeResults() local [all …]
|
H A D | sve_merge_u32_3VLx8.hpp | 61 long w = xmax - i; in MergeResults() local 97 long w = xmax - i; in MergeResults() local 148 long w = xmax - i; in MergeResults() local 214 long w = xmax - i; in MergeResults() local 294 long w = xmax - i; in MergeResults() local 389 long w = xmax - i; in MergeResults() local 499 long w = xmax - i; in MergeResults() local 625 long w = xmax - i; in MergeResults() local 773 long w = xmax - i; in MergeResults() local 809 long w = xmax - i; in MergeResults() local [all …]
|