Home
last modified time | relevance | path

Searched defs:minFrameDuration (Results 1 – 6 of 6) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DLogicalCameraDeviceTest.java999 final long minFrameDuration = config.getOutputMinFrameDuration( in findCommonPreviewSize() local
1153 final long minFrameDuration = config.getOutputMinFrameDuration( in testBasicPhysicalStreamingForCamera() local
DExtendedCameraCharacteristicsTest.java390 long minFrameDuration = config.getOutputMinFrameDuration( in testAvailableStreamConfigs() local
1895 long minFrameDuration = configs.getOutputMinFrameDuration( in testDepthOutputCharacteristics() local
1937 long minFrameDuration = configs.getOutputMinFrameDuration( in testDepthOutputCharacteristics() local
1967 long minFrameDuration = configs.getOutputMinFrameDuration( in testDepthOutputCharacteristics() local
DPerformanceTest.java1719 long minFrameDuration = Math.max(FRAME_DURATION_NS_30FPS, config.getOutputMinFrameDuration( in prepareStillCaptureAndStartPreview() local
1928 long minFrameDuration = Math.max(FRAME_DURATION_NS_30FPS, in configureReaderAndPreviewOutputs() local
1972 long minFrameDuration = Math.max(FRAME_DURATION_NS_30FPS, in configurePreviewOutputs() local
DSurfaceViewPreviewTest.java731 Long minFrameDuration = mMinPreviewFrameDurationMap.get(previewSz); in verifyPreviewTargetFpsRange() local
DRobustnessTest.java3554 long minFrameDuration = config.getOutputMinFrameDuration( in getMaxExternalRecordingSize() local
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java1698 long minFrameDuration = config.getOutputMinFrameDuration(format, size); in getAvailableMinFrameDurationsForFormatChecked() local