Home
last modified time | relevance | path

Searched refs:getMaxSizeForFormat (Results 1 – 1 of 1) sorted by relevance

/cts/tests/camera/libctscamera2jni/
Dnative-camera-jni.cpp834 bool getMaxSizeForFormat(int32_t format, int32_t *width, int32_t *height) { in getMaxSizeForFormat() function in StaticInfo
3467 if (!staticInfo.getMaxSizeForFormat(format, &testWidth, &testHeight)) { in nativeImageReaderTestBase()
4065 if (!staticInfo.getMaxSizeForFormat(AIMAGE_FORMAT_JPEG, &testWidth, &testHeight)) { in Java_android_hardware_camera2_cts_NativeStillCaptureTest_testStillCaptureNative()