OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:saturationvalue
(Results
1 - 6
of
6
) sorted by null
/developers/build/prebuilts/gradle/BasicRenderScript/Application/src/main/rs/
saturation.rs
23
float
saturationValue
= 0.f;
32
result = mix( result, f4.rgb,
saturationValue
);
/developers/samples/android/renderScript/BasicRenderScript/Application/src/main/rs/
saturation.rs
23
float
saturationValue
= 0.f;
32
result = mix( result, f4.rgb,
saturationValue
);
/development/samples/browseable/BasicRenderScript/src/rs/
saturation.rs
23
float
saturationValue
= 0.f;
32
result = mix( result, f4.rgb,
saturationValue
);
/external/opencv3/samples/cpp/
intelperc_capture.cpp
230
short
saturationValue
= (short)capture.get(CAP_INTELPERC_DEPTH_GENERATOR | CAP_PROP_INTELPERC_DEPTH_SATURATION_VALUE);
242
if ((lowValue == (*ptrSrc)) || (
saturationValue
== (*ptrSrc)))
277
if ((lowValue == (*ptrSrc)) || (
saturationValue
== (*ptrSrc)))
/packages/apps/Gallery2/res/layout-land/
filtershow_vignette_controls.xml
49
android:id="@+id/
saturationValue
"
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorVignette.java
221
mSaturationValue = (TextView) controls.findViewById(R.id.
saturationValue
);
Completed in 284 milliseconds