Searched refs:step (Results 76 - 100 of 101) sorted by relevance

12345

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicYuvToRGB.cpp124 size_t cstep = cp->alloc->mHal.drvState.yuv.step;
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
H A Dapitest.rs1033 f = step(f, f);
1034 f2 = step(f2, f2);
1035 f3 = step(f3, f3);
1036 f4 = step(f4, f4);
1037 f2 = step(f2, f);
1038 f3 = step(f3, f);
1039 f4 = step(f4, f);
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DAutomaticActivity.java90 if (DisplayModifier.step()) {
H A DDisplayModifier.java455 public static boolean step() { method in class:DisplayModifier
/frameworks/rs/
H A DrsAllocation.h98 uint32_t step; member in struct:android::renderscript::Allocation::Hal::DrvState::YuvState
H A DrsGrallocConsumer.cpp224 mAlloc[idx]->mHal.drvState.yuv.step = uPixStride;
/frameworks/ml/nn/runtime/test/
H A DTestPartitioning.cpp481 // input operands. At each step along the way, we try to match up
631 bool compare(std::shared_ptr<const ExecutionStep> step, argument
633 return (step->getDevice() == device) &&
634 compare(step->getSubModel().get(),
666 // for example, verify that each step within the plan has the
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java1420 int step;
1454 step = safeMediaVolumeIndex(device);
1456 step = streamState.getMaxIndex();
1459 aliasIndex = step;
1462 // convert one UI step (+/-1) into a number of internal units on the stream alias
1463 step = rescaleIndex(10, streamType, streamTypeAlias);
1477 final int result = checkForRingerModeChange(aliasIndex, direction, step,
1529 !checkSafeMediaVolume(streamTypeAlias, aliasIndex + step, device)) {
1532 } else if (streamState.adjustIndex(direction * step, device, caller)
3685 private int checkForRingerModeChange(int oldIndex, int direction, int step, boolea argument
[all...]
/frameworks/rs/script_api/include/
H A Drs_math.rsh6172 * step: 0 if less than a value, 0 otherwise
6178 * for the corresponding elements of a vector, you could instead use step(a, b) * atan2(a, b).
6181 step(float edge, float v);
6184 step(float2 edge, float2 v);
6187 step(float3 edge, float3 v);
6190 step(float4 edge, float4 v);
6194 step(half edge, half v);
6199 step(half2 edge, half2 v);
6204 step(half3 edge, half3 v);
6209 step(half
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_est.cpp798 Int step, max_step = range >> 1; local
945 step = 0;
947 while (!center_again && step <= max_step)
958 /* spiral check one step at a time*/
961 if (!tab_exclude[last_loc][k]) /* exclude last step computation */
1007 step ++;
1099 /* spiral check one step at a time*/
1102 if (!tab_exclude[last_loc][k]) /* exclude last step computation */
/frameworks/rs/driver/runtime/
H A Drs_allocation.c320 const size_t cstep = alloc->mHal.drvState.yuv.step;
334 const size_t cstep = alloc->mHal.drvState.yuv.step;
/frameworks/rs/rsov/driver/
H A DrsovAllocation.cpp49 state->yuv.step = 1;
72 state->yuv.step = 2;
/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
H A DAnimatorInflaterCompat.java448 // Now determine how many sample points we need, and the step for next sample.
458 float step = totalLength / (numPoints - 1);
470 currentDistance += step;
/frameworks/rs/script_api/
H A Drs_math.spec3185 function: step
3199 for the corresponding elements of a vector, you could instead use <code>step(a, b) * @atan2(a, b)</code>.
3202 function: step
3212 function: step
3222 function: step
3232 function: step
3242 function: step
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewAnimationsTest.java1724 final AtomicInteger step = new AtomicInteger(0);
1748 switch (step.get()) {
1763 step.set(1);
/frameworks/base/services/core/jni/BroadcastRadio/
H A DTuner.cpp286 convert::ThrowIfFailed(env, halTuner->step(dir, skipSubChannel));
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyMetadataMapper.java475 float step = p.getExposureCompensationStep();
477 m.set(CONTROL_AE_COMPENSATION_STEP, ParamsUtils.createRational(step));
/frameworks/base/core/java/android/widget/
H A DRadialTimePickerView.java288 * @param forceHigherOrLower The output may be forced to either the higher or lower step, or may
1113 private void adjustPicker(int step) { argument
1138 final int nextValue = (initialStep + step) * stepSize;
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java5012 if (DEBUG_TRACKBALL) Log.v(mTag, "TB X=" + mX.position + " step="
5013 + mX.step + " dir=" + mX.dir + " acc=" + mX.acceleration
5015 + " / Y=" + mY.position + " step="
5016 + mY.step + " dir=" + mY.dir + " acc=" + mY.acceleration
5126 int step; field in class:ViewRootImpl.TrackballAxis
5134 step = _step;
5155 step = 0;
5165 step = 0;
5216 switch (step) {
5217 // If we are going to execute the first step, the
[all...]
/frameworks/rs/driver/
H A DrsdAllocation.cpp267 state->yuv.step = 1;
290 state->yuv.step = 2;
/frameworks/av/media/libstagefright/codec2/tests/
H A DC2Param_test.cpp192 // Test 2. define a structure with two-step helper methods
223 // Test 3. define a structure with one-step helper method
2390 if (get(sv.range.step, t) != std::is_integral<T>::value) {
2391 cout << ":" << get(sv.range.step, t);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java2824 History step details struct: if D in the battery level int is set,
2825 TODO(adamlesinski): describe the history step details struct.
3042 // collecting good data for the next step.
6651 public long getTimeAtCpuSpeed(int cluster, int step, int which) { argument
6656 if (step >= 0 && step < cpuSpeedTimesUs.length) {
6657 final LongSamplingCounter c = cpuSpeedTimesUs[step];
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java3595 int step = (max - min + BRIGHTNESS_STEPS - 1) / BRIGHTNESS_STEPS * direction;
3600 brightness += step;
/frameworks/base/core/java/android/os/
H A DBatteryStats.java709 * @param step the index of the CPU speed. This is not the actual speed of the CPU.
714 public abstract long getTimeAtCpuSpeed(int cluster, int step, int which); argument
1091 // If the modes of interest didn't change during this step period...
1141 throw new ParcelFormatException("more step durations than available: " + N);
1233 * Optional detailed information that can go into a history step. This is typically
1237 // Time (in 1/100 second) spent in user space and the kernel since the last step.
1241 // Top three apps using CPU in the last step, with times in 1/100 second.
1432 // Non-null when there is more detailed information at this step.
2556 // The part of a step duration that is the actual time.
2559 // Bits in a step duratio
[all...]

Completed in 4029 milliseconds

12345