Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/mp3dec/test/
Dmp3reader.cpp192 static const uint32_t kMask = 0xfffe0c00; variable
286 if (match_header != 0 && (header & kMask) != (match_header & kMask)) { in resync()
321 if ((test_header & kMask) != (header & kMask)) { in resync()
390 if ((header & kMask) == (mFixedHeader & kMask) in getFrame()
/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()
546 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.cpp278 constexpr size_t kMask = 1 << ((sizeof(T) * 8) - 1); in encodeLength() local
279 constexpr size_t kMaxSize = kMask - 1; in encodeLength()
281 *data++ = kMask | (kMaxSize & (length >> (sizeof(T) * 8))); in encodeLength()
291 constexpr size_t kMask = 1 << ((sizeof(T) * 8) - 1); in encodedLengthUnits() local
292 constexpr size_t kMaxSize = kMask - 1; in encodedLengthUnits()
DDebug.cpp40 static constexpr uint32_t kMask = android::ResTable_map::TYPE_ENUM | in visit() local
42 if (attr->typeMask & kMask) { in visit()