Home
last modified time | relevance | path

Searched refs:BYTE_ALIGNMENT_CALCULATION (Results 1 - 3 of 3) sorted by relevance

/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/common/src/
H A Dscreen_manager_adapter.cpp44 uint32_t alignedInt = (screenWidth + BYTE_ALIGNMENT_CALCULATION) / BYTE_ALIGNMENT * BYTE_ALIGNMENT; in ByteCalculate()
/foundation/distributedhardware/distributed_screen/common/include/
H A Ddscreen_constants.h121 constexpr uint32_t BYTE_ALIGNMENT_CALCULATION = 31; member
/foundation/distributedhardware/distributed_screen/screenhandler/src/
H A Ddscreen_handler.cpp69 uint32_t alignedInt = (screenWidth + BYTE_ALIGNMENT_CALCULATION) / BYTE_ALIGNMENT * BYTE_ALIGNMENT; in ByteCalculate()

Completed in 2 milliseconds