Home
last modified time | relevance | path

Searched refs:MPP_BUFFER_FLAGS_CACHABLE (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/mpp/inc/
H A Dmpp_buffer.h155 #define MPP_BUFFER_FLAGS_CACHABLE 0x00020000 //ROCKCHIP_BO_CACHABLE << 16 macro
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Dmpp_buffer.h155 #define MPP_BUFFER_FLAGS_CACHABLE 0x00020000 //ROCKCHIP_BO_CACHABLE << 16 macro
/OK3568_Linux_fs/external/mpp/osal/allocator/
H A Dallocator_dma_heap.c172 if (cfg->flags & (MPP_BUFFER_FLAGS_CACHABLE >> 16)) in os_allocator_dma_heap_open()
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_buffer_impl.cpp921 if (flags & MPP_BUFFER_FLAGS_CACHABLE) in get_group()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpege/
H A Dhal_jpege_vepu2_v2.c213 …group_get_internal(&ctx_ext->partions_group, MPP_BUFFER_TYPE_DMA_HEAP | MPP_BUFFER_FLAGS_CACHABLE); in hal_jpege_vepu2_get_task()