Home
last modified time | relevance | path

Searched defs:ref (Results 1 – 16 of 16) sorted by relevance

/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderTest.java246 OutputManager ref = new OutputManager(); in testSimpleDecode() local
362 OutputManager ref = mOutputBuff; in testFlush() local
490 OutputManager ref = mOutputBuff; in testReconfigure() local
649 OutputManager ref = new OutputManager(); in testOnlyEos() local
724 OutputManager ref = new OutputManager(); in testSimpleDecodeQueueCSD() local
823 OutputManager ref = mOutputBuff; in testDecodePartialFrame() local
DCodecDecoderExtTest.java111 OutputManager ref = mOutputBuff; in testDecodeAndValidate() local
DCodecDecoderSurfaceTest.java198 OutputManager ref; in testSimpleDecodeToSurface() local
264 OutputManager ref = mOutputBuff; in testFlush() local
353 OutputManager ref = mOutputBuff; in testReconfigure() local
DCodecEncoderTest.java269 OutputManager ref = new OutputManager(); in testSimpleEncode() local
494 OutputManager ref = mOutputBuff; in testReconfigure() local
617 OutputManager ref = new OutputManager(); in testOnlyEos() local
DCodecEncoderSurfaceTest.java475 OutputManager ref = new OutputManager(); in testSimpleEncodeFromSurface() local
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DBlankActivityTest.java110 final AtomicReference<ComponentName> ref = new AtomicReference<>(); in testGetServiceComponentName_onUiThread() local
130 final AtomicBoolean ref = new AtomicBoolean(); in testIsContentCaptureFeatureEnabled_onUiThread() local
DChildlessActivityTest.java1233 final AtomicReference<ContentCaptureManager> ref = new AtomicReference<>(); in getContentCaptureManagerHack() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DInitTest.java35 float[] ref = new float[INPUTSIZE]; in testInitTest() local
DIntrinsicHistogram.java70 int ref[] = new int[256 * outvs2]; in testNorm() local
192 int ref[] = new int[256]; in testDot() local
DRSBaseCompute.java45 public void checkArray(float[] ref, float[] out, int height, int refStride, in checkArray()
61 public void checkArray(int[] ref, int[] out, int height, int refStride, in checkArray()
/cts/tests/media/jni/
DNativeCodecDecoderTest.cpp265 OutputManager* ref, int64_t pts, SeekMode mode) { in decodeToMemory()
291 auto ref = &mRefBuff; in testSimpleDecode() local
392 auto ref = &mRefBuff; in testFlush() local
504 auto ref = &mRefBuff; in testOnlyEos() local
563 auto ref = &mRefBuff; in testSimpleDecodeQueueCSD() local
DNativeCodecEncoderTest.cpp350 AMediaFormat* format, OutputManager* ref) { in encodeToMemory()
395 auto ref = &mRefBuff; in testSimpleEncode() local
565 auto ref = &mRefBuff; in testReconfigure() local
669 auto ref = &mRefBuff; in testOnlyEos() local
DNativeCodecEncoderSurfaceTest.cpp469 auto ref = &mRefBuff; in testSimpleEncode() local
/cts/tests/accessibility/common/src/android/accessibility/cts/common/
DInstrumentedAccessibilityService.java212 final WeakReference<InstrumentedAccessibilityService> ref = sInstances.get(clazz); in getInstanceForClass() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java1693 int ref = poseReference; in verifyLensCalibration() local
/cts/tests/tests/rsblas/src/android/renderscript/cts/
DIntrinsicBLAS.java119 private void verifyMatrix(Allocation ref, Allocation out) { in verifyMatrix()
128 private void verifyMatrix(Allocation ref, Allocation out, boolean isUpperMatrix) { in verifyMatrix()