| /device/google/tangorpro-kernel/kernel-headers/linux/ | 
| D | videodev2_exynos_media.h | 58 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16))  argument59 #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
 68 #define YUV420N_CB_SIZE(w,h) \  argument
 [all …]
 
 | 
| /device/google/lynx-kernel/original-kernel-headers/linux/ | 
| D | videodev2_exynos_media.h | 92 #define NV12N_Y_SIZE(w, h)		(NV12N_STRIDE(w) * __ALIGN_UP((h), 16))  argument93 #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
 109 #define YUV420N_CB_SIZE(w, h)			\  argument
 [all …]
 
 | 
| /device/google/pantah-kernel/kernel-headers/linux/ | 
| D | videodev2_exynos_media.h | 58 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16))  argument59 #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
 68 #define YUV420N_CB_SIZE(w,h) \  argument
 [all …]
 
 | 
| /device/google/shusky-kernel/kernel-headers/linux/ | 
| D | videodev2_exynos_media.h | 58 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16))  argument59 #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
 68 #define YUV420N_CB_SIZE(w,h) \  argument
 [all …]
 
 | 
| /device/google/raviole-kernel/kernel-headers/linux/ | 
| D | videodev2_exynos_media.h | 58 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16))  argument59 #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
 68 #define YUV420N_CB_SIZE(w,h) \  argument
 [all …]
 
 | 
| /device/google/pantah-kernel/original-kernel-headers/linux/ | 
| D | videodev2_exynos_media.h | 92 #define NV12N_Y_SIZE(w, h)		(NV12N_STRIDE(w) * __ALIGN_UP((h), 16))  argument93 #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
 109 #define YUV420N_CB_SIZE(w, h)			\  argument
 [all …]
 
 | 
| /device/google/felix-kernel/original-kernel-headers/linux/ | 
| D | videodev2_exynos_media.h | 92 #define NV12N_Y_SIZE(w, h)		(NV12N_STRIDE(w) * __ALIGN_UP((h), 16))  argument93 #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
 109 #define YUV420N_CB_SIZE(w, h)			\  argument
 [all …]
 
 | 
| /device/google/shusky-kernel/original-kernel-headers/linux/ | 
| D | videodev2_exynos_media.h | 92 #define NV12N_Y_SIZE(w, h)		(NV12N_STRIDE(w) * __ALIGN_UP((h), 16))  argument93 #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
 109 #define YUV420N_CB_SIZE(w, h)			\  argument
 [all …]
 
 | 
| /device/google/raviole-kernel/original-kernel-headers/linux/ | 
| D | videodev2_exynos_media.h | 92 #define NV12N_Y_SIZE(w, h)		(NV12N_STRIDE(w) * __ALIGN_UP((h), 16))  argument93 #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
 109 #define YUV420N_CB_SIZE(w, h)			\  argument
 [all …]
 
 | 
| /device/google/bluejay-kernel/kernel-headers/linux/ | 
| D | videodev2_exynos_media.h | 58 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16))  argument59 #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
 68 #define YUV420N_CB_SIZE(w,h) \  argument
 [all …]
 
 | 
| /device/google/felix-kernel/kernel-headers/linux/ | 
| D | videodev2_exynos_media.h | 58 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16))  argument59 #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
 68 #define YUV420N_CB_SIZE(w,h) \  argument
 [all …]
 
 | 
| /device/google/lynx-kernel/kernel-headers/linux/ | 
| D | videodev2_exynos_media.h | 58 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16))  argument59 #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
 68 #define YUV420N_CB_SIZE(w,h) \  argument
 [all …]
 
 | 
| /device/google/tangorpro-kernel/original-kernel-headers/linux/ | 
| D | videodev2_exynos_media.h | 92 #define NV12N_Y_SIZE(w, h)		(NV12N_STRIDE(w) * __ALIGN_UP((h), 16))  argument93 #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
 109 #define YUV420N_CB_SIZE(w, h)			\  argument
 [all …]
 
 | 
| /device/google/bluejay-kernel/original-kernel-headers/linux/ | 
| D | videodev2_exynos_media.h | 92 #define NV12N_Y_SIZE(w, h)		(NV12N_STRIDE(w) * __ALIGN_UP((h), 16))  argument93 #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
 109 #define YUV420N_CB_SIZE(w, h)			\  argument
 [all …]
 
 | 
| /device/generic/goldfish/sensors/ | 
| D | sensor_list.cpp | 370 bool isSensorHandleValid(const int h) {  in isSensorHandleValid()374 const SensorInfo* getSensorInfoByHandle(const int h) {  in getSensorInfoByHandle()
 378 const char* getQemuSensorNameByHandle(const int h) {  in getQemuSensorNameByHandle()
 
 | 
| /device/generic/vulkan-cereal/fake-android-guest/androidImpl/ | 
| D | native_handle.cpp | 41     native_handle_t* h = static_cast<native_handle_t*>(malloc(mallocSize));  in native_handle_create()  local65 int native_handle_delete(native_handle_t* h) {  in native_handle_delete()
 72 int native_handle_close(const native_handle_t* h) {  in native_handle_close()
 
 | 
| /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()73                             int h, android_ycbcr *ycbcr)  in mali_gralloc_lock_ycbcr()
 223                             int h, void **vaddr, int32_t fence_fd)  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()
 
 | 
| D | mali_gralloc_module.cpp | 92 …lock(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h,  in gralloc_lock()101                               int h, android_ycbcr *ycbcr)  in gralloc_lock_ycbcr()
 116                               int h, void **vaddr, int32_t fence_fd)  in gralloc_lock_async()
 124                                     int w, int h, android_ycbcr *ycbcr, int32_t fence_fd)  in gralloc_lock_ycbcr_async()
 
 | 
| /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()73                             int h, android_ycbcr *ycbcr)  in mali_gralloc_lock_ycbcr()
 223                             int h, void **vaddr, int32_t fence_fd)  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()
 
 | 
| D | mali_gralloc_module.cpp | 92 …lock(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h,  in gralloc_lock()101                               int h, android_ycbcr *ycbcr)  in gralloc_lock_ycbcr()
 116                               int h, void **vaddr, int32_t fence_fd)  in gralloc_lock_async()
 124                                     int w, int h, android_ycbcr *ycbcr, int32_t fence_fd)  in gralloc_lock_ycbcr_async()
 
 | 
| /device/linaro/hikey/gralloc/ | 
| D | gralloc_module.cpp | 281 …odule_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, void **vaddr)  in gralloc_lock()330 …_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, struct android_yc…  in gralloc_lock_ycbcr()
 465 …_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, void **vaddr, int…  in gralloc_lock_async()
 489 …_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, struct android_yc…  in gralloc_lock_async_ycbcr()
 
 | 
| /device/google/cuttlefish/host/libs/confui/ | 
| D | host_renderer.h | 41   TeeUiFrameWrapper(const int w, const int h, const teeui::Color color)  in TeeUiFrameWrapper()55   static std::uint32_t ScreenSizeInBytes(const int w, const int h) {  in ScreenSizeInBytes()
 
 | 
| /device/google/cuttlefish/host/libs/wayland/ | 
| D | wayland_compositor.cpp | 42                 int32_t h) {  in region_add()62                      int32_t h) {  in region_subtract()
 103                     int32_t h) {  in surface_damage()
 165                            int32_t h) {  in surface_damage_buffer()
 
 | 
| D | wayland_shell.cpp | 36                              int32_t h) {  in xdg_positioner_set_size()45                                     int32_t h) {  in xdg_positioner_set_anchor_rect()
 150                                int32_t h) {  in xdg_toplevel_set_max_size()
 158                                int32_t h) {  in xdg_toplevel_set_min_size()
 268                                      int32_t h) {  in xdg_surface_set_window_geometry()
 
 | 
| /device/generic/vulkan-cereal/stream-servers/vulkan/ | 
| D | ColorBufferVk.cpp | 48 bool ColorBufferVk::readToBytes(uint32_t x, uint32_t y, uint32_t w, uint32_t h, void* outBytes) {  in readToBytes()56 bool ColorBufferVk::updateFromBytes(uint32_t x, uint32_t y, uint32_t w, uint32_t h,  in updateFromBytes()
 
 |