Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_base.cpp56 constexpr uint32_t COMMAND_PARSE_LIST_SIZE = COMMAND_PARSE_LIST_COUNT * 2 + 5; variable
63 uint32_t cmdCode[COMMAND_PARSE_LIST_SIZE];
856 …uint16_t copyBytes = sizeof(PacketParsedCommandList) - (COMMAND_PARSE_LIST_SIZE - cmdCount) * size… in GetCommandParcelList()