Home
last modified time | relevance | path

Searched refs:kMask (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/
DMP3Extractor.cpp46 static const uint32_t kMask = 0xfffe0c00; variable
140 if (match_header != 0 && (header & kMask) != (match_header & kMask)) { in Resync()
177 if ((test_header & kMask) != (header & kMask)) { in Resync()
539 if ((header & kMask) == (mFixedHeader & kMask) in read()
DAVIExtractor.cpp293 static const uint32_t kMask = 0xfffe0c00; in resync() local
296 if ((header & kMask) != (firstHeader & kMask)) { in resync()
/frameworks/base/tools/aapt2/
DStringPool.cpp272 constexpr size_t kMask = 1 << ((sizeof(T) * 8) - 1); in encodeLength() local
273 constexpr size_t kMaxSize = kMask - 1; in encodeLength()
275 *data++ = kMask | (kMaxSize & (length >> (sizeof(T) * 8))); in encodeLength()
285 constexpr size_t kMask = 1 << ((sizeof(T) * 8) - 1); in encodedLengthUnits() local
286 constexpr size_t kMaxSize = kMask - 1; in encodedLengthUnits()
DDebug.cpp36 static constexpr uint32_t kMask = android::ResTable_map::TYPE_ENUM | in visit() local
38 if (attr.typeMask & kMask) { in visit()
DLinker.cpp253 static constexpr uint32_t kMask = android::ResTable_map::TYPE_ENUM | in visit() local
255 if (attr.typeMask & kMask) { in visit()