Home
last modified time | relevance | path

Searched refs:getIntensityFast (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
Dimgprocutil.h23 inline int getIntensityFast(int R, int G, int B) { in getIntensityFast() function
Dframetovalues.cpp47 int gray = getIntensityFast(R, G, B); in Java_androidx_media_filterpacks_image_ToGrayValuesFilter_toGrayValues()
Dhistogram.cpp33 int i = getIntensityFast(R, G, B); in addPixelToHistogram()