Home
last modified time | relevance | path

Searched refs:sizeBytes (Results 1 – 15 of 15) sorted by relevance

/hardware/google/gfxstream/guest/android-emu/aemu/base/
DAlignedBuf.h119 void* reallocImpl(void* oldPtr, size_t sizeBytes) { in reallocImpl() argument
125 return _aligned_malloc(sizeBytes, actualAlign); in reallocImpl()
128 if (posix_memalign(&res, actualAlign, sizeBytes)) { in reallocImpl()
DPool.cpp107 sizeBytes = chunkSize * numChunks; in Block()
109 storage.resize(sizeBytes); in Block()
119 uintptr_t end = (uintptr_t)(data + sizeBytes); in getInterval()
209 size_t sizeBytes = 0; member
/hardware/google/aemu/base/include/aemu/base/
DAlignedBuf.h116 void* reallocImpl(void* oldPtr, size_t sizeBytes) { in reallocImpl() argument
122 return _aligned_malloc(sizeBytes, actualAlign); in reallocImpl()
125 if (posix_memalign(&res, actualAlign, sizeBytes)) { in reallocImpl()
/hardware/google/av/media/eco/include/eco/
DECOUtils.h115 int32_t sizeBytes) in SimpleEncodedFrameData()
120 mFrameSizeBytes(sizeBytes) {} in SimpleEncodedFrameData()
/hardware/interfaces/media/c2/aidl/aidl_api/android.hardware.media.c2/1/android/hardware/media/c2/
DFieldId.aidl38 int sizeBytes;
/hardware/interfaces/media/c2/aidl/aidl_api/android.hardware.media.c2/current/android/hardware/media/c2/
DFieldId.aidl38 int sizeBytes;
/hardware/interfaces/media/c2/aidl/android/hardware/media/c2/
DFieldId.aidl34 int sizeBytes;
/hardware/interfaces/staging/security/see/hwcrypto/aidl/android/hardware/security/see/hwcrypto/types/
DMemoryBufferReference.aidl31 int sizeBytes;
/hardware/interfaces/staging/security/see/hwcrypto/aidl/aidl_api/android.hardware.security.see/current/android/hardware/security/see/hwcrypto/types/
DMemoryBufferReference.aidl37 int sizeBytes;
/hardware/interfaces/staging/security/see/hwcrypto/aidl/android/hardware/security/see/hwcrypto/
DMemoryBufferParameter.aidl35 int sizeBytes;
/hardware/interfaces/staging/security/see/hwcrypto/aidl/aidl_api/android.hardware.security.see/current/android/hardware/security/see/hwcrypto/
DMemoryBufferParameter.aidl37 int sizeBytes;
/hardware/interfaces/renderscript/1.0/default/
DContext.h66 Return<void> allocationCopyToBitmap(Allocation allocation, Ptr data, Size sizeBytes) override;
72 Return<void> allocationRead(Allocation allocation, Ptr data, Size sizeBytes) override;
73 …cation allocation, uint32_t xoff, uint32_t lod, uint32_t count, Ptr data, Size sizeBytes) override;
74 …ation, uint32_t x, uint32_t y, uint32_t z, uint32_t lod, Ptr data, Size sizeBytes, Size compIdx) o…
75 …lod, AllocationCubemapFace face, uint32_t w, uint32_t h, Ptr data, Size sizeBytes, Size stride) ov…
76 … zoff, uint32_t lod, uint32_t w, uint32_t h, uint32_t d, Ptr data, Size sizeBytes, Size stride) ov…
DContext.cpp156 Return<void> Context::allocationCopyToBitmap(Allocation allocation, Ptr data, Size sizeBytes) { in allocationCopyToBitmap() argument
159 size_t _sizeBytes = static_cast<size_t>(sizeBytes); in allocationCopyToBitmap()
225 Return<void> Context::allocationRead(Allocation allocation, Ptr data, Size sizeBytes) { in allocationRead() argument
228 size_t _sizeBytes = static_cast<size_t>(sizeBytes); in allocationRead()
233 …ead(Allocation allocation, uint32_t xoff, uint32_t lod, uint32_t count, Ptr data, Size sizeBytes) { in allocation1DRead() argument
239 size_t _sizeBytes = static_cast<size_t>(sizeBytes); in allocation1DRead()
244 …cation, uint32_t x, uint32_t y, uint32_t z, uint32_t lod, Ptr data, Size sizeBytes, Size compIdx) { in allocationElementRead() argument
251 size_t _sizeBytes = static_cast<size_t>(sizeBytes); in allocationElementRead()
257 …t lod, AllocationCubemapFace face, uint32_t w, uint32_t h, Ptr data, Size sizeBytes, Size stride) { in allocation2DRead() argument
266 size_t _sizeBytes = static_cast<size_t>(sizeBytes); in allocation2DRead()
[all …]
/hardware/google/gfxstream/host/gl/
DBufferGl.h33 static std::unique_ptr<BufferGl> create(uint64_t sizeBytes, HandleType hndl,
/hardware/interfaces/renderscript/1.0/
DIContext.hal193 * @param sizeBytes Size of the buffer pointed to by "data"
196 allocationCopyToBitmap(Allocation allocation, Ptr data, Size sizeBytes);
318 * @param sizeBytes Size of the buffer pointed to by "data"
321 allocationRead(Allocation allocation, Ptr data, Size sizeBytes);
339 * @param sizeBytes Size of the buffer pointed to by "data"
343 uint32_t count, Ptr data, Size sizeBytes);
357 * @param sizeBytes Size of the buffer pointed to by "data"
362 uint32_t z, uint32_t lod, Ptr data, Size sizeBytes,
384 * @param sizeBytes Size of the buffer pointed to by "data"
392 uint32_t h, Ptr data, Size sizeBytes, Size stride);
[all …]