OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sScale
(Results
1 - 4
of
4
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java
87
private static double
sScale
= 1.0;
161
sScale
=
sScale
* (1 / 0.9);
162
if (Math.abs(
sScale
-1.0) < 0.0001) {
163
sScale
= 1.0;
171
sScale
=
sScale
* (0.9 / 1);
172
if (Math.abs(
sScale
-1.0) < 0.0001) {
173
sScale
= 1.0;
180
sScale
= 1.0
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c
[
all
...]
OMX_VPP_Utils.c
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h
440
OMX_CONFIG_SCALEFACTORTYPE
sScale
;
Completed in 176 milliseconds