Searched refs:USE_CASE_VIDEO_CALL (Results 1 – 2 of 2) sorted by relevance
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | RobustnessTest.java | 45 import static android.hardware.camera2.cts.CameraTestUtils.MaxStreamSizes.USE_CASE_VIDEO_CALL; 2466 {YUV, S1440P_4_3, USE_CASE_VIDEO_CALL}, in testVerifyMandatoryOutputCombinationTables() 2467 {PRIV, S1440P_4_3, USE_CASE_VIDEO_CALL}, in testVerifyMandatoryOutputCombinationTables() 2477 {PRIV, PREVIEW, USE_CASE_PREVIEW, YUV, S1440P_4_3, USE_CASE_VIDEO_CALL}, in testVerifyMandatoryOutputCombinationTables() 2478 {PRIV, PREVIEW, USE_CASE_PREVIEW, PRIV, S1440P_4_3, USE_CASE_VIDEO_CALL}, in testVerifyMandatoryOutputCombinationTables() 3046 || useCase == USE_CASE_VIDEO_CALL in validityCheckConfigurationTables()
|
/cts/tests/camera/utils/src/android/hardware/camera2/cts/ |
D | CameraTestUtils.java | 4725 static final int USE_CASE_VIDEO_CALL = field in CameraTestUtils.MaxStreamSizes 5321 case USE_CASE_VIDEO_CALL: in appendStreamUseCase()
|