Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 191) sorted by relevance

12345678

/cts/tests/media/jni/
DNativeMediaFormatUnitTest.cpp133 bool NativeMediaFormatUnitTest::validateFormatInt32(AMediaFormat* fmt, int offset, bool isClear) { in validateFormatInt32()
171 bool NativeMediaFormatUnitTest::validateFormatInt64(AMediaFormat* fmt, int offset, bool isClear) { in validateFormatInt64()
209 bool NativeMediaFormatUnitTest::validateFormatFloat(AMediaFormat* fmt, float offset, bool isClear) { in validateFormatFloat()
247 bool NativeMediaFormatUnitTest::validateFormatDouble(AMediaFormat* fmt, double offset, in validateFormatDouble()
286 bool NativeMediaFormatUnitTest::validateFormatSize(AMediaFormat* fmt, size_t offset, bool isClear) { in validateFormatSize()
324 bool NativeMediaFormatUnitTest::validateFormatString(AMediaFormat* fmt, int offset, bool isClear) { in validateFormatString()
361 bool NativeMediaFormatUnitTest::validateFormatRect(AMediaFormat* fmt, int offset, bool isClear) { in validateFormatRect()
416 bool NativeMediaFormatUnitTest::validateFormatBuffer(AMediaFormat* fmt, int offset, bool isClear) { in validateFormatBuffer()
457 bool NativeMediaFormatUnitTest::validateFormat(AMediaFormat* fmt, int offset, bool isClear) { in validateFormat()
469 void NativeMediaFormatUnitTest::configureFormatInt32(AMediaFormat* fmt, int offset) { in configureFormatInt32()
[all …]
/cts/tests/tests/rscpp/src/android/cts/rscpp/
DRSUtils.java29 public static void genRandom(long seed, int factor, int offset, float array[]) { in genRandom()
36 public static void genRandom(long seed, int factor, int offset, float array[], in genRandom()
49 public static void genRandom(long seed, int max, int factor, int offset, int array[]) { in genRandom()
56 public static void genRandom(long seed, int factor, int offset, int array[], in genRandom()
69 public static void genRandom(long seed, int max, int factor, int offset, int array[], in genRandom()
/cts/tests/tests/uirendering27/src/android/uirendering/cts/bitmapcomparers/
DBitmapComparer.java30 public abstract boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width, in verifySame()
36 protected static int indexFromXAndY(int x, int y, int stride, int offset) { in indexFromXAndY()
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
DBitmapComparer.java30 public abstract boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width, in verifySame()
36 protected static int indexFromXAndY(int x, int y, int stride, int offset) { in indexFromXAndY()
DExactComparer.java29 public boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width, in verifySame()
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DMidiSoloTest.java56 public void onSend(byte[] msg, int offset, int count, long timestamp) in onSend()
165 int offset = 0; in testMidiReceiver() local
197 int offset = 0; in testMidiReceiverException() local
216 int offset, int count) throws IOException { in checkReceivedData()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/midilib/
DJavaMidiTestModule.java219 private boolean matchStream(byte[] bytes, int offset, int count) { in matchStream()
291 private void portSend(MidiInputPort inputPort, byte[] bytes, int offset, int length, in portSend()
352 public boolean matches(byte[] msg, int offset, int count) { in matches()
381 public static void logByteArray(String prefix, byte[] value, int offset, int count) { in logByteArray()
395 public static void logByteArray(String prefix, ArrayList<Byte> value, int offset) { in logByteArray()
429 public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { in onSend()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/analyzers/
DInfiniteRecording.java51 final int offset = position % mMaxSamples; in readFrom() local
71 final int offset = position % mMaxSamples; in write() local
DTapLatencyAnalyzer.java51 public TapLatencyEvent[] analyze(float[] buffer, int offset, int numSamples) { in analyze()
68 private void highPassFilter(float[] buffer, int offset, int numSamples, in highPassFilter()
106 private void fillPeakBuffer(float[] buffer, int offset, int numSamples, float[] peakBuffer) { in fillPeakBuffer()
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
DBitmapVerifier.java41 public abstract boolean verify(int[] bitmap, int offset, int stride, int width, int height); in verify()
46 protected static int indexFromXAndY(int x, int y, int stride, int offset) { in indexFromXAndY()
DRegionVerifier.java42 public boolean verify(int[] bitmap, int offset, int stride, int width, int height) { in verify()
62 private boolean verifySubRect(int[] bitmap, int offset, int stride, int width, int height, in verifySubRect()
DAntiAliasBitmapVerifier.java35 public boolean verify(int[] bitmap, int offset, int stride, int width, int height) { in verify()
/cts/tests/tests/uirendering27/src/android/uirendering/cts/bitmapverifiers/
DBitmapVerifier.java41 public abstract boolean verify(int[] bitmap, int offset, int stride, int width, int height); in verify()
46 protected static int indexFromXAndY(int x, int y, int stride, int offset) { in indexFromXAndY()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-0313/
Dpoc.cpp27 size_t offset = 0; in main() local
/cts/tests/tests/text/src/android/text/cts/
DTextRunAdvancesTest.java152 final int offset = 1; in testGetRunCharacterAdvance_startOutOfBounds() local
166 final int offset = 2; in testGetRunCharacterAdvance_endOutOfBounds() local
180 final int offset = 2; in testGetRunCharacterAdvance_startLargerThanEnd() local
194 final int offset = 1; in testGetRunCharacterAdvance_offsetOutOfBounds() local
209 final int offset = 2; in testGetRunCharacterAdvance_advancesNoEnoughSpace() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
DCircularBufferFloat.java46 public int write(float[] buffer, int offset, int numSamples) { in write()
88 public int readMostRecent(float[] buffer, int offset, int numSamples) { in readMostRecent()
/cts/tests/tests/graphics/src/android/graphics/cts/
DUtils.java60 static String obtainPath(int resId, long offset) { in obtainPath()
71 static File obtainFile(int resId, long offset) { in obtainFile()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DKernelDataForRenderScript.java121 int offset = 0; in KernelDataForRenderScript() local
143 int offset = 0; in KernelDataForRenderScript() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DRsPackColorTo8888Test.java88 int offset = i; in float3input() local
118 int offset = i; in float4input() local
DAllocationCopyToTest.java47 int offset = random.nextInt(arr_len); in test_Allocationcopy1DRangeTo_Byte() local
84 int offset = random.nextInt(arr_len); in test_Allocationcopy1DRangeTo_Short_Helper() local
132 int offset = random.nextInt(arr_len); in test_Allocationcopy1DRangeTo_Int() local
169 int offset = random.nextInt(arr_len); in test_Allocationcopy1DRangeTo_Float() local
206 int offset = random.nextInt(arr_len); in test_Allocationcopy1DRangeTo_Long() local
663 int offset = random.nextInt(arr_len); in test_Allocationcopy1DRangeToUnchecked_Byte() local
700 int offset = random.nextInt(arr_len); in test_Allocationcopy1DRangeToUnchecked_Short_Helper() local
742 int offset = random.nextInt(arr_len); in test_Allocationcopy1DRangeToUnchecked_Int() local
779 int offset = random.nextInt(arr_len); in test_Allocationcopy1DRangeToUnchecked_Float() local
816 int offset = random.nextInt(arr_len); in test_Allocationcopy1DRangeToUnchecked_Long() local
DRsAllocationCopyTest.java31 int offset = random.nextInt(arr_len); in test_RsAllocationCopy1D_Byte() local
76 int offset = random.nextInt(arr_len); in test_RsAllocationCopy1D_Short() local
123 int offset = random.nextInt(arr_len); in test_RsAllocationCopy1D_Int() local
170 int offset = random.nextInt(arr_len); in test_RsAllocationCopy1D_Float() local
218 int offset = random.nextInt(arr_len); in test_RsAllocationCopy1D_Long() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DPipeShort.java44 public int write(short[] buffer, int offset, int count) in write()
86 public int read(short[] buffer, int offset, int count) in read()
/cts/tests/tests/content/jni/
DNativeCursorWindow.cpp42 uint32_t offset; member
68 uint32_t offset; member
77 jstring filename, jint offset, jint size, jboolean isBlob) { in Java_android_content_cts_CursorWindowContentProvider_makeNativeCursorWindowFd()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2023-21127/
Dpoc.cpp56 size_t offset = MINIMUM_ALIGNMENT - (sampleSize % MINIMUM_ALIGNMENT) + 1; in main() local
/cts/tests/media/common/src/android/mediav2/common/cts/
DVideoErrorManager.java99 int offset = i * width + j; in computeFrameVariance() local
149 int offset = (cropTop + h) * imgWidth + cropLeft; in computeMSE() local
158 int offset = (cropTop + h) * imgWidth + cropLeft; in computeMSE() local

12345678