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

1 2 3 4 5

  /cts/tests/tests/media/libndkaudio/
WaveTableOscillator.cpp 60 for (int dstIndex = 0; dstIndex < numFrames; ++dstIndex) {
70 outBuff[dstIndex] = ((waveTable_[srcIndex] * delta1)
77 int dstIndex = 0;
91 outBuff[dstIndex++] = out;
92 outBuff[dstIndex++] = out;
  /frameworks/base/graphics/java/android/graphics/
Matrix.java 211 public boolean setPolyToPoly(float[] src, int srcIndex, float[] dst, int dstIndex,
577 float[] dst, int dstIndex,
581 int dstStop = dstIndex + (pointCount << 1);
582 if ((pointCount | srcIndex | dstIndex | srcStop | dstStop) < 0 ||
596 * @param dstIndex Index of the first pair of dst values
601 float[] dst, int dstIndex,
606 checkPointArrays(src, srcIndex, dst, dstIndex, pointCount);
608 dst, dstIndex, pointCount);
625 * @param dstIndex The index of the first [x,y] pair of dst floats
630 public void mapPoints(float[] dst, int dstIndex, float[] src, int srcIndex
    [all...]
  /frameworks/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 599 float[] dst, int dstIndex, int pointCount) {
631 /*package*/ static void nMapPoints(long native_object, float[] dst, int dstIndex,
639 d.mapPoints(dst, dstIndex, src, srcIndex, ptCount);
641 d.mapVectors(dst, dstIndex, src, srcIndex, ptCount);
854 * @param dstIndex The index of the first [x,y] pair of dst floats
860 private void mapPoints(float[] dst, int dstIndex, float[] src, int srcIndex,
867 tmpDest = new float[dstIndex + count];
879 tmpDest[i + dstIndex] = x;
880 tmpDest[i + dstIndex + 1] = y;
884 System.arraycopy(tmpDest, dstIndex, dst, dstIndex, count)
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.0.CR3/
netty-buffer-4.1.0.CR3.jar 
  /frameworks/base/core/jni/android/graphics/
Matrix.cpp 60 jfloatArray dst, jint dstIndex, jfloatArray src, jint srcIndex,
66 AutoJavaFloatArray autoDst(env, dst, dstIndex + (ptCount << 1),
69 float* dstArray = autoDst.ptr() + dstIndex;
101 jfloatArray jdst, jint dstIndex, jint ptCount) {
104 SkASSERT(dstIndex >= 0);
109 AutoJavaFloatArray autoDst(env, jdst, dstIndex + (ptCount << 1),
112 float* dst = autoDst.ptr() + dstIndex;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
TwofishEngine.java 449 int dstIndex)
473 Bits32ToBytes(x2 ^ gSubKeys[OUTPUT_WHITEN], dst, dstIndex);
474 Bits32ToBytes(x3 ^ gSubKeys[OUTPUT_WHITEN + 1], dst, dstIndex + 4);
475 Bits32ToBytes(x0 ^ gSubKeys[OUTPUT_WHITEN + 2], dst, dstIndex + 8);
476 Bits32ToBytes(x1 ^ gSubKeys[OUTPUT_WHITEN + 3], dst, dstIndex + 12);
488 int dstIndex)
512 Bits32ToBytes(x0 ^ gSubKeys[INPUT_WHITEN], dst, dstIndex);
513 Bits32ToBytes(x1 ^ gSubKeys[INPUT_WHITEN + 1], dst, dstIndex + 4);
514 Bits32ToBytes(x2 ^ gSubKeys[INPUT_WHITEN + 2], dst, dstIndex + 8);
515 Bits32ToBytes(x3 ^ gSubKeys[INPUT_WHITEN + 3], dst, dstIndex + 12)
    [all...]
BlowfishEngine.java 515 int dstIndex)
530 Bits32ToBytes(xr, dst, dstIndex);
531 Bits32ToBytes(xl, dst, dstIndex + 4);
543 int dstIndex)
558 Bits32ToBytes(xr, dst, dstIndex);
559 Bits32ToBytes(xl, dst, dstIndex+4);
  /frameworks/support/transition/src/main/java/androidx/transition/
MatrixUtils.java 194 public boolean setPolyToPoly(float[] src, int srcIndex, float[] dst, int dstIndex,
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.3.Final/
netty-buffer-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.6.Final/
netty-buffer-4.1.6.Final.jar 
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
VideoUtils.java 159 int dstIndex = muxer.addTrack(format);
160 indexMap.put(i, dstIndex);
  /external/swiftshader/src/OpenGL/compiler/
OutputASM.h 270 Instruction *emit(sw::Shader::Opcode op, TIntermTyped *dst, int dstIndex, TIntermNode *src0 = 0, int index0 = 0, TIntermNode *src1 = 0, int index1 = 0,
273 Instruction *emitCast(TIntermTyped *dst, int dstIndex, TIntermTyped *src, int srcIndex);
OutputASM.cpp     [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaMuxerTest.java 283 int dstIndex = muxer.addTrack(format);
284 indexMap.put(i, dstIndex);
  /external/skia/src/gpu/effects/
GrXfermodeFragmentProcessor.cpp 427 SkDEBUGCODE(int dstIndex =) this->registerChildProcessor(std::move(fp));
428 SkASSERT(0 == dstIndex);
  /external/skqp/src/gpu/effects/
GrXfermodeFragmentProcessor.cpp 427 SkDEBUGCODE(int dstIndex =) this->registerChildProcessor(std::move(fp));
428 SkASSERT(0 == dstIndex);
  /external/dng_sdk/source/
dng_lens_correction.cpp 1339 uint32 dstIndex = 0;
1341 for (int32 dstCol = dstArea.l; dstCol < dstArea.r; dstCol++, dstIndex++)
1419 dPtr [dstIndex] = Pin_real32 (total);
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
Character.java     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UCharacter.java     [all...]
  /external/icu/icu4c/source/test/cintltst/
nucnvtst.c     [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.3.Final/
netty-codec-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.6.Final/
netty-codec-4.1.6.Final.jar 
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UCharacter.java     [all...]
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm/6.1.1/
asm-6.1.1.jar 

Completed in 601 milliseconds

1 2 3 4 5