Searched defs:alignment (Results 1 – 13 of 13) sorted by relevance
| /rockchip-linux_mpp/osal/linux/ |
| H A D | os_mem.c | 10 int os_malloc(void **memptr, size_t alignment, size_t size) in os_malloc() 15 int os_realloc(void *src, void **dst, size_t alignment, size_t size) in os_realloc()
|
| /rockchip-linux_mpp/osal/android/ |
| H A D | os_mem.c | 10 int os_malloc(void **memptr, size_t alignment, size_t size) in os_malloc() 27 int os_realloc(void *src, void **dst, size_t alignment, size_t size) in os_realloc()
|
| /rockchip-linux_mpp/osal/allocator/ |
| H A D | allocator_std.c | 15 size_t alignment; member 20 static MPP_RET allocator_std_open(void **ctx, size_t alignment, MppAllocFlagType flags) in allocator_std_open()
|
| H A D | allocator_ext_dma.c | 16 size_t alignment; member 20 static MPP_RET allocator_ext_dma_open(void **ctx, size_t alignment, MppAllocFlagType flags) in allocator_ext_dma_open()
|
| H A D | allocator_drm.c | 56 RK_U32 alignment; member 158 static MPP_RET os_allocator_drm_open(void **ctx, size_t alignment, MppAllocFlagType flags) in os_allocator_drm_open()
|
| H A D | allocator_dma_heap.c | 54 RK_U32 alignment; member 199 static MPP_RET os_allocator_dma_heap_open(void **ctx, size_t alignment, MppAllocFlagType flags) in os_allocator_dma_heap_open()
|
| H A D | allocator_ion.c | 263 size_t alignment; member 273 static MPP_RET allocator_ion_open(void **ctx, size_t alignment, MppAllocFlagType flags) in allocator_ion_open()
|
| /rockchip-linux_mpp/osal/ |
| H A D | mpp_allocator.c | 39 size_t alignment; member
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h264e/ |
| H A D | hal_h264e_vepu540c.c | 204 RK_S32 alignment = 64; in setup_hal_bufs() local
|
| H A D | hal_h264e_vepu541.c | 229 RK_S32 alignment = 64; in setup_hal_bufs() local
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h265e/ |
| H A D | hal_h265e_vepu540c.c | 133 RK_S32 alignment = 32; in vepu540c_h265_setup_hal_bufs() local
|
| H A D | hal_h265e_vepu510.c | 309 RK_S32 alignment = 32; in vepu510_h265_setup_hal_bufs() local
|
| H A D | hal_h265e_vepu511.c | 332 RK_S32 alignment = 32; in vepu511_h265_setup_hal_bufs() local
|