Home
last modified time | relevance | path

Searched defs:step (Results 1 – 25 of 52) sorted by relevance

123

/frameworks/rs/cpu_ref/
DrsCpuIntrinsics_neon_Blur.S1403 .macro prefill_leftfill, next, after, ra, rb, step
1414 .macro prefill_leftedge, next, after, ra, rb, step
1422 .macro prefill_dofetch, next, after, ra, rb, step
1437 .macro prefill_rightedge, next, after, ra, rb, step
1448 .macro prefill_rightfill, next, after, ra, rb, step
1488 .macro prefill step=1, max_r=25, label=xx argument
1572 .macro conv_body core, step=1, max_r=25, labelc="", labelnc=""
DrsCpuIntrinsics_advsimd_Blur.S1423 .macro prefill_leftfill, next, after, ra, rb, step
1434 .macro prefill_leftedge, next, after, ra, rb, step
1442 .macro prefill_dofetch, next, after, ra, rb, step
1457 .macro prefill_rightedge, next, after, ra, rb, step
1468 .macro prefill_rightfill, next, after, ra, rb, step
1514 .macro prefill step=1, max_r=25, label=xx argument
1605 .macro conv_body core, step=1, max_r=25, labelc="", labelnc=""
/frameworks/base/core/tests/coretests/src/android/os/vibrator/
DStepSegmentTest.java41 StepSegment step = new StepSegment(/* amplitude= */ 1f, /* frequency= */ -1f, in testCreation() local
93 StepSegment step = new StepSegment(VibrationEffect.DEFAULT_AMPLITUDE, 0, 0); in testApplyEffectStrength_ignoresAndReturnsSameEffect() local
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
DGLDualLib.java32 public static native void step(); in step() method in GLDualLib
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
DGL2JNILib.java32 public static native void step(); in step() method in GL2JNILib
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
DGLPerfLib.java32 public static native void step(); in step() method in GLPerfLib
/frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/
DGLJNILib.java32 public static native void step(); in step() method in GLJNILib
/frameworks/av/media/codecs/g711/decoder/
Dg711DecMlaw.cpp31 int32_t step = 4 << segment; in DecodeMLaw() local
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
DHistogram.java36 int step = 8; in createTest() local
/frameworks/av/media/codecs/amrnb/enc/src/
Dcor_h_x2.cpp234 Word16 step, /* (i): step size from one pulse position to the next in cor_h_x2()
Dset_sign.cpp493 Word16 step, /* i : the step size in the tracks */ in set_sign12k2()
Ds10_8pf.cpp558 Word16 step, /* i : stepsize */ in search_10and8i40()
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
DHistogram.java42 int step = 8; in createTest() local
/frameworks/rs/driver/runtime/
Drs_cl.c990 extern float __attribute__((overloadable)) step(float edge, float v) { in step() function
993 extern float2 __attribute__((overloadable)) step(float2 edge, float2 v) { in step() function
999 extern float3 __attribute__((overloadable)) step(float3 edge, float3 v) { in step() function
1006 extern float4 __attribute__((overloadable)) step(float4 edge, float4 v) { in step() function
1014 extern float2 __attribute__((overloadable)) step(float2 edge, float v) { in step() function
1020 extern float3 __attribute__((overloadable)) step(float3 edge, float v) { in step() function
1027 extern float4 __attribute__((overloadable)) step(float4 edge, float v) { in step() function
1035 extern float2 __attribute__((overloadable)) step(float edge, float2 v) { in step() function
1041 extern float3 __attribute__((overloadable)) step(float edge, float3 v) { in step() function
1048 extern float4 __attribute__((overloadable)) step(float edge, float4 v) { in step() function
[all …]
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
DExif.java184 int step = 1; in pack() local
/frameworks/opt/bitmap/src/com/android/bitmap/util/
DExif.java189 int step = 1; in pack() local
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/clock/
DClockPaletteTest.kt42 val step: Float = (0f - hsv[2]) / colors.size in setUp() constant
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
DCameraFunctionalTest.java127 float step = params.getExposureCompensationStep(); in testFunctionalCameraExposureCompensation() local
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/fudger/
DLocationFudgerTest.java156 private Location step(Location input, double distanceM) { in step() method in LocationFudgerTest
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DSyncRunner.java89 public int step() { in step() method in SyncRunner
/frameworks/base/core/java/android/hardware/radio/
DITuner.aidl47 void step(boolean directionDown, boolean skipSubChannel); in step() method
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBatteryUsageStatsRule.java108 public BatteryUsageStatsRule setAveragePowerForCpuCore(int cluster, int step, double value) { in setAveragePowerForCpuCore()
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DDisplayModifier.java455 public static boolean step() { in step() method in DisplayModifier
/frameworks/base/services/core/java/com/android/server/vibrator/
DVibrationThread.java359 public void offer(@NonNull Step step) { in offer()
467 Step step; in cancel() local
492 Step step; in cancelImmediately() local
542 Step step = it.next(); in processVibratorCallbacks() local
803 private long startVibrating(SingleVibratorStep step, List<Step> nextSteps) { in startVibrating()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DToggleRangeBehavior.kt159 val step = rangeTemplate.getStepValue().toDouble() in <lambda>() constant

123