Home
last modified time | relevance | path

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

1234567

/hardware/google/aemu/base/include/aemu/base/containers/
DEntityManager.h59 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 …]
/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/google/gchips/gralloc4/src/core/
Dexynos_format_allocation.h22 #define PLANE_SIZE(w, h) ((w) * (h)) argument
23 #define S2B_PLANE_SIZE(w, h) (GRALLOC_ALIGN((w) / 4, 16) * (GRALLOC_ALIGN(h, 16))) argument
31 static std::pair<size_t, size_t> sbwc_sizes(int w, int h) { in sbwc_sizes()
56 int setup_sbwc_420_sp(int w, int h, int fd_count, plane_info_t *plane) in setup_sbwc_420_sp()
83 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/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/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/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/google/aemu/host-common/
DMultiDisplay.cpp67 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()
DMultiDisplayPipe.cpp50 uint32_t w, h, dpi, flag, id; in onMessage() local
85 void MultiDisplayPipe::fillData(std::vector<uint8_t>& data, uint32_t id, uint32_t w, uint32_t h, in fillData()
/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/google/aemu/base/include/aemu/base/files/
DScopedFileHandle.h49 HANDLE h = handle_; in release() local
DScopedRegKey.h55 HKEY h = hkey_; in release() local
/hardware/qcom/display/msm8909/libdrmutils/
Ddrm_res_mgr.h49 void GetDisplayDimInMM(uint32_t *w, uint32_t *h) { in GetDisplayDimInMM()
/hardware/qcom/sm7250/display/libdrmutils/
Ddrm_res_mgr.h49 void GetDisplayDimInMM(uint32_t *w, uint32_t *h) { in GetDisplayDimInMM()
/hardware/qcom/display/msm8998/libdrmutils/
Ddrm_res_mgr.h49 void GetDisplayDimInMM(uint32_t *w, uint32_t *h) { in GetDisplayDimInMM()
/hardware/qcom/sm8150/display/libdrmutils/
Ddrm_res_mgr.h49 void GetDisplayDimInMM(uint32_t *w, uint32_t *h) { in GetDisplayDimInMM()
/hardware/qcom/display/msm8909w_3100/libdrmutils/
Ddrm_res_mgr.h49 void GetDisplayDimInMM(uint32_t *w, uint32_t *h) { in GetDisplayDimInMM()
/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()
/hardware/google/graphics/common/libacryl/
Dacrylic_formats.cpp198 #define NV12_MFC_Y_PAYLOAD(w, h) (MFC_ALIGN(w) * MFC_ALIGN(h)) argument
199 #define NV12_MFC_C_PAYLOAD(w, h) (MFC_ALIGN(w) * MFC_ALIGN(h) / 2) argument
200 #define NV12_MFC_PAYLOAD(w, h) (NV12_MFC_Y_PAYLOAD(w, h) + MFC_PAD_SIZE + (MFC_ALIGN(w) * (h) … argument
/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/google/gchips/include/
Dexynos_format.h185 #define GET_32BPP_FRAME_SIZE(w, h) (((w) * (h)) << 2) argument
186 #define GET_24BPP_FRAME_SIZE(w, h) (((w) * (h)) * 3) argument
187 #define GET_16BPP_FRAME_SIZE(w, h) (((w) * (h)) << 1) argument

1234567