OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:histout
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
histogram.cpp
74
float*
histOut
= static_cast<float*>(env->GetDirectBufferAddress(histogramBuffer));
77
for (int i = 0; i < hBins * sBins; ++i)
histOut
[i] = 0.0f;
89
histOut
[index] += 1.0f;
98
float*
histOut
= static_cast<float*>(env->GetDirectBufferAddress(histogramBuffer));
101
// TODO: add check on the size of
histOut
103
histOut
[i] = 0.0f;
126
histOut
[index] += 1.0f;
Completed in 132 milliseconds