Home
last modified time | relevance | path

Searched defs:maxImages (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/graphics/jni/
DImageReaderTestHelpers.cpp30 int32_t maxImages) in ImageReaderHelper()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraDeviceSetupTest.java351 int maxImages = 2; in testOutputConfigurationForCameraSetup() local
DMultiResolutionReprocessCaptureTest.java569 Collection<MultiResolutionStreamInfo> outputInfo, int maxImages) { in setupMultiResImageReaders()
DReprocessCaptureTest.java1223 int reprocessOutputFormat, int maxImages) { in setupImageReaders()
/cts/tests/tests/media/misc/jni/
DAImageReaderCts.cpp266 int32_t maxImages, in ImageReaderTestCase()
/cts/tests/camera/libctscamera2jni/
Dnative-camera-jni.cpp1346 int32_t width, int32_t height, int32_t format, int32_t maxImages) { in initImageReaderWithErrorLog()
1351 int32_t width, int32_t height, int32_t format, int32_t maxImages, in initImageReaderWithErrorLog()
1370 int32_t width, int32_t height, int32_t format, int32_t maxImages, in initImageReaderWithErrorLog()
/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecTestBase.java1672 protected void setUpSurface(int width, int height, int format, int maxImages, in setUpSurface()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java241 Surface inputSurface, int maxImages, in makeImageWriter()
647 public SimpleImageReaderListener(boolean asyncMode, int maxImages) { in SimpleImageReaderListener()