Home
last modified time | relevance | path

Searched defs:Collection (Results 1 – 4 of 4) sorted by relevance

/camera/camera-core/src/main/java/androidx/camera/core/internal/
DHighSpeedFpsModifier.kt80 private fun Collection<OutputConfig>.hasVideoSurface(): Boolean = any { in <lambda>() method
/camera/camera-camera2-pipe-integration/src/main/java/androidx/camera/camera2/pipe/integration/impl/
DUseCaseManager.kt795 private fun Collection<UseCase>.onlyVideoCapture(): Boolean { in <lambda>() method
803 private fun Collection<UseCase>.isMeteringCombinationSupported(): Boolean { in <lambda>() method
867 private fun Collection<UseCase>.getAttachedSurfaceInfoList(): List<AttachedSurfaceInfo> = in <lambda>() method
913 private fun Collection<UseCase>.isPreviewStabilizationOn() = in <lambda>() method
917 private fun Collection<UseCase>.isUltraHdrOn() = in <lambda>() method
921 private fun Collection<UseCase>.getSessionSurfacesConfigs(): List<SurfaceConfig> = in <lambda>() method
943 private fun Collection<UseCase>.surfaceCount(): Int = in <lambda>() method
949 private fun Collection<UseCase>.withoutMetering(): Collection<UseCase> = filterNot { in <lambda>() method
953 private fun Collection<UseCase>.requireMeteringRepeating(): Boolean { in <lambda>() method
961 private fun Collection<UseCase>.checkSurfaces( in <lambda>() method
[all …]
DState3AControl.kt207 private fun Collection<UseCase>.updateTemplate() { in <lambda>() method
/camera/camera-core/src/test/java/androidx/camera/core/internal/
DCameraUseCaseAdapterTest.kt602 private fun Collection<UseCase>.hasExactTypes(vararg classTypes: Any) { in <lambda>() method