Home
last modified time | relevance | path

Searched defs:inputSize (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCamera2ReprocessCaptureTest.java308 private void testReprocessMixedBurst(String cameraId, Size inputSize, int inputFormat, in testReprocessMixedBurst()
380 private void testReprocessBurst(String cameraId, Size inputSize, int inputFormat, in testReprocessBurst()
439 private void testReprocess(String cameraId, Size inputSize, int inputFormat, in testReprocess()
503 private void testReprocessAbort(String cameraId, Size inputSize, int inputFormat, in testReprocessAbort()
593 private void testReprocessTimestamps(String cameraId, Size inputSize, int inputFormat, in testReprocessTimestamps()
667 private void testReprocessJpegExif(String cameraId, Size inputSize, int inputFormat, in testReprocessJpegExif()
733 private void testReprocessRequestKeys(String cameraId, Size inputSize, int inputFormat, in testReprocessRequestKeys()
819 private void setupImageReaders(Size inputSize, int inputFormat, Size reprocessOutputSize, in setupImageReaders()
/frameworks/base/keystore/java/android/security/keystore/
DAndroidKeyStoreCipherSpiBase.java397 int inputSize = input.remaining(); in engineUpdate() local
554 int inputSize = input.remaining(); in engineDoFinal() local
/frameworks/base/libs/androidfw/
DZipUtils.cpp193 BufferReader(void* input, size_t inputSize) : in BufferReader()
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dcod_main.h88 int inputSize; member
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
DUT_reduce.java363 final int inputSize = (1 << 18); in patternInterleavedReduce() local
405 final int inputSize = 1000; in patternDuplicateAnonymousResult() local
512 private boolean findMinMat(RenderScript RS, int seed, int[] inputSize, in findMinMat()