Home
last modified time | relevance | path

Searched defs:h (Results 1 – 25 of 164) sorted by relevance

1234567

/hardware/google/gchips/GrallocHAL/src/core/
Dmfc_macros_local.h34 #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 …]
Dexynos_format_allocation.h25 #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()
Dmali_gralloc_bufferaccess.cpp113 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/
Dmfc_macros_local.h34 #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 …]
Dexynos_format_allocation.h27 #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()
Dmali_gralloc_bufferaccess.cpp113 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/
Duevent.c88 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/
Dgr_buf_descriptor.h41 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/
Dgr_buf_descriptor.h40 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/
Dgr_buf_descriptor.h41 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/
Dgr_buf_descriptor.h40 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/
Dtest-arrows.c74 int prepare(int w, int h) { in prepare()
143 int w, h, count = 0; in main() local
/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
DQCameraHAL3VideoTest.cpp60 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()
DQCameraHAL3PreviewTest.cpp59 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/
DHidItem.cpp80 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/
Dgpu.cpp262 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/
Dgpu.cpp280 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/
Dgpu.cpp245 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/
Dgpu.cpp259 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/
Dexynos_format.h182 #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/
Dacrylic_formats.cpp196 #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/
Dgpu.cpp261 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/
Dgpu.cpp259 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/
Dgpu.cpp259 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/
Dlibscaler-m2m1shot.h60 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()

1234567