Home
last modified time | relevance | path

Searched defs:allocSize (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/tools/preload/loadclass/
DLoadClass.java52 int allocSize = Debug.getGlobalAllocSize(); in main() local
/frameworks/base/tools/preload/
DMemoryUsage.java47 final int allocSize; field in MemoryUsage
90 int allocSize, in MemoryUsage()
/frameworks/av/media/extractors/mp4/
DSampleTable.cpp399 uint64_t allocSize = (uint64_t)mTimeToSampleCount * 2 * sizeof(uint32_t); in setTimeToSampleParams() local
468 uint64_t allocSize = (uint64_t)numEntries * 2 * sizeof(int32_t); in setCompositionTimeToSampleParams() local
533 uint64_t allocSize = (uint64_t)numSyncSamples * sizeof(uint32_t); in setSyncSampleParams() local
/frameworks/base/core/jni/
Dandroid_ddm_DdmHandleNativeHeap.cpp46 size_t allocSize; member
/frameworks/base/libs/hwui/
DVertexBuffer.h144 void createDegenerateSeparators(int allocSize) { in createDegenerateSeparators()
/frameworks/av/media/bufferpool/1.0/
DAccessorImpl.cpp184 size_t allocSize; in allocate() local
488 const size_t allocSize, in addNewBuffer()
/frameworks/base/libs/hwui/utils/
DLinearAllocator.cpp205 void LinearAllocator::rewindIfLastAlloc(void* ptr, size_t allocSize) { in rewindIfLastAlloc()
/frameworks/av/media/bufferpool/2.0/tests/
Dallocator.cpp127 size_t *allocSize) { in allocate()
/frameworks/av/media/bufferpool/1.0/vts/
Dallocator.cpp127 size_t *allocSize) { in allocate()
/frameworks/av/media/bufferpool/2.0/
DAccessorImpl.cpp201 size_t allocSize; in allocate() local
682 const size_t allocSize, in addNewBuffer()
/frameworks/rs/driver/
DrsdAllocation.cpp347 size_t allocSize = alloc->mHal.drvState.faceOffset; in AllocationBuildPointerTable() local
360 static uint8_t* allocAlignedMemory(size_t allocSize, bool forceZero, size_t requiredAlignment) { in allocAlignedMemory()
385 …size_t allocSize = AllocationBuildPointerTable(rsc, alloc, alloc->getType(), nullptr, requiredAlig… in rsdAllocationInitStrided() local
/frameworks/native/opengl/libagl/
Degl.cpp414 uint64_t allocSize = static_cast<uint64_t>(depth.stride) * in connect() local
568 uint64_t allocSize = static_cast<uint64_t>(depth.stride) * in swapBuffers() local
693 uint64_t allocSize = static_cast<uint64_t>(depth.stride) * in egl_pixmap_surface_t() local
781 uint64_t allocSize = static_cast<uint64_t>(depth.stride) * in egl_pbuffer_surface_t() local
/frameworks/ml/nn/driver/cache/BlobCache/
DBlobCache.cpp178 return get(key, keySize, &dummy, [value, valueSize](size_t allocSize) { in get()
/frameworks/rs/
DrsScriptC_LibGL.cpp215 size_t allocSize = a->getType()->getPackedSizeBytes(); in rsrDrawTextAlloc() local
/frameworks/rs/cpu_ref/
DrsCpuCore.cpp744 const size_t allocSize = mtls->accumStride * numAllocAccum; in launchReduceParallel() local
/frameworks/av/media/libmedia/
DIOMX.cpp529 size_t allocSize = 0; in onTransact() local
/frameworks/base/tools/aapt/
DAaptAssets.cpp450 size_t allocSize = (size*3)/2; in editData() local
/frameworks/av/media/codec2/vndk/
DC2Buffer.cpp539 size_t *allocSize) { in allocate()