Searched refs:sizeBytes (Results 1 – 4 of 4) sorted by relevance
/hardware/google/av/media/eco/include/eco/ |
D | ECOUtils.h | 113 int32_t sizeBytes) in SimpleEncodedFrameData() 118 mFrameSizeBytes(sizeBytes) {} in SimpleEncodedFrameData()
|
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.h | 66 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…
|
D | Context.cpp | 156 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/interfaces/renderscript/1.0/ |
D | IContext.hal | 193 * @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 …]
|