Home
last modified time | relevance | path

Searched defs:alignmentBytes (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/media/codec2/vndk/
H A DC2AllocatorIon.cpp203 size_t alignmentBytes = offset % PAGE_SIZE; in map() local
286 virtual c2_status_t mapInternal(size_t mapSize, size_t mapOffset, size_t alignmentBytes, in mapInternal()
325 size_t alignmentBytes; member
357 virtual c2_status_t mapInternal(size_t mapSize, size_t mapOffset, size_t alignmentBytes, in mapInternal()
H A DC2DmaBufAllocator.cpp140 virtual c2_status_t mapInternal(size_t mapSize, size_t mapOffset, size_t alignmentBytes, in mapInternal()
161 size_t alignmentBytes; member
194 size_t alignmentBytes = offset % PAGE_SIZE; in map() local