/device/google/felix-kernels/5.10/24Q3-12318583/kernel-headers/linux/ |
D | videodev2_exynos_media.h | 57 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64)) argument 58 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument 59 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument 60 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument 61 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument 62 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument 63 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument 65 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument 66 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument 67 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument [all …]
|
/device/google/caimito-kernels/6.1/24Q3-12157876/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 …]
|
/device/google/pantah-kernels/5.10/24Q3-12318583/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 …]
|
/device/google/raviole-kernels/5.10/24Q3-12115410/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 …]
|
/device/google/bluejay-kernels/5.10/24Q3-12115410/kernel-headers/linux/ |
D | videodev2_exynos_media.h | 57 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64)) argument 58 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument 59 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument 60 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument 61 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument 62 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument 63 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument 65 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument 66 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument 67 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument [all …]
|
/device/google/comet-kernels/6.1/24Q3-12157876/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 …]
|
/device/google/tangorpro-kernels/5.10/24Q3-12318583/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 …]
|
/device/google/lynx-kernels/5.10/24Q3-12318583/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 …]
|
/device/google/akita-kernels/5.15/24Q3-12065098/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 …]
|
/device/google/pantah-kernels/5.10/24Q3-12318583/kernel-headers/linux/ |
D | videodev2_exynos_media.h | 57 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64)) argument 58 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument 59 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument 60 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument 61 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument 62 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument 63 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument 65 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument 66 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument 67 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument [all …]
|
/device/google/caimito-kernels/6.1/24Q3-12157876/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 …]
|
/device/google/akita-kernels/5.15/24Q3-12065098/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 …]
|
/device/google/bluejay-kernels/5.10/24Q3-12115410/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 …]
|
/device/google/lynx-kernels/5.10/24Q3-12318583/kernel-headers/linux/ |
D | videodev2_exynos_media.h | 57 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64)) argument 58 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument 59 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument 60 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument 61 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument 62 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument 63 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument 65 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument 66 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument 67 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument [all …]
|
/device/google/felix-kernels/5.10/24Q3-12318583/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 …]
|
/device/google/shusky-kernels/5.15/24Q3-12065098/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 …]
|
/device/google/raviole-kernels/5.10/24Q3-12115410/kernel-headers/linux/ |
D | videodev2_exynos_media.h | 57 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64)) argument 58 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument 59 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument 60 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument 61 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument 62 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument 63 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument 65 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument 66 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument 67 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument [all …]
|
/device/google/shusky-kernels/5.15/24Q3-12065098/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 …]
|
/device/google/tangorpro-kernels/5.10/24Q3-12318583/kernel-headers/linux/ |
D | videodev2_exynos_media.h | 57 #define NV12N_STRIDE(w) (__ALIGN_UP((w), 64)) argument 58 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument 59 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument 60 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument 61 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument 62 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument 63 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument 65 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument 66 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument 67 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument [all …]
|
/device/google/comet-kernels/6.1/24Q3-12157876/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 …]
|
/device/google/contexthub/firmware/os/algos/common/math/ |
D | vec.h | 54 float x, y, z, w; member 66 static inline void vec3Add(struct Vec3 *v, const struct Vec3 *w) { in vec3Add() 76 const struct Vec3 *w) { in vec3AddVecs() 86 static inline void vec3Sub(struct Vec3 *v, const struct Vec3 *w) { in vec3Sub() 96 const struct Vec3 *w) { in vec3SubVecs() 114 static inline float vec3Dot(const struct Vec3 *v, const struct Vec3 *w) { in vec3Dot() 149 const struct Vec3 *w) { in vec3Cross() 170 float w) { in initVec4()
|
D | vec.c | 55 void vecAdd(float *u, const float *v, const float *w, size_t dim) { in vecAdd() 65 void vecAddInPlace(float *v, const float *w, size_t dim) { in vecAddInPlace() 74 void vecSub(float *u, const float *v, const float *w, size_t dim) { in vecSub() 112 float vecDot(const float *v, const float *w, size_t dim) { in vecDot()
|
/device/linaro/dragonboard/shared/utils/qrtr/src/ |
D | waiter.c | 134 struct waiter *w; in waiter_create() local 144 void waiter_destroy(struct waiter *w) in waiter_destroy() 160 void waiter_synchronize(struct waiter *w) in waiter_synchronize() 186 void waiter_wait(struct waiter *w) in waiter_wait() 264 int waiter_wait_timeout(struct waiter *w, unsigned int ms) in waiter_wait_timeout() 301 struct waiter_ticket *waiter_add_null(struct waiter *w) in waiter_add_null() 325 struct waiter_ticket *waiter_add_fd(struct waiter *w, int fd) in waiter_add_fd() 338 struct waiter_ticket *waiter_add_timeout(struct waiter *w, unsigned int ms) in waiter_add_timeout() 353 struct waiter *w = ticket->waiter; in waiter_ticket_delete() local
|
/device/amlogic/yukawa/hal/gralloc/ |
D | mali_gralloc_bufferaccess.cpp | 36 …k(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, int w, int h, in mali_gralloc_lock() 72 …ck_ycbcr(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, int w, in mali_gralloc_lock_ycbcr() 222 …ck_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, int w, in mali_gralloc_lock_async() 235 int w, int h, android_ycbcr *ycbcr, int32_t fence_fd) in mali_gralloc_lock_ycbcr_async() 249 … int w, int h, struct android_flex_layout *flex_layout, int32_t fence_fd) in mali_gralloc_lock_flex_async()
|
/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_bufferaccess.cpp | 36 …k(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, int w, int h, in mali_gralloc_lock() 72 …ck_ycbcr(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, int w, in mali_gralloc_lock_ycbcr() 222 …ck_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, int w, in mali_gralloc_lock_async() 235 int w, int h, android_ycbcr *ycbcr, int32_t fence_fd) in mali_gralloc_lock_ycbcr_async() 249 … int w, int h, struct android_flex_layout *flex_layout, int32_t fence_fd) in mali_gralloc_lock_flex_async()
|