Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/utils/
Dhal_camera_metadata.cc486 static int32_t values_per_line[NUM_TYPES] = { in PrintData() local
490 int32_t max_type_count = sizeof(values_per_line) / sizeof(int32_t); in PrintData()
498 int32_t lines = count / values_per_line[type]; in PrintData()
499 if (count % values_per_line[type] != 0) { in PrintData()
510 for (k = 0; k < values_per_line[type] && count > 0; in PrintData()