Searched defs:itemSize (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/utils/
H A DSortedListImpl.cpp26 SortedListImpl::SortedListImpl(size_t itemSize, uint32_t flags): VectorImpl(itemSize, flags) { argument
57 const size_t s = itemSize();
88 const size_t is = itemSize();
/frameworks/native/libs/utils/
H A DVectorImpl.cpp44 VectorImpl::VectorImpl(size_t itemSize, uint32_t flags) argument
45 : mStorage(0), mCount(0), mFlags(flags), mItemSize(itemSize)
458 size_t VectorImpl::itemSize() const {
481 memcpy(dest, from, num*itemSize());
508 SortedVectorImpl::SortedVectorImpl(size_t itemSize, uint32_t flags)
509 : VectorImpl(itemSize, flags)
547 const size_t s = itemSize();
582 const size_t is = itemSize();
H A DRefBase.cpp602 const size_t itemSize = caster.getReferenceTypeSize(); local
604 void* d = reinterpret_cast<void *>(intptr_t(dst) + i*itemSize);
605 void const* s = reinterpret_cast<void const*>(intptr_t(src) + i*itemSize);
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL_Android.h79 XAuint32 itemSize; member in struct:XAAndroidBufferItem_
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSInfo.h53 uint8_t itemSize; member in struct:bcc::rsinfo::ListHeader
/frameworks/wilhelm/include/SLES/
H A DOpenSLES_Android.h237 SLuint32 itemSize; member in struct:SLAndroidBufferItem_
/frameworks/wilhelm/tests/sandbox/
H A Dxaplay.c170 XAuint32 itemSize; local
184 itemSize = sizeof(eos);
191 itemSize = sizeof(discontinuity);
197 itemSize = sizeof(formatChange);
201 itemSize = 0;
205 assert(packetsThisBuffer > 0 || itemSize > 0);
207 sizeof(MPEG2TS_Packet) * packetsThisBuffer, items, itemSize);

Completed in 85 milliseconds