Home
last modified time | relevance | path

Searched defs:align (Results 1 – 25 of 74) sorted by relevance

123

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_image.c18 #define align_addr(addr,align) (void*)(((size_t)(addr) + ((align) - 1)) & (size_t)-(align)) argument
21 static void *img_buf_memalign(size_t align, size_t size) { in img_buf_memalign()
52 int align; in img_alloc_helper() local
182 unsigned int align) { in vpx_img_alloc()
Dvpx_codec.c142 unsigned int align = mmap->align ? mmap->align - 1 : 0; in vpx_mmap_alloc() local
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
DWsbmWrapper.c36 static inline uint32_t align_to(uint32_t arg, uint32_t align) in align_to()
157 int psbWsbmAllocateFromUB(uint32_t size, uint32_t align, void ** buf, void *user_pt) in psbWsbmAllocateFromUB()
195 int psbWsbmAllocateTTMBuffer(uint32_t size, uint32_t align, void ** buf) in psbWsbmAllocateTTMBuffer()
DWsbm.cpp57 bool Wsbm::allocateTTMBuffer(uint32_t size, uint32_t align, void ** buf) in allocateTTMBuffer()
68 bool Wsbm::allocateTTMBufferUB(uint32_t size, uint32_t align, void ** buf, void *user_pt) in allocateTTMBufferUB()
/hardware/intel/img/hwcomposer/merrifield/ips/common/
DWsbmWrapper.c34 static inline uint32_t align_to(uint32_t arg, uint32_t align) in align_to()
155 int psbWsbmAllocateFromUB(uint32_t size, uint32_t align, void ** buf, void *user_pt) in psbWsbmAllocateFromUB()
194 int psbWsbmAllocateTTMBuffer(uint32_t size, uint32_t align, void ** buf) in psbWsbmAllocateTTMBuffer()
DWsbm.cpp57 bool Wsbm::allocateTTMBuffer(uint32_t size, uint32_t align, void ** buf) in allocateTTMBuffer()
68 bool Wsbm::allocateTTMBufferUB(uint32_t size, uint32_t align, void ** buf, void *user_pt) in allocateTTMBufferUB()
/hardware/libhardware/tests/hardware/
Dstruct-last.cpp28 #define GET_PADDING(align, size) (((align) - ((size) % (align))) % (align)) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/
Dvpx_mem.h129 # define vpx_memalign(align, size) xvpx_memalign((align), (size), __FILE__, __LINE__) argument
135 # define vpx_mem_alloc(id,size,align) xvpx_mem_alloc(id, size, align, __FILE__, __LINE__) argument
Dvpx_mem.c109 void *vpx_memalign(size_t align, size_t size) { in vpx_memalign()
155 int align = DEFAULT_ALIGNMENT; in vpx_realloc() local
204 void *xvpx_memalign(size_t align, size_t size, char *file, int line) { in xvpx_memalign()
/hardware/qcom/display/msm8960/libgralloc/
Dgr.h41 inline size_t ALIGN(size_t x, size_t align) { in ALIGN()
Dmemalloc.h48 size_t align; member
/hardware/qcom/display/msm8974/libgralloc/
Dgr.h41 inline size_t ALIGN(size_t x, size_t align) { in ALIGN()
Dmemalloc.h48 size_t align; member
/hardware/qcom/display/msm8226/libgralloc/
Dgr.h41 inline Type ALIGN(Type x, Type align) { in ALIGN()
Dmemalloc.h48 unsigned int align; member
/hardware/qcom/display/msm8084/libgralloc/
Dgr.h41 inline Type ALIGN(Type x, Type align) { in ALIGN()
Dmemalloc.h48 size_t align; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/include/
Dvpx_mem_intrnl.h93 #define align_addr(addr,align) (void*)(((size_t)(addr) + ((align) - 1)) & (size_t)-(align)) argument
/hardware/qcom/display/msm8994/libgralloc/
Dgr.h42 inline Type ALIGN(Type x, Type align) { in ALIGN()
Dmemalloc.h48 unsigned int align; member
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dion.h405 size_t len, size_t align, in ion_alloc()
455 int partition_num, unsigned long align, in ion_map_iommu()
515 size_t align; member
/hardware/qcom/msm8x74/original-kernel-headers/linux/
Dmsm_ion.h153 unsigned int align; member
182 unsigned int align; member
392 int partition_num, unsigned long align, in ion_map_iommu()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dexample_xma.c157 unsigned int align; in main() local
/hardware/ti/omap4-aah/ion/
Dlinux_ion.h39 size_t align; member
/hardware/ti/omap4xxx/ion/
Dlinux_ion.h39 size_t align; member

123