/hardware/google/gchips/GrallocHAL/src/core/ |
D | mfc_macros_local.h | 34 #define SBWC_Y_VSTRIDE_BLOCKS(h) ((__ALIGN_UP((h), 16) + 3) / 4) argument 35 #define SBWC_CBCR_VSTRIDE_BLOCKS(h) (((__ALIGN_UP((h), 16) / 2) + 3) / 4) argument 37 #define SBWC_8B_Y_SIZE(w, h) ((SBWC_8B_STRIDE(w) * ((__ALIGN_UP((h), 16) + 3) / 4)) + 64) argument 38 #define SBWC_8B_Y_HEADER_SIZE(w, h) __ALIGN_UP(((SBWC_HEADER_STRIDE(w) * ((__ALIGN_UP((h), 16) + … argument 39 #define SBWC_8B_CBCR_SIZE(w, h) ((SBWC_8B_STRIDE(w) * (((__ALIGN_UP((h), 16) / 2) + 3) / 4)) + 6… argument 40 #define SBWC_8B_CBCR_HEADER_SIZE(w, h) ((SBWC_HEADER_STRIDE(w) * (((__ALIGN_UP((h), 16) / 2) + 3) … argument 42 #define SBWC_10B_Y_SIZE(w, h) ((SBWC_10B_STRIDE(w) * ((__ALIGN_UP((h), 16) + 3) / 4)) + 64) argument 43 #define SBWC_10B_Y_HEADER_SIZE(w, h) __ALIGN_UP((((__ALIGN_UP((w), 32) * __ALIGN_UP((h), 16) * 2) … argument 44 #define SBWC_10B_CBCR_SIZE(w, h) ((SBWC_10B_STRIDE(w) * (((__ALIGN_UP((h), 16) / 2) + 3) / 4)) + … argument 45 #define SBWC_10B_CBCR_HEADER_SIZE(w, h) (((__ALIGN_UP((w), 32) * __ALIGN_UP((h), 16)) + 256) - SBW… argument [all …]
|
D | exynos_format_allocation.h | 25 #define PLANE_SIZE(w, h) ((w) * (h)) argument 26 #define S2B_PLANE_SIZE(w, h) (GRALLOC_ALIGN((w) / 4, 16) * (GRALLOC_ALIGN(h, 16))) argument 34 static std::pair<size_t, size_t> sbwc_sizes(int w, int h) { in sbwc_sizes() 59 int setup_sbwc_420_sp(int w, int h, int fd_count, plane_info_t *plane) in setup_sbwc_420_sp() 86 int setup_sbwc_420_sp_10bit(int w, int h, int fd_count, plane_info_t *plane) in setup_sbwc_420_sp_10bit()
|
D | mali_gralloc_bufferaccess.cpp | 113 const int t, const int w, const int h, in validate_lock_input_parameters() 209 uint64_t usage, int l, int t, int w, int h, void **vaddr) in mali_gralloc_lock()
|
/hardware/google/gchips/gralloc4/src/core/ |
D | mfc_macros_local.h | 34 #define SBWC_Y_VSTRIDE_BLOCKS(h) ((__ALIGN_UP((h), 16) + 3) / 4) argument 35 #define SBWC_CBCR_VSTRIDE_BLOCKS(h) (((__ALIGN_UP((h), 16) / 2) + 3) / 4) argument 37 #define SBWC_8B_Y_SIZE(w, h) ((SBWC_8B_STRIDE(w) * ((__ALIGN_UP((h), 16) + 3) / 4)) + 64) argument 38 #define SBWC_8B_Y_HEADER_SIZE(w, h) __ALIGN_UP(((SBWC_HEADER_STRIDE(w) * ((__ALIGN_UP((h), 16) + … argument 39 #define SBWC_8B_CBCR_SIZE(w, h) ((SBWC_8B_STRIDE(w) * (((__ALIGN_UP((h), 16) / 2) + 3) / 4)) + 6… argument 40 #define SBWC_8B_CBCR_HEADER_SIZE(w, h) ((SBWC_HEADER_STRIDE(w) * (((__ALIGN_UP((h), 16) / 2) + 3) … argument 42 #define SBWC_10B_Y_SIZE(w, h) ((SBWC_10B_STRIDE(w) * ((__ALIGN_UP((h), 16) + 3) / 4)) + 64) argument 43 #define SBWC_10B_Y_HEADER_SIZE(w, h) __ALIGN_UP((((__ALIGN_UP((w), 32) * __ALIGN_UP((h), 16) * 2) … argument 44 #define SBWC_10B_CBCR_SIZE(w, h) ((SBWC_10B_STRIDE(w) * (((__ALIGN_UP((h), 16) / 2) + 3) / 4)) + … argument 45 #define SBWC_10B_CBCR_HEADER_SIZE(w, h) (((__ALIGN_UP((w), 32) * __ALIGN_UP((h), 16)) + 256) - SBW… argument [all …]
|
D | exynos_format_allocation.h | 27 #define PLANE_SIZE(w, h) ((w) * (h)) argument 28 #define S2B_PLANE_SIZE(w, h) (GRALLOC_ALIGN((w) / 4, 16) * (GRALLOC_ALIGN(h, 16))) argument 36 static std::pair<size_t, size_t> sbwc_sizes(int w, int h) { in sbwc_sizes() 61 int setup_sbwc_420_sp(int w, int h, int fd_count, plane_info_t *plane) in setup_sbwc_420_sp() 88 int setup_sbwc_420_sp_10bit(int w, int h, int fd_count, plane_info_t *plane) in setup_sbwc_420_sp_10bit()
|
D | mali_gralloc_bufferaccess.cpp | 113 const int t, const int w, const int h, in validate_lock_input_parameters() 189 uint64_t usage, int l, int t, int w, int h, void **vaddr) in mali_gralloc_lock()
|
/hardware/libhardware_legacy/ |
D | uevent.c | 88 struct uevent_handler *h; in uevent_next_event() local 106 struct uevent_handler *h; in uevent_add_native_handler() local 123 struct uevent_handler *h; in uevent_remove_native_handler() local
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_buf_descriptor.h | 41 BufferDescriptor(int w, int h, int f) in BufferDescriptor() 49 BufferDescriptor(int w, int h, int f, gralloc1_producer_usage_t prod_usage, in BufferDescriptor() 62 void SetDimensions(int w, int h) { in SetDimensions()
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_buf_descriptor.h | 40 BufferDescriptor(int w, int h, int f) in BufferDescriptor() 48 BufferDescriptor(int w, int h, int f, gralloc1_producer_usage_t prod_usage, in BufferDescriptor() 61 void SetDimensions(int w, int h) { in SetDimensions()
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_buf_descriptor.h | 41 BufferDescriptor(int w, int h, int f) in BufferDescriptor() 49 BufferDescriptor(int w, int h, int f, gralloc1_producer_usage_t prod_usage, in BufferDescriptor() 62 void SetDimensions(int w, int h) { in SetDimensions()
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_buf_descriptor.h | 40 BufferDescriptor(int w, int h, int f) in BufferDescriptor() 48 BufferDescriptor(int w, int h, int f, gralloc1_producer_usage_t prod_usage, in BufferDescriptor() 61 void SetDimensions(int w, int h) { in SetDimensions()
|
/hardware/libhardware/tests/hwc/ |
D | test-arrows.c | 74 int prepare(int w, int h) { in prepare() 143 int w, h, count = 0; in main() local
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/ |
D | QCameraHAL3VideoTest.cpp | 60 int testcase, int camid, int w, int h) in initTest() 86 int testcase, int camid, int w, int h) in snapshotCaptureRequest() 95 int camid, int w, int h) in configureVideoStream()
|
D | QCameraHAL3PreviewTest.cpp | 59 int testcase, int camid, int w, int h) in initTest() 82 int testcase, int camid, int w, int h) in snapshotCaptureRequest() 90 int camid, int w, int h) in configurePreviewStream()
|
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
D | HidItem.cpp | 80 std::istream& operator>>(std::istream &is, HidUtil::HidItem &h) { in operator >>() 118 std::ostream& operator<<(std::ostream &os, const HidUtil::HidItem &h) { in operator <<()
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | gpu.cpp | 262 int gpu_context_t::alloc_impl(int w, int h, int format, int usage, in alloc_impl() 355 int gpu_context_t::gralloc_alloc(alloc_device_t* dev, int w, int h, int format, in gralloc_alloc() 365 int gpu_context_t::gralloc_alloc_size(alloc_device_t* dev, int w, int h, in gralloc_alloc_size()
|
/hardware/qcom/display/msm8994/libgralloc/ |
D | gpu.cpp | 280 int gpu_context_t::alloc_impl(int w, int h, int format, int usage, in alloc_impl() 382 int gpu_context_t::gralloc_alloc(alloc_device_t* dev, int w, int h, int format, in gralloc_alloc() 392 int gpu_context_t::gralloc_alloc_size(alloc_device_t* dev, int w, int h, in gralloc_alloc_size()
|
/hardware/qcom/display/msm8960/libgralloc/ |
D | gpu.cpp | 245 int gpu_context_t::alloc_impl(int w, int h, int format, int usage, in alloc_impl() 339 int gpu_context_t::gralloc_alloc(alloc_device_t* dev, int w, int h, int format, in gralloc_alloc() 349 int gpu_context_t::gralloc_alloc_size(alloc_device_t* dev, int w, int h, in gralloc_alloc_size()
|
/hardware/qcom/display/msm8909w_3100/libgralloc/ |
D | gpu.cpp | 259 int gpu_context_t::alloc_impl(int w, int h, int format, int usage, in alloc_impl() 376 int gpu_context_t::gralloc_alloc(alloc_device_t* dev, int w, int h, int format, in gralloc_alloc() 386 int gpu_context_t::gralloc_alloc_size(alloc_device_t* dev, int w, int h, in gralloc_alloc_size()
|
/hardware/google/gchips/include/ |
D | exynos_format.h | 182 #define GET_32BPP_FRAME_SIZE(w, h) (((w) * (h)) << 2) argument 183 #define GET_24BPP_FRAME_SIZE(w, h) (((w) * (h)) * 3) argument 184 #define GET_16BPP_FRAME_SIZE(w, h) (((w) * (h)) << 1) argument
|
/hardware/google/graphics/common/libacryl/ |
D | acrylic_formats.cpp | 196 #define NV12_MFC_Y_PAYLOAD(w, h) (MFC_ALIGN(w) * MFC_ALIGN(h)) argument 197 #define NV12_MFC_C_PAYLOAD(w, h) (MFC_ALIGN(w) * MFC_ALIGN(h) / 2) argument 198 #define NV12_MFC_PAYLOAD(w, h) (NV12_MFC_Y_PAYLOAD(w, h) + MFC_PAD_SIZE + (MFC_ALIGN(w) * (h) … argument
|
/hardware/qcom/display/msm8996/libgralloc/ |
D | gpu.cpp | 261 int gpu_context_t::alloc_impl(int w, int h, int format, int usage, in alloc_impl() 377 int gpu_context_t::gralloc_alloc(alloc_device_t* dev, int w, int h, int format, in gralloc_alloc() 387 int gpu_context_t::gralloc_alloc_size(alloc_device_t* dev, int w, int h, in gralloc_alloc_size()
|
/hardware/qcom/display/msm8909/libgralloc/ |
D | gpu.cpp | 259 int gpu_context_t::alloc_impl(int w, int h, int format, int usage, in alloc_impl() 376 int gpu_context_t::gralloc_alloc(alloc_device_t* dev, int w, int h, int format, in gralloc_alloc() 386 int gpu_context_t::gralloc_alloc_size(alloc_device_t* dev, int w, int h, in gralloc_alloc_size()
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | gpu.cpp | 259 int gpu_context_t::alloc_impl(int w, int h, int format, int usage, in alloc_impl() 352 int gpu_context_t::gralloc_alloc(alloc_device_t* dev, int w, int h, int format, in gralloc_alloc() 362 int gpu_context_t::gralloc_alloc_size(alloc_device_t* dev, int w, int h, in gralloc_alloc_size()
|
/hardware/google/graphics/common/libscaler/ |
D | libscaler-m2m1shot.h | 60 inline bool SetSrcCrop(unsigned int l, unsigned int t, unsigned int w, unsigned int h) { in SetSrcCrop() 64 inline bool SetDstCrop(unsigned int l, unsigned int t, unsigned int w, unsigned int h) { in SetDstCrop()
|