Searched refs:step (Results 26 - 50 of 101) sorted by relevance

12345

/frameworks/base/core/java/android/hardware/radio/
H A DITuner.aidl46 void step(boolean directionDown, boolean skipSubChannel);
H A DRadioTuner.java39 /** Scanning direction UP for {@link #step(int, boolean)}, {@link #scan(int, boolean)} */
42 /** Scanning directions DOWN for {@link #step(int, boolean)}, {@link #scan(int, boolean)} */
118 * onProgramInfoChanged() will be called when step completes or
134 public abstract int step(int direction, boolean skipSubChannel); method in class:RadioTuner
373 * It happens either upon successful completion of {@link RadioTuner#step(int, boolean)},
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Ds10_8pf.cpp134 step = step size (Word16)
181 Word16 step, // i : stepsize
236 for (i3 = ipos[3]; i3 < L_CODE; i3 += step)
238 s = L_mult (rr[i3][i3], _1_8); // index incr= step+L_CODE
239 s = L_mac (s, rr[i0][i3], _1_4); // index increment = step
240 s = L_mac (s, rr[i1][i3], _1_4); // index increment = step
251 for (i2 = ipos[2]; i2 < L_CODE; i2 += step)
253 // index increment = step
256 // index incr= step
556 search_10and8i40( Word16 nbPulse, Word16 step, Word16 nbTracks, Word16 dn[], Word16 rr[][L_CODE], Word16 ipos[], Word16 pos_max[], Word16 codvec[], Flag *pOverflow ) argument
[all...]
H A Dset_sign.cpp315 step = step size in the tracks (Word16)
364 Word16 step //i : the step size in the tracks
420 for (j = i; j < L_CODE; j += step)
493 Word16 step, /* i : the step size in the tracks */
569 for (j = i; j < L_CODE; j += step)
486 set_sign12k2( Word16 dn[], Word16 cn[], Word16 sign[], Word16 pos_max[], Word16 nb_track, Word16 ipos[], Word16 step, Flag *pOverflow ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_DecodeBlockCoef_Intra.c44 * zigzag positioning, and IDCT, with appropriate clipping on each step, are
58 * step - width of the destination plane
101 * - step is not the multiple of 8
111 OMX_INT step,
141 armRetArgErrIf((step % 8) != 0, OMX_Sts_BadArgErr);
232 pDst += step;
107 omxVCM4P2_DecodeBlockCoef_Intra( const OMX_U8 ** ppBitStream, OMX_INT *pBitOffset, OMX_U8 *pDst, OMX_INT step, OMX_S16 *pCoefBufRow, OMX_S16 *pCoefBufCol, OMX_U8 curQP, const OMX_U8 *pQPBuf, OMX_INT blockIndex, OMX_INT intraDCVLC, OMX_INT ACPredFlag, OMX_INT shortVideoHeader ) argument
/frameworks/opt/bitmap/src/com/android/bitmap/util/
H A DExif.java189 int step = 1;
192 step = -1;
198 offset += step;
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DExif.java184 int step = 1;
187 step = -1;
193 offset += step;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodeBlockCoef_Intra.c50 * positioning, and IDCT, with appropriate clipping on each step, are performed
64 * [in] step width of the destination plane
108 * blockIndex exceeds [0,9], step is not the multiple of 8, intraDCVLC is zero while
120 OMX_INT step,
221 armVCM4P2_Clip8(pTempBuf2,pDst,step);
116 omxVCM4P2_DecodeBlockCoef_Intra( const OMX_U8 ** ppBitStream, OMX_INT *pBitOffset, OMX_U8 *pDst, OMX_INT step, OMX_S16 *pCoefBufRow, OMX_S16 *pCoefBufCol, OMX_U8 curQP, const OMX_U8 *pQPBuf, OMX_INT blockIndex, OMX_INT intraDCVLC, OMX_INT ACPredFlag, OMX_INT shortVideoHeader ) argument
/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
H A DTestLatencyView.java118 for(int step = 0; step < 8; step++) {
119 float sx = (x + dx * step) * mScaleX + mOffsetX;
120 float sy = (y + dy * step) * mScaleY + mOffsetY;
121 int cbase = step * 4;
/frameworks/ml/nn/runtime/
H A DExecutionPlan.cpp272 for (const auto& step : mSteps) {
273 for (const auto& input : step->getSubModelInputs()) {
285 VLOG(COMPILATION) << "ExecutionStep::finishSubModel, step " << mIndex;
372 for (const auto& step : mSteps) {
373 int n = step->finishSubModel(fromModel, &mHasSubModelOutputOfUnknownSize);
453 for (const auto& step : compound()->mSteps) {
454 for (const auto& output: step->getSubModelOutputs()) {
516 // First (and only) step.
541 const auto step = compoundBody->mSteps[controller->mNextStepIndex]; local
544 step
603 auto step = std::make_shared<ExecutionStep>( local
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
H A DRadix4FFT_v5.s37 mov r9, r2, lsl #3 @ step = 2*bgn@
56 add r14, r14, r9 @ xptr += step@
71 add r14, r14, r9 @ xptr += step@
91 add r14, r14, r9 @ xptr += step@
122 sub r14, r14, r9 @ xptr -= step@
128 sub r14, r14, r9 @ xptr -= step@
134 sub r14, r14, r9 @ xptr -= step@
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DomxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s64 step RN 10 label
190 ADD step, srcdstStep, srcdstStep
203 VLD1 dP_3, [pSrcDst], step
204 VLD1 dP_2, [pTmp], step
205 VLD1 dP_1, [pSrcDst], step
206 VLD1 dP_0, [pTmp], step
207 VLD1 dQ_0, [pSrcDst], step
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLDepthTestActivity.java166 float step = ((float)i) / REPEAT_RECTANGLES;
168 Matrix.translateM(mMMatrix, 0, 0, step, step / 2);
174 GLES20.glUniform4f(muOverlayHandle, step , step, step , step);
/frameworks/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java155 for (int step = 0; step < count; step++) {
157 NORMAL_PRIORITY, DEFAULT_LOOP, mScale[step]);
186 for (int step = 1; step < count; step++) {
188 mSoundPool.setRate(id, mScale[step]);
189 if (DEBUG) Log.d(LOG_TAG, "Change rate " + mScale[step]);
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dpitch_f4.c81 Word16 max, t0, step, temp; local
121 step = 1; /* 1/4 subsample resolution */
125 step = 2; /* 1/2 subsample resolution */
134 for (i = fraction + step; i <= 3; i += step)
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DAccessibilityGestureDetectorTest.java166 // For each path step from start (non-inclusive) to end ... add a motion point.
167 for (int step = 1; step < numSteps; ++step) {
169 (start.x + (stepX * (float) step)),
170 (start.y + (stepY * (float) step))));
/frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/
H A DGLJNIView.java72 GLJNILib.step();
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtransform.c194 int i, j, step; local
199 step = 2*bgn;
210 xptr += step;
218 xptr += step;
233 xptr += step;
252 xptr -= step;
256 xptr -= step;
260 xptr -= step;
266 xptr += 3*step;
268 twidTab += 3*step;
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/
H A DRadix4FFT_v7.s61 add r8, r8, r5 @ xptr += step@
72 add r8, r8, r5 @ xptr += step@
114 sub r8, r8, r5 @ xptr -= step@
119 sub r8, r8, r5 @ xptr -= step@
124 sub r8, r8, r5 @ xptr -= step@
/frameworks/av/media/mtp/
H A DMtpProperty.cpp245 void MtpProperty::setFormRange(int min, int max, int step) { argument
251 mStepSize.u.i8 = step;
256 mStepSize.u.u8 = step;
261 mStepSize.u.i16 = step;
266 mStepSize.u.u16 = step;
271 mStepSize.u.i32 = step;
276 mStepSize.u.u32 = step;
281 mStepSize.u.i64 = step;
286 mStepSize.u.u64 = step;
H A DMtpProperty.h95 void setFormRange(int min, int max, int step);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/comm/src/
H A DomxVCCOMM_Copy16x16_s.s8 ; * [in] step - distance between the starts of consecutive lines in the reference frame, in bytes;
16 ; * - step <16 or step is not a multiple of 16.
32 step RN 2 label
45 SUB Count,step,#8 ;//Count=step-8
47 LDRD X1,[pSrc],Count ;//pSrc after loading pSrc=pSrc+step
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DMotionEventInjector.java351 GestureDescription.GestureStep step = steps.get(i);
352 int currentTouchPointSize = step.numTouchPoints;
359 appendMoveEventIfNeeded(motionEvents, step.touchPoints, currentTouchPointSize,
360 startTime + step.timeSinceGestureStart);
361 appendUpEvents(motionEvents, step.touchPoints, currentTouchPointSize,
362 startTime + step.timeSinceGestureStart);
363 appendDownEvents(motionEvents, step.touchPoints, currentTouchPointSize,
364 startTime + step.timeSinceGestureStart);
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseWrapContentTest.java161 for (Step step : scenario.mStepList) {
163 step.onRun();
321 public void assertSame(Snapshot other, int step) { argument
336 assertMap("child coordinates. step:" + step, mChildCoordinates,
341 assertMap("appearing step:" + step, mAppear, other.mAppear);
342 assertMap("disappearing step:" + step, mDisappear, other.mDisappear);
343 assertMap("persistent step
[all...]
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_neon_Blur.S1355 .macro prefill_list, macro, nextmacro, max_r, step, label
1356 .macro ifneeded macro, nextmacro, line, nextline, ra, rb, step, label
1360 prefill_\macro \label\nextmacro\line, \label\nextmacro\nextline, \ra, \rb, \step
1363 .if \step > 1
1364 ifneeded \macro \nextmacro, 13, 12, xx, xx, \step, \label
1365 ifneeded \macro \nextmacro, 12, 11, xx, xx, \step, \label
1366 ifneeded \macro \nextmacro, 11, 10, xx, xx, \step, \label
1367 ifneeded \macro \nextmacro, 10, 9, xx, xx, \step, \label
1368 ifneeded \macro \nextmacro, 9, 8, xx, xx, \step, \label
1369 ifneeded \macro \nextmacro, 8, 7, xx, xx, \step, \labe
[all...]

Completed in 853 milliseconds

12345