HomeSort by relevance Sort by last modified time
    Searched refs:repeatCount (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/sonivox/arm-wt-22k/lib_src/
eas_rtttldata.h 59 EAS_U8 repeatCount; /* repeat counter */
eas_tcdata.h 56 EAS_I8 repeatCount; /* note repeat counter */
eas_imelodydata.h 61 EAS_I16 repeatCount; /* repeat counter */
eas_data.h 75 EAS_I32 repeatCount;
eas_imelody.c 418 pData->repeatCount = -1;
420 } else if (pData->repeatCount >= 0) {
422 /* decrement repeat count (repeatCount == 0 means infinite loop) */
423 if (pData->repeatCount > 0)
425 if (--pData->repeatCount == 0)
427 pData->repeatCount = -1;
436 if ((parserMode == eParserModePlay) || (pData->repeatCount != 0))
449 if (pData->repeatCount == -1)
463 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "Repeat count = %dt", pData->repeatCount); */ }
465 if (pData->repeatCount < 0
    [all...]
  /external/skia/src/gpu/ops/
GrMeshDrawOp.cpp 22 int repeatCount) {
24 indicesPerRepetition, repeatCount);
30 int repeatCount) {
37 int vertexCount = verticesPerRepetition * repeatCount;
48 repeatCount, maxRepetitions);
GrMeshDrawOp.h 39 int indicesPerRepetition, int repeatCount);
51 int verticesPerRepetition, int indicesPerRepetition, int repeatCount);
  /cts/tests/tests/media/src/android/media/cts/
JetPlayerTest.java 93 int repeatCount = 0;
97 repeatCount, transpose,
107 repeatCount, transpose,
120 int repeatCount = 1;
123 assertTrue(mJetPlayer.queueJetSegment(segmentNum, libNum, repeatCount,
127 repeatCount = 1;
129 assertTrue(mJetPlayer.queueJetSegment(segmentNum, libNum, repeatCount,
134 assertTrue(mJetPlayer.queueJetSegment(segmentNum, libNum, repeatCount,
216 public void onJetUserIdUpdate(JetPlayer player, int userId, int repeatCount) {
  /external/skia/include/utils/
SkInterpolator.h 51 @param repeatCount Multiplies the total time by this scalar.
53 void setRepeatCount(SkScalar repeatCount) { fRepeat = repeatCount; }
  /external/skqp/include/utils/
SkInterpolator.h 51 @param repeatCount Multiplies the total time by this scalar.
53 void setRepeatCount(SkScalar repeatCount) { fRepeat = repeatCount; }
  /external/skqp/src/gpu/ops/
GrMeshDrawOp.cpp 26 int repeatCount) {
28 indicesPerRepetition, repeatCount);
34 int repeatCount) {
41 int vertexCount = verticesPerRepetition * repeatCount;
52 repeatCount, maxRepetitions);
GrMeshDrawOp.h 38 int verticesPerRepetition, int indicesPerRepetition, int repeatCount);
49 int verticesPerRepetition, int indicesPerRepetition, int repeatCount);
  /external/skia/src/codec/
SkGifCodec.cpp 412 int rowNumber, int repeatCount, bool writeTransparentPixels)
425 const int yEnd = std::min(yBegin + rowNumber + repeatCount, this->dimensions().height());
437 // Check to see whether this row or one that falls in the repeatCount is needed in the
440 for (int i = 0; i < repeatCount; i++) {
450 repeatCount -= i;
452 repeatCount = (repeatCount - 1) / sampleY + 1;
454 // Make sure the repeatCount does not take us beyond the end of the dst
455 if (dstRow + repeatCount > scaledHeight) {
456 repeatCount = scaledHeight - dstRow
    [all...]
SkGifCodec.h 36 int rowNumber, int repeatCount, bool writeTransparentPixels);
  /external/skqp/src/codec/
SkGifCodec.cpp 412 int rowNumber, int repeatCount, bool writeTransparentPixels)
425 const int yEnd = std::min(yBegin + rowNumber + repeatCount, this->dimensions().height());
437 // Check to see whether this row or one that falls in the repeatCount is needed in the
440 for (int i = 0; i < repeatCount; i++) {
450 repeatCount -= i;
452 repeatCount = (repeatCount - 1) / sampleY + 1;
454 // Make sure the repeatCount does not take us beyond the end of the dst
455 if (dstRow + repeatCount > scaledHeight) {
456 repeatCount = scaledHeight - dstRow
    [all...]
SkGifCodec.h 36 int rowNumber, int repeatCount, bool writeTransparentPixels);
  /cts/tests/tests/view/src/android/view/cts/
KeyEventInjectionTest.java 155 int repeatCount = 0;
157 new KeyEvent(downTime, downTime, KeyEvent.ACTION_DOWN, keyCode, repeatCount);
160 repeatCount += 1;
162 KeyEvent.ACTION_DOWN, keyCode, repeatCount);
166 KeyEvent.ACTION_UP, keyCode, 0 /* repeatCount */);
181 private void checkKeyEvent(int action, int keyCode, int repeatCount) {
188 assertEquals("repeatCount: " , repeatCount, event.getRepeatCount());
192 checkKeyEvent(KeyEvent.ACTION_DOWN, keyCode, 0 /* repeatCount */);
193 checkKeyEvent(KeyEvent.ACTION_DOWN, keyCode, 1 /* repeatCount */);
    [all...]
  /cts/tests/tests/animation/src/android/animation/cts/
AnimationActivity.java 82 int repeatCount, int repeatMode,
86 valueAnimator.setRepeatCount(repeatCount);
97 public ValueAnimator createAnimatorWithRepeatCount(int repeatCount) {
98 return createAnimator(view.newBall, "y", 1000, repeatCount, ValueAnimator.REVERSE,
113 long duration, int repeatCount, int repeatMode, TimeInterpolator timeInterpolator,
118 objAnimator.setRepeatCount(repeatCount);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyKeyEvent.java 46 int keyCode, int repeatCount, int metaState,
53 mRepeatCount = repeatCount;
  /external/skia/src/gpu/
GrMesh.h 257 int repeatCount = SkTMin(fPatternData.fMaxPatternRepetitionsInIndexBuffer,
261 int maxIndexValue = fPatternData.fVertexCount * repeatCount - 1;
264 fPrimitiveType, fIndexBuffer.get(), fIndexData.fIndexCount * repeatCount, 0,
267 baseRepetition += repeatCount;
  /external/skqp/src/gpu/
GrMesh.h 240 int repeatCount = SkTMin(fPatternData.fMaxPatternRepetitionsInIndexBuffer,
244 int maxIndexValue = fPatternData.fVertexCount * repeatCount - 1;
247 fPrimitiveType, fIndexBuffer.get(), fIndexData.fIndexCount * repeatCount, 0,
250 baseRepetition += repeatCount;
  /frameworks/av/media/libmedia/include/media/
JetPlayer.h 55 int queueSegment(int segmentNum, int libNum, int repeatCount, int transpose,
  /external/sonivox/arm-wt-22k/host_src/
jet.h 143 EAS_PUBLIC EAS_RESULT JET_QueueSegment (EAS_DATA_HANDLE easHandle, EAS_INT segmentNum, EAS_INT libNum, EAS_INT repeatCount, EAS_INT transpose, EAS_U32 muteFlags, EAS_U8 userID);
  /external/python/cpython2/Mac/Modules/cg/
CFMLateImport.c 341 UInt32 repeatCount;
345 offset += DecodeVCountValue(&packedData[offset], &repeatCount);
346 repeatCount += 1; // stored value is (repeatCount - 1)
348 for (loopCounter = 0; loopCounter < repeatCount; loopCounter++) {
360 UInt32 repeatCount;
367 offset += DecodeVCountValue(&packedData[offset], &repeatCount);
372 for (loopCounter = 0; loopCounter < repeatCount; loopCounter++) {
381 offset += (repeatCount * (commonSize + customSize)) + commonSize;
389 UInt32 repeatCount;
    [all...]
  /frameworks/av/media/libmedia/
JetPlayer.cpp 414 int JetPlayer::queueSegment(int segmentNum, int libNum, int repeatCount, int transpose,
417 ALOGV("JetPlayer::queueSegment segmentNum=%d, libNum=%d, repeatCount=%d, transpose=%d",
418 segmentNum, libNum, repeatCount, transpose);
420 return JET_QueueSegment(mEasData, segmentNum, libNum, repeatCount, transpose, muteFlags,

Completed in 539 milliseconds

1 2 3