Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/creator/src/
H A Dimage_creator.cpp146 static const uint8_t BIT4_MASK = 0xf; variable
152 ss.push_back(xx[(tempBuffer[i]>>BIT4)&BIT4_MASK]); in dumpBuffer()
153 ss.push_back(xx[tempBuffer[i]&BIT4_MASK]); in dumpBuffer()