Home
last modified time | relevance | path

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

/aosp12/system/gsid/
H A Dgsi_tool.cpp160 int64_t bytes_per_col = progress.total_bytes / kColumns; in Display() local
161 uint32_t fill_count = progress.bytes_processed / bytes_per_col; in Display()