Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/formatagentplugin/src/
H A Dheif_format_agent.cpp41 constexpr uint32_t TIMES_FIVE = 5; variable
168 ((value & 0x000000000000FF00ULL) << (SHIFT_BASE * TIMES_FIVE)) | in EndianSwap64()
172 …((value & 0x00FF000000000000ULL) >> (SHIFT_BASE * TIMES_FIVE)) | ((value) >> (SHIFT_BASE * TIMES_S… in EndianSwap64()