/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/heap_manager/ |
H A D | memory_block_manager.cpp | 560 uint32_t alignedSize, in AllocateBlock() 601 uint32_t alignedSize, in AllocateBlock()
|
/aosp_15_r20/hardware/google/aemu/host-common/ |
D | address_space_shared_slots_host_memory_allocator.cpp | 331 const uint32_t alignedSize = align(info->size, (*m_hw->getGuestPageSize)()); in allocate() local 397 const uint32_t alignedSize, in populatePhysAddr()
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/Xe_M_plus/Xe_LPM_plus_base/codec/hal/enc/avc/features/ |
H A D | encode_avc_basic_feature_xe_lpm_plus_base.cpp | 76 uint32_t alignedSize = 0; in InputSurfaceNeedsExtraCopy() local
|
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ |
D | mmapped_buffer.h | 57 void *const mmappedBuffer, const int alignedSize, const int mmapFd, in MmappedBuffer()
|
D | mmapped_buffer.cpp | 41 int alignedSize = bufferSize + offset; in openBuffer() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | AllocatorHelperPool.h | 108 const size_t alignedSize = roundUpPow2<size_t>(requiredSize, 4); in onNewVariableSizedCommand() local
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | UniformManager.cpp | 60 const int alignedSize = SkAlignTo(substruct.size(), baseAlignment); in advanceStruct() local
|
/aosp_15_r20/frameworks/av/media/tests/benchmark/src/native/decoder/ |
H A D | C2Decoder.cpp | 109 int alignedSize = ALIGN(size, getpagesize()); in decodeFrames() local
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Tar/ |
H A D | TarUpdate.cpp | 469 const UInt64 alignedSize = nextPos - dataPos; in UpdateArchive() local
|
/aosp_15_r20/frameworks/av/media/codec2/fuzzer/ |
H A D | C2Fuzzer.cpp | 274 int32_t alignedSize = C2FUZZER_ALIGN(frameSize, kPageSize); in decodeFrames() local
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkWriter32.h | 180 size_t alignedSize = SkAlign4(size); in reservePad() local
|
/aosp_15_r20/frameworks/base/libs/androidfw/ |
H A D | CursorWindow.cpp | 329 size_t alignedSize = (size + 3) & ~3; in alloc() local
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/ |
H A D | codechal_decode_jpeg.cpp | 117 uint32_t alignedSize = MOS_ALIGN_CEIL(m_dataSize, 16); // 16 byte aligned in CopyDataSurface() local
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/ |
H A D | cm_ssh.cpp | 133 uint32_t alignedSize = MOS_ALIGN_CEIL(size, m_renderhal->StateHeapSettings.iBTAlignment); in AssignBindingTable() local
|
/aosp_15_r20/external/skia/src/gpu/graphite/task/ |
H A D | UploadTask.cpp | 78 size_t alignedSize = SkAlignTo(alignedBytesPerRow * compressedBlockDimensions.height(), in compute_combined_buffer_size() local
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/mediacodec/ |
H A D | MediaCodecInfo.java | 684 Point alignedSize = alignVideoSizeV21(capabilities, width, height); in areSizeAndRateSupportedV21() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrBufferAllocPool.cpp | 205 size_t alignedSize = safeMath.add(pad, size); in makeSpace() local
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/mediacodec/ |
H A D | MediaCodecInfo.java | 691 Point alignedSize = alignVideoSizeV21(capabilities, width, height); in areSizeAndRateSupportedV21() local
|
/aosp_15_r20/system/core/fs_mgr/liblp/fuzzer/ |
H A D | liblp_builder_fuzzer.cpp | 308 uint64_t alignedSize = in invokeBuilderAPIs() local
|
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0213/ |
H A D | poc.cpp | 354 auto alignedSize = ALIGN(size, getpagesize()); in decodeNFrames() local
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Iso/ |
H A D | IsoIn.h | 304 const UInt64 alignedSize = (size + kBlockSize - 1) & ~((UInt64)kBlockSize - 1); in UpdatePhySize() local
|
/aosp_15_r20/external/armnn/src/armnn/ |
H A D | LoadedNetwork.cpp | 2267 size_t alignedSize = align(outputSlot.GetOutputHandler().GetTensorInfo().GetNumBytes()); in CreateMemoryProfileAsync() local 2399 … size_t alignedSize = align(outputSlot.GetOutputHandler().GetTensorInfo().GetNumBytes()); in CreateMemoryProfile() local
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/avc/features/ |
H A D | encode_avc_basic_feature.cpp | 674 uint32_t alignedSize = 0; in InputSurfaceNeedsExtraCopy() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/ |
D | TestHarness.h | 262 size_t alignedSize() const { return ((mSize + kAlignment - 1) / kAlignment) * kAlignment; } in alignedSize() function
|
/aosp_15_r20/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/video/ |
H A D | VtsHalMediaC2V1_0TargetVideoDecTest.cpp | 530 auto alignedSize = ALIGN(size, kPageSize); in decodeNFrames() local
|