Home
last modified time | relevance | path

Searched defs:alignSize (Results 1 – 6 of 6) sorted by relevance

/external/intel-media-driver/media_driver/agnostic/common/cm/
Dcm_mem.h295 inline bool IsAligned( void * ptr, const size_t alignSize ) in IsAligned()
320 inline size_t GetAlignmentOffset( void* const ptr, const size_t alignSize ) in GetAlignmentOffset()
Dcm_surface_2d_rt_base.cpp1483 size_t alignSize = 4096; in DumpContentToFile() local
/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/hevc/packet/
Dencode_huc_brc_update_packet.cpp772 … uint32_t alignSize = m_hwInterface->m_vdencBatchBuffer1stGroupSize - constructedCmdBuf.iOffset; in ConstructGroup1Cmds() local
828 …uint32_t alignSize = m_hwInterface->m_vdencBatchBuffer2ndGroupSize + m_hwInterface->m_vdencBatchBu… in ConstructGroup2Cmds() local
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlatBufferBuilder.kt114 val alignSize: Int = ((buffer.capacity - space + additionalBytes).inv() + 1).and(size - 1) in prep() constant
/external/lzma/CPP/7zip/Archive/7z/
D7zOut.cpp467 const unsigned alignSize = (unsigned)1 << alignShifts; in SkipToAligned() local
/external/lzma/C/
DZstdDec.c3909 const size_t alignSize = kBlockSizeMax; local