OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:itemSize
(Results
1 - 4
of
4
) sorted by null
/system/media/wilhelm/include/OMXAL/
OpenMAXAL_Android.h
72
XAuint32
itemSize
;
/system/media/wilhelm/tests/sandbox/
xaplay.c
169
XAuint32
itemSize
;
179
itemSize
= sizeof(eos);
184
itemSize
= sizeof(discontinuity);
189
itemSize
= 0;
193
assert(packetsThisBuffer > 0 ||
itemSize
> 0);
195
sizeof(MPEG2TS_Packet) * packetsThisBuffer, items,
itemSize
);
/frameworks/base/libs/utils/
RefBase.cpp
602
const size_t
itemSize
= caster.getReferenceTypeSize();
604
void* d = reinterpret_cast<void *>(intptr_t(dst) + i*
itemSize
);
605
void const* s = reinterpret_cast<void const*>(intptr_t(src) + i*
itemSize
);
/system/media/wilhelm/include/SLES/
OpenSLES_Android.h
237
SLuint32
itemSize
;
Completed in 198 milliseconds