Searched defs:histOut (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dhistogram.cpp74 float* histOut = static_cast<float*>(env->GetDirectBufferAddress(histogramBuffer)); local
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)); local
101 // TODO: add check on the size of histOut
103 histOut[i] = 0.0f;
126 histOut[index] += 1.0f;

Completed in 196 milliseconds