Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/utils/
DTagMonitor.cpp315 static int values_per_line[NUM_TYPES] = { in getEventDataString() local
328 int lines = count / values_per_line[type]; in getEventDataString()
329 if (count % values_per_line[type] != 0) lines++; in getEventDataString()
337 k < values_per_line[type] && count > 0; in getEventDataString()