Home
last modified time | relevance | path

Searched defs:dst (Results 1 – 25 of 26) sorted by relevance

12

/cts/tests/camera/src/android/hardware/camera2/cts/
DCtsUtilsTest.java46 final FakeImage dst = FakeImage.createYuv420(w, h, 14, 10, 8); in testCopyYuv() local
64 final FakeImage dst = FakeImage.createRaw(w, h, 21); in testCopyPad0to0() local
77 final FakeImage dst = FakeImage.createRaw(w, h, 24); in testCopyPad3to3() local
90 final FakeImage dst = FakeImage.createRaw(w, h, 21); in testCopyPad3to0() local
103 final FakeImage dst = FakeImage.createRaw(w, h, 24); in testCopyPad0to3() local
116 final FakeImage dst = FakeImage.createRaw(w, h, 24); in testCopyPad5to3() local
129 final FakeImage dst = FakeImage.createRaw(w, h, 26); in testCopyPad3to5() local
137 private static void checkPlane(String planeName, int w, int h, FakePlane src, FakePlane dst) { in checkPlane()
DNativeCameraDeviceTest.java136 private static native boolean testCameraDeviceSharedOutputUpdate(Surface src, Surface dst, in testCameraDeviceSharedOutputUpdate()
DBurstCaptureRawTest.java628 private void copyBurstRequetBuilder(CaptureRequest.Builder dst, CaptureRequest.Builder src) in copyBurstRequetBuilder()
/cts/tests/tests/graphics/src/android/graphics/cts/
DMatrixTest.java225 float[] dst = new float[9]; in testIdentityMatrixSetPolyToPoly() local
531 float[] dst = new float[9]; in testSetPolyToPoly() local
558 float[] dst = new float[9]; in testMapPoints2() local
573 float[] dst = new float[9]; in testMapPointsWithIndices() local
603 float[] dst = new float[9]; in testMapVectorsDstSrc() local
618 float[] dst = new float[9]; in testMapVectorsDstSrcWithIndices() local
655 RectF dst = new RectF(); in testMapRectDstSrc() local
DPathMeasureTest.java132 Path dst = new Path(); in testGetSegment() local
134 assertFalse(mPathMeasure.getSegment(mPathMeasure.getLength(), 0, dst, true)); in testGetSegment() local
DPaintFlagsDrawFilterTest.java135 Bitmap dst = Bitmap.createBitmap(kWidth * kScale, kHeight * kScale, Config.ARGB_8888); in testPaintFlagsDrawFilter2() local
DPathTest.java145 Path dst = new Path(); in testTransform1() local
379 Path dst = new Path(); in testOffset1() local
DYuvImageTest.java215 Bitmap dst = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); in generateTestBitmaps() local
DRegionTest.java1447 Region dst = new Region(); in testTranslate2() local
1468 Region dst = Region.CREATOR.createFromParcel(p); in testWriteToParcel() local
DBitmapRegionDecoderTest.java814 Rect dst = new Rect(0, 0, rect.width(), rect.height()); in cropBitmap() local
DBitmapTest.java465 Bitmap dst = Bitmap.createBitmap(src, 0, 0, 2, 2, null, false); in testCreateBitmap_matrix() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DAllocationTest.java300 float src[], dst[]; in helperFloatCopy() local
353 short src[], dst[]; in helperShortCopy() local
379 int src[], dst[]; in helperIntCopy() local
450 float src[], dst[]; in helperFloatAllocationCopy() local
505 float src[], dst[]; in helperFloatCopy2D() local
564 short src[], dst[]; in helperShortCopy2D() local
593 int src[], dst[]; in helperIntCopy2D() local
623 float src[], dst[]; in helperFloatAllocationCopy2D() local
DImageProcessingTest.java118 Allocation dst = creatAllocation(w, h); in testBlend() local
279 public String javaBlend(int type, byte[] src, byte[] dst) { in javaBlend()
345 void unpackDst(int dst) { in unpackDst()
359 int filter(int scr, int dst) { in filter()
/cts/tests/tests/rscpp/librscpptest/
Drs_jni_allocation.cpp164 T* dst = new T[arrLen]; in helperCopy1D() local
197 float *src, *dst; in helperFloatAllocationCopy1D() local
255 T* dst = new T[arrLen]; in helperCopy2D() local
285 float *src, *dst; in helperFloatAllocationCopy2D() local
358 T* dst = new T[arrLen]; in helperCopy3D() local
395 float *src, *dst; in helperFloatAllocationCopy3D() local
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...
/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_BasicVulkanGpuTest.cpp108 uint8_t *dst = bufferAddr; in verifyBasicBufferImport() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9539/
Dpoc.cpp86 DestinationBuffer dst; in thread_func() local
/cts/hostsidetests/scopedstorage/ScopedStorageTestHelper/src/android/scopedstorage/cts/
DScopedStorageTestHelper.java302 File dst = new File(paths[1]); in renameFile() local
/cts/tests/tests/view/src/android/view/cts/
DPixelCopyTest.java496 ByteBuffer dst = ByteBuffer.allocateDirect(bitmap.getAllocationByteCount()); in testWideGamutWindowProducerCopyToRGBA16F() local
627 ByteBuffer dst, float r, float g, float b, float a) { in assertEqualsRgba16f()
/cts/tests/tests/media/libmediandkjni/
Dnative-media-jni.cpp323 jint *dst = env->GetIntArrayElements(ret, &isCopy); in testExtractor() local
651 jint *dst = org; in Java_android_media_cts_NativeDecoderTest_getDecodedDataNative() local
/cts/tests/tests/media/src/android/media/cts/
DNativeDecoderTest.java547 static void addSampleData(ArrayList<Integer> dst, in addSampleData()
DVideoCodecTestBase.java413 byte[] dst, int dstByteOffset, int dstWidth, int dstHeight) { in imageUpscale1To2()
/cts/tests/tests/view/jni/
Dandroid_view_cts_ASurfaceControlTest.cpp293 const ARect dst{dstLeft, dstTop, dstRight, dstBottom}; in SurfaceTransaction_setGeometry() local
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java331 public static boolean renameFileAs(TestApp testApp, File src, File dst) throws Exception { in renameFileAs()
/cts/tests/tests/security/jni/
Dandroid_security_cts_cve_2019_2213_Test.c249 u16 *dst = (u16*)buf_alloc(b, (len + 1) * 2); in buf_str16() local

12