Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/scene1_2/
Dtest_yuv_plus_jpeg.py92 fmt_yuv['useCase'] = camera_properties_utils.USE_CASE_STILL_CAPTURE
93 fmt_jpg['useCase'] = camera_properties_utils.USE_CASE_STILL_CAPTURE
Dtest_yuv_jpeg_all.py66 out_surface['useCase'] = camera_properties_utils.USE_CASE_STILL_CAPTURE
/cts/tests/camera/src/android/hardware/camera2/cts/
DRobustnessTest.java44 import static android.hardware.camera2.cts.CameraTestUtils.MaxStreamSizes.USE_CASE_STILL_CAPTURE;
2460 {YUV, MAXIMUM, USE_CASE_STILL_CAPTURE}, in testVerifyMandatoryOutputCombinationTables()
2461 {JPEG, MAXIMUM, USE_CASE_STILL_CAPTURE}, in testVerifyMandatoryOutputCombinationTables()
2469 {PRIV, PREVIEW, USE_CASE_PREVIEW, YUV, MAXIMUM, USE_CASE_STILL_CAPTURE}, in testVerifyMandatoryOutputCombinationTables()
2470 {PRIV, PREVIEW, USE_CASE_PREVIEW, JPEG, MAXIMUM, USE_CASE_STILL_CAPTURE}, in testVerifyMandatoryOutputCombinationTables()
2480 {YUV, S1440P_4_3, USE_CASE_PREVIEW_VIDEO_STILL, YUV, MAXIMUM, USE_CASE_STILL_CAPTURE}, in testVerifyMandatoryOutputCombinationTables()
2481 {YUV, S1440P_4_3, USE_CASE_PREVIEW_VIDEO_STILL, JPEG, MAXIMUM, USE_CASE_STILL_CAPTURE}, in testVerifyMandatoryOutputCombinationTables()
2482 {PRIV, S1440P_4_3, USE_CASE_PREVIEW_VIDEO_STILL, YUV, MAXIMUM, USE_CASE_STILL_CAPTURE}, in testVerifyMandatoryOutputCombinationTables()
2483 {PRIV, S1440P_4_3, USE_CASE_PREVIEW_VIDEO_STILL, JPEG, MAXIMUM, USE_CASE_STILL_CAPTURE}, in testVerifyMandatoryOutputCombinationTables()
2485 {YUV, PREVIEW, USE_CASE_STILL_CAPTURE, JPEG, MAXIMUM, USE_CASE_STILL_CAPTURE}, in testVerifyMandatoryOutputCombinationTables()
[all …]
/cts/apps/CameraITS/utils/
Dcamera_properties_utils.py36 USE_CASE_STILL_CAPTURE = 2 variable
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java4721 static final int USE_CASE_STILL_CAPTURE = field in CameraTestUtils.MaxStreamSizes
5318 case USE_CASE_STILL_CAPTURE: in appendStreamUseCase()