Home
last modified time | relevance | path

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

/ohos5.0/drivers/interface/display/composer/command_pack/
H A Dcommand_data_unpacker.h137 if (i % DUMP_LINE_LEN == 0) { in Dump()
170 static constexpr uint32_t DUMP_LINE_LEN = 8; variable
H A Dcommand_data_packer.h188 if ((i % DUMP_LINE_LEN) == 0) { in Dump()
237 static constexpr uint32_t DUMP_LINE_LEN = 8; variable