Searched refs:itemSize (Results 1 - 12 of 12) 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();
H A DSortedListImpl.h27 SortedListImpl(size_t itemSize, uint32_t flags);
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfo.cpp99 mHeader.pragmaList.itemSize = sizeof(rsinfo::PragmaItem);
100 mHeader.objectSlotList.itemSize = sizeof(rsinfo::ObjectSlotItem);
101 mHeader.exportVarNameList.itemSize = sizeof(rsinfo::ExportVarNameItem);
102 mHeader.exportFuncNameList.itemSize = sizeof(rsinfo::ExportFuncNameItem);
103 mHeader.exportForeachFuncList.itemSize = sizeof(rsinfo::ExportForeachFuncItem);
129 #define AFTER(_list) ((_list).offset + (_list).itemSize * (_list).count)
169 ALOGV("\tsize of each item: %u", (_header).itemSize); \
H A DRSInfoReader.cpp139 i * pHeader.itemSize);
204 (header->pragmaList.itemSize != sizeof(rsinfo::PragmaItem)) ||
205 (header->objectSlotList.itemSize != sizeof(rsinfo::ObjectSlotItem)) ||
206 (header->exportVarNameList.itemSize != sizeof(rsinfo::ExportVarNameItem)) ||
207 (header->exportFuncNameList.itemSize != sizeof(rsinfo::ExportFuncNameItem)) ||
208 (header->exportForeachFuncList.itemSize != sizeof(rsinfo::ExportForeachFuncItem))) {
215 ((_list_header).offset + (_list_header).count * (_list_header).itemSize)
/frameworks/wilhelm/src/itf/
H A DIAndroidBufferQueue.c85 SLuint32 itemDataSizeWithAlignmentPadding = (pItems->itemSize + 3) & ~3;
101 if (pItems->itemSize != 0) {
102 SL_LOGE("Invalid item parameter size %u for EOS", pItems->itemSize);
108 if (pItems->itemSize == 0) {
111 } else if (pItems->itemSize == sizeof(SLAuint64)) {
116 SL_LOGE("Invalid item parameter size %u for MPEG-2 PTS", pItems->itemSize);
123 if (pItems->itemSize == 0) {
126 } else if (pItems->itemSize == sizeof(SLuint32)) {
150 SL_LOGE("Unknown item key %u with size %u", pItems->itemKey, pItems->itemSize);
161 if (pItems->itemSize !
[all...]
/frameworks/wilhelm/tests/sandbox/streamSource/
H A DslesTestPlayStream.cpp100 msgDiscontinuity.itemSize = 0;
102 // plus the size if itemSize, both SLuint32
140 pItems->itemKey, pItems->itemSize, *((SLuint32*)&pItems->itemData));
161 msgEos.itemSize = 0;
163 // the key plus the size if itemSize, both SLuint32
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL_Android.h79 XAuint32 itemSize; member in struct:XAAndroidBufferItem_
/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);
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSInfo.h60 uint8_t itemSize; member in struct:bcc::rsinfo::ListHeader
/frameworks/wilhelm/tests/native-media/jni/
H A Dnative-media-jni.c206 msgEos[0].itemSize = 0;
208 // plus the size if itemSize, both XAuint32
319 items[0].itemSize = 0;
322 // plus the size if itemSize, both XAuint32
/frameworks/wilhelm/include/SLES/
H A DOpenSLES_Android.h259 SLuint32 itemSize; member in struct:SLAndroidBufferItem_
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeAac.cpp271 msgEos.itemSize = 0;
273 // plus the size of itemSize, both SLuint32

Completed in 261 milliseconds