/device/google/raviole-kernel/kernel-headers/linux/ |
D | videodev2_exynos_media.h | 56 #define NV12N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument 57 #define NV12N_CBCR_SIZE(w,h) \ argument 59 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument 60 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument 61 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument 62 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument 64 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument 65 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument 66 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument 67 #define YUV420N_CB_SIZE(w,h) \ argument [all …]
|
/device/google/bluejay-kernel/kernel-headers/linux/ |
D | videodev2_exynos_media.h | 56 #define NV12N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument 57 #define NV12N_CBCR_SIZE(w,h) \ argument 59 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument 60 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument 61 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument 62 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument 64 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument 65 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument 66 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument 67 #define YUV420N_CB_SIZE(w,h) \ argument [all …]
|
/device/google/raviole-kernel/original-kernel-headers/linux/ |
D | videodev2_exynos_media.h | 90 #define NV12N_Y_SIZE(w, h) \ argument 92 #define NV12N_CBCR_SIZE(w, h) \ 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/lynx-kernel/kernel-headers/linux/ |
D | videodev2_exynos_media.h | 56 #define NV12N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument 57 #define NV12N_CBCR_SIZE(w,h) \ argument 59 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument 60 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument 61 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument 62 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument 64 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument 65 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument 66 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument 67 #define YUV420N_CB_SIZE(w,h) \ argument [all …]
|
/device/google/pantah-kernel/kernel-headers/linux/ |
D | videodev2_exynos_media.h | 56 #define NV12N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument 57 #define NV12N_CBCR_SIZE(w,h) \ argument 59 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument 60 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument 61 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument 62 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument 64 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument 65 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument 66 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument 67 #define YUV420N_CB_SIZE(w,h) \ argument [all …]
|
/device/google/bluejay-kernel/original-kernel-headers/linux/ |
D | videodev2_exynos_media.h | 90 #define NV12N_Y_SIZE(w, h) \ argument 92 #define NV12N_CBCR_SIZE(w, h) \ 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/lynx-kernel/original-kernel-headers/linux/ |
D | videodev2_exynos_media.h | 90 #define NV12N_Y_SIZE(w, h) \ argument 92 #define NV12N_CBCR_SIZE(w, h) \ 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/tangorpro-kernel/original-kernel-headers/linux/ |
D | videodev2_exynos_media.h | 90 #define NV12N_Y_SIZE(w, h) \ argument 92 #define NV12N_CBCR_SIZE(w, h) \ 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/tangorpro-kernel/kernel-headers/linux/ |
D | videodev2_exynos_media.h | 56 #define NV12N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument 57 #define NV12N_CBCR_SIZE(w,h) \ argument 59 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument 60 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument 61 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument 62 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument 64 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument 65 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument 66 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument 67 #define YUV420N_CB_SIZE(w,h) \ argument [all …]
|
/device/google/pantah-kernel/original-kernel-headers/linux/ |
D | videodev2_exynos_media.h | 90 #define NV12N_Y_SIZE(w, h) \ argument 92 #define NV12N_CBCR_SIZE(w, h) \ 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 | 90 #define NV12N_Y_SIZE(w, h) \ argument 92 #define NV12N_CBCR_SIZE(w, h) \ 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/kernel-headers/linux/ |
D | videodev2_exynos_media.h | 56 #define NV12N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument 57 #define NV12N_CBCR_SIZE(w,h) \ argument 59 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument 60 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument 61 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument 62 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument 64 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument 65 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument 66 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument 67 #define YUV420N_CB_SIZE(w,h) \ argument [all …]
|
/device/generic/vulkan-cereal/base/ |
D | EntityManager.h | 59 static size_t getHandleIndex(EntityHandle h) { in getHandleIndex() 63 static size_t getHandleGeneration(EntityHandle h) { in getHandleGeneration() 69 static size_t getHandleType(EntityHandle h) { in getHandleType() 86 static EntityHandle withIndex(EntityHandle h, size_t i) { in withIndex() 90 static EntityHandle withGeneration(EntityHandle h, size_t nextGen) { in withGeneration() 94 static EntityHandle withType(EntityHandle h, size_t newType) { in withType() 275 void remove(EntityHandle h) { in remove() 302 Item* get(EntityHandle h) { in get() 317 const Item* get_const(EntityHandle h) const { in get_const() 327 bool isLive(EntityHandle h) const { in isLive() [all …]
|
/device/generic/vulkan-cereal/third-party/googletest/googletest/include/gtest/internal/custom/ |
D | README.md | 7 ### The following macros can be defined: 18 ### Flag related macros: 32 ### Logging: 38 ### Threading: 47 ### Underlying library support features 51 ### Exporting API symbols:
|
/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/host-common/ |
D | MultiDisplay.cpp | 67 uint32_t h, in setMultiDisplay() 156 uint32_t* h, in getMultiDisplay() 204 uint32_t* h, in getNextMultiDisplay() 255 uint32_t totalH, pos_x, pos_y, w, h; in translateCoordination() local 278 void MultiDisplay::setGpuMode(bool isGuestMode, uint32_t w, uint32_t h) { in setGpuMode() 373 uint32_t h, in setDisplayPose() 424 uint32_t* h) { in getDisplayPose() 506 void MultiDisplay::getCombinedDisplaySize(uint32_t* w, uint32_t* h) { in getCombinedDisplaySize() 511 void MultiDisplay::getCombinedDisplaySizeLocked(uint32_t* w, uint32_t* h) { in getCombinedDisplaySizeLocked() 577 bool MultiDisplay::multiDisplayParamValidate(uint32_t id, uint32_t w, uint32_t h, in multiDisplayParamValidate()
|
/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() local 65 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/generic/goldfish-opengl/system/gralloc/ |
D | gralloc_30.cpp | 178 int free_buffer(buffer_handle_t h) { in free_buffer() 182 int register_buffer(buffer_handle_t h) { in register_buffer() 186 int unregister_buffer(buffer_handle_t h) { in unregister_buffer() 666 int gralloc_free(buffer_handle_t h) { in gralloc_free() 681 int w, int h, int format, int usage, in s_gralloc_alloc() 691 static int s_gralloc_free(alloc_device_t* ad, buffer_handle_t h) { in s_gralloc_free() 857 int free_buffer(buffer_handle_t h) override { in free_buffer() 880 int register_buffer(buffer_handle_t h) override { in register_buffer() 912 int unregister_buffer(buffer_handle_t h) override { in unregister_buffer() 964 int gralloc_register_buffer(const gralloc_module_t* gralloc_module, buffer_handle_t h) { in gralloc_register_buffer() [all …]
|
/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/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/generic/goldfish/MultiDisplayProvider/src/com/android/emulator/multidisplay/ |
D | MultiDisplayService.java | 77 public void set(int w, int h, int d, int f) { in set() 84 public boolean match(int w, int h, int d, int f) { in match() 142 private void createVirtualDisplay(int displayId, int w, int h, int dpi, int flag) { in createVirtualDisplay() 154 private void addVirtualDisplay(int displayId, int w, int h, int dpi, int flag) { in addVirtualDisplay()
|
/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/wayland/ |
D | wayland_compositor.cpp | 42 int32_t h) { in region_add() 62 int32_t h) { in region_subtract() 101 int32_t h) { in surface_damage() 163 int32_t h) { in surface_damage_buffer()
|