Searched refs:align (Results 1 – 6 of 6) sorted by relevance
| /rockchip-linux_mpp/osal/allocator/ |
| H A D | allocator_drm.c | 125 static int drm_alloc(int fd, size_t len, size_t align, RK_U32 *handle, RK_U32 flags) in drm_alloc() argument 132 dmcb.width = (len + align - 1) & (~(align - 1)); in drm_alloc() 145 align, flags, dmcb.flags, dmcb.handle, dmcb.size); in drm_alloc()
|
| H A D | allocator_ion.c | 57 static int ion_alloc(int fd, size_t len, size_t align, unsigned int heap_mask, in ion_alloc() argument 63 .align = align, in ion_alloc() 69 fd, len, align, heap_mask, flags); in ion_alloc()
|
| H A D | ion.h | 136 size_t align, unsigned int flags); 263 size_t align; member
|
| /rockchip-linux_mpp/tools/ |
| H A D | astylerc | 22 #--align-pointer=name
|
| /rockchip-linux_mpp/debian/ |
| H A D | changelog | 54 * [hal_vp9d]: change stride align to 256 odds 220 * [test]: fix the align problem in decode_advanced()
|
| /rockchip-linux_mpp/ |
| H A D | CHANGELOG.md | 244 - [mpp_sys_cfg]: Fix align pixel stride on rk3576 497 - [vdpu383]: align hor stride to 128 odds + 64 byte 627 - [mpp_dmabuf]: fix align cache line size calculate err 634 - [hal_av1d_vdpu]: change rkv_hor_align to 16 align
|