OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:values_per_line
(Results
1 - 1
of
1
) sorted by null
/system/media/camera/src/
camera_metadata.c
893
static int
values_per_line
[NUM_TYPES] = {
local
905
int lines = count /
values_per_line
[type];
906
if (count %
values_per_line
[type] != 0) lines++;
913
k <
values_per_line
[type] && count > 0;
[
all
...]
Completed in 194 milliseconds