OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:histogramFrame
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ColorfulnessFilter.java
56
FrameBuffer2D
histogramFrame
=
58
ByteBuffer byteBuffer =
histogramFrame
.lockBytes(Frame.MODE_READ);
64
int hueBins =
histogramFrame
.getWidth();
65
int saturationBins =
histogramFrame
.getHeight() - 1;
86
histogramFrame
.unlock();
NewChromaHistogramFilter.java
93
FrameBuffer2D
histogramFrame
= outPort.fetchAvailableFrame(outDims).asFrameBuffer2D();
96
ByteBuffer histogramBuffer =
histogramFrame
.lockBytes(Frame.MODE_READ);
105
histogramFrame
.unlock();
107
outPort.pushFrame(
histogramFrame
);
Completed in 36 milliseconds