Searched defs:allocSize (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/tools/preload/loadclass/ |
D | LoadClass.java | 52 int allocSize = Debug.getGlobalAllocSize(); in main() local
|
/frameworks/base/tools/preload/ |
D | MemoryUsage.java | 47 final int allocSize; field in MemoryUsage 90 int allocSize, in MemoryUsage()
|
/frameworks/av/media/libstagefright/ |
D | SampleTable.cpp | 408 uint64_t allocSize = (uint64_t)mTimeToSampleCount * 2 * sizeof(uint32_t); in setTimeToSampleParams() local 477 uint64_t allocSize = (uint64_t)numEntries * 2 * sizeof(int32_t); in setCompositionTimeToSampleParams() local 542 uint64_t allocSize = (uint64_t)numSyncSamples * sizeof(uint32_t); in setSyncSampleParams() local
|
/frameworks/base/core/jni/ |
D | android_ddm_DdmHandleNativeHeap.cpp | 48 size_t allocSize; member
|
/frameworks/base/libs/hwui/ |
D | VertexBuffer.h | 145 void createDegenerateSeparators(int allocSize) { in createDegenerateSeparators()
|
D | PathTessellator.cpp | 269 const int allocSize = (vertices.size() + extra) * 2; in getStrokeVerticesFromUnclosedVertices() local 580 const int allocSize = 6 * vertices.size() + 2 + 6 * extra; in getStrokeVerticesFromUnclosedVerticesAA() local
|
/frameworks/base/libs/hwui/utils/ |
D | LinearAllocator.cpp | 221 void LinearAllocator::rewindIfLastAlloc(void* ptr, size_t allocSize) { in rewindIfLastAlloc()
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 394 uint64_t allocSize = static_cast<uint64_t>(depth.stride) * in connect() local 548 uint64_t allocSize = static_cast<uint64_t>(depth.stride) * in swapBuffers() local 673 uint64_t allocSize = static_cast<uint64_t>(depth.stride) * in egl_pixmap_surface_t() local 761 uint64_t allocSize = static_cast<uint64_t>(depth.stride) * in egl_pbuffer_surface_t() local
|
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 344 size_t allocSize = alloc->mHal.drvState.faceOffset; in AllocationBuildPointerTable() local 357 static uint8_t* allocAlignedMemory(size_t allocSize, bool forceZero, size_t requiredAlignment) { in allocAlignedMemory() 382 …size_t allocSize = AllocationBuildPointerTable(rsc, alloc, alloc->getType(), nullptr, requiredAlig… in rsdAllocationInitStrided() local
|
/frameworks/rs/ |
D | rsScriptC_LibGL.cpp | 215 size_t allocSize = a->getType()->getPackedSizeBytes(); in rsrDrawTextAlloc() local
|
/frameworks/rs/rsov/driver/ |
D | rsovAllocation.cpp | 133 size_t allocSize = alloc->mHal.drvState.faceOffset; in AllocationBuildPointerTable() local 306 size_t allocSize = AllocationBuildPointerTable(rsc, alloc, type, nullptr); in rsovAllocationInit() local
|
/frameworks/rs/cpu_ref/ |
D | rsCpuCore.cpp | 744 const size_t allocSize = mtls->accumStride * numAllocAccum; in launchReduceParallel() local
|
/frameworks/av/media/libmedia/ |
D | IOMX.cpp | 680 size_t allocSize = 0; in onTransact() local
|
/frameworks/base/tools/aapt/ |
D | AaptAssets.cpp | 449 size_t allocSize = (size*3)/2; in editData() local
|