Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_defs.h45 constexpr int MOVE_ONE_BYTE = 8; variable
H A Dclassic_adapter_properties.cpp383 value[idx + 1] = (uint8_t)((uuid & 0xFF00) >> MOVE_ONE_BYTE); in SetEirData()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hdr/
H A Dhdr_helper.cpp57 constexpr uint32_t MOVE_ONE_BYTE = 8; variable
1315 …uint16_t markerSize = (imageBytes[index + INDEX_TWO] << MOVE_ONE_BYTE) | imageBytes[index + INDEX_… in WriteJpegPreApp()