OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:contrastframe
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
ImageGoodnessFilterTest.java
50
FrameValue
contrastFrame
= createFrame(FrameType.single(), new int[] { 1 }).asFrameValue();
51
contrastFrame
.setValue(0.18f);
60
injectInputFrame("contrastRating",
contrastFrame
);
78
FrameValue
contrastFrame
= createFrame(FrameType.single(), new int[] { 1 }).asFrameValue();
79
contrastFrame
.setValue(0.18f);
88
injectInputFrame("contrastRating",
contrastFrame
);
106
FrameValue
contrastFrame
= createFrame(FrameType.single(), new int[] { 1 }).asFrameValue();
107
contrastFrame
.setValue(0.18f);
116
injectInputFrame("contrastRating",
contrastFrame
);
134
FrameValue
contrastFrame
= createFrame(FrameType.single(), new int[] { 1 }).asFrameValue()
[
all
...]
Completed in 95 milliseconds