OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:values_per_line
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/camera/libcameraservice/utils/
TagMonitor.cpp
189
static int
values_per_line
[NUM_TYPES] = {
local
201
int lines = count /
values_per_line
[type];
202
if (count %
values_per_line
[type] != 0) lines++;
209
k <
values_per_line
[type] && count > 0;
/system/media/camera/src/
camera_metadata.c
959
static int
values_per_line
[NUM_TYPES] = {
local
[
all
...]
Completed in 912 milliseconds