OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getIntensityFast
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
imgprocutil.h
23
inline int
getIntensityFast
(int R, int G, int B) {
frametovalues.cpp
47
int gray =
getIntensityFast
(R, G, B);
histogram.cpp
33
int i =
getIntensityFast
(R, G, B);
Completed in 146 milliseconds