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

/frameworks/av/media/libstagefright/codec2/include/
H A DC2Param.h337 inline size_t size() const { return _mSize; }
340 inline operator bool() const { return _mIndex.isValid() && _mSize > 0; }
347 return equals(o) && memcmp(this, &o, _mSize) == 0;
353 // _mSize must fit into size
354 if (len < sizeof(_mSize) + offsetof(C2Param, _mSize)) {
357 // _mSize must match length
359 if (param->_mSize != len) {
386 inline void invalidate() { _mSize = 0; }
391 if (other._mSize
451 uint32_t _mSize; variable
[all...]

Completed in 56 milliseconds