Home
last modified time | relevance | path

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

/camera/camera-core/src/main/java/androidx/camera/core/impl/compat/
DEncoderProfilesProxyCompatBaseImpl.java28 import androidx.camera.core.impl.EncoderProfilesProxy.ImmutableEncoderProfilesProxy;
41 return ImmutableEncoderProfilesProxy.create( in from()
DEncoderProfilesProxyCompatApi31Impl.java26 import androidx.camera.core.impl.EncoderProfilesProxy.ImmutableEncoderProfilesProxy;
40 return ImmutableEncoderProfilesProxy.create( in from()
DEncoderProfilesProxyCompatApi33Impl.java26 import androidx.camera.core.impl.EncoderProfilesProxy.ImmutableEncoderProfilesProxy;
40 return ImmutableEncoderProfilesProxy.create( in from()
/camera/camera-video/src/main/java/androidx/camera/video/internal/
DDynamicRangeMatchedEncoderProfilesProvider.java24 import androidx.camera.core.impl.EncoderProfilesProxy.ImmutableEncoderProfilesProxy;
95 return validVideoProfiles.isEmpty() ? null : ImmutableEncoderProfilesProxy.create( in filterUnmatchedDynamicRange()
DQualityExploredEncoderProfilesProvider.java32 import androidx.camera.core.impl.EncoderProfilesProxy.ImmutableEncoderProfilesProxy;
174 return ImmutableEncoderProfilesProxy.create( in exploreProfiles()
227 return EncoderProfilesProxy.ImmutableEncoderProfilesProxy.create( in mergeEncoderProfiles()
DBackupHdrProfileEncoderProfilesProvider.java36 import androidx.camera.core.impl.EncoderProfilesProxy.ImmutableEncoderProfilesProxy;
140 return videoProfiles.isEmpty() ? null : ImmutableEncoderProfilesProxy.create( in appendBackupVideoProfile()
/camera/camera-video/src/test/java/androidx/camera/video/internal/workaround/
DQualityAddedEncoderProfilesProviderTest.kt24 import androidx.camera.core.impl.EncoderProfilesProxy.ImmutableEncoderProfilesProxy
53 ImmutableEncoderProfilesProxy.create( in canSupportExtraQuality()
/camera/camera-video/src/test/java/androidx/camera/video/internal/
DQualityExploredEncoderProfilesProviderTest.kt232 EncoderProfilesProxy.ImmutableEncoderProfilesProxy.create( in <lambda>()
242 EncoderProfilesProxy.ImmutableEncoderProfilesProxy.create( in <lambda>()
252 EncoderProfilesProxy.ImmutableEncoderProfilesProxy.create( in <lambda>()
313 EncoderProfilesProxy.ImmutableEncoderProfilesProxy.create( in <lambda>()
323 EncoderProfilesProxy.ImmutableEncoderProfilesProxy.create( in <lambda>()
367 EncoderProfilesProxy.ImmutableEncoderProfilesProxy.create( in <lambda>()
DDynamicRangeMatchedEncoderProfilesProviderTest.kt34 import androidx.camera.core.impl.EncoderProfilesProxy.ImmutableEncoderProfilesProxy in <lambda>()
185 ImmutableEncoderProfilesProxy.create( in <lambda>()
/camera/camera-video/src/main/java/androidx/camera/video/internal/workaround/
DQualityResolutionModifiedEncoderProfilesProvider.java25 import androidx.camera.core.impl.EncoderProfilesProxy.ImmutableEncoderProfilesProxy;
111 return newVideoProfiles.isEmpty() ? null : ImmutableEncoderProfilesProxy.create( in createNewEncoderProfiles()
DDefaultEncoderProfilesProvider.kt134 return EncoderProfilesProxy.ImmutableEncoderProfilesProxy.create( in createDefaultEncoderProfiles()
/camera/camera-video/src/test/java/androidx/camera/video/internal/compat/quirk/
DExtraSupportedQualityQuirkTest.kt62 EncoderProfilesProxy.ImmutableEncoderProfilesProxy.create( in motoC_frontCamera_canGetExtraSupportedQuality()
69 EncoderProfilesProxy.ImmutableEncoderProfilesProxy.create( in motoC_frontCamera_canGetExtraSupportedQuality()
/camera/camera-core/src/main/java/androidx/camera/core/impl/
DEncoderProfilesProxy.java219 abstract class ImmutableEncoderProfilesProxy implements EncoderProfilesProxy { class
222 public static @NonNull ImmutableEncoderProfilesProxy create( in create()
/camera/camera-testing/src/main/java/androidx/camera/testing/impl/
DEncoderProfilesUtil.kt26 import androidx.camera.core.impl.EncoderProfilesProxy.ImmutableEncoderProfilesProxy in <lambda>()
155 return ImmutableEncoderProfilesProxy.create( in <lambda>()
/camera/camera-video/src/main/java/androidx/camera/video/internal/compat/quirk/
DExtraSupportedQualityQuirk.java105 EncoderProfilesProxy.ImmutableEncoderProfilesProxy.create( in getExtraEncoderProfilesForMotoC()
/camera/camera-video/src/test/java/androidx/camera/video/
DVideoCaptureTest.kt714 EncoderProfilesProxy.ImmutableEncoderProfilesProxy.create( in filterOutEncoderUnsupportedResolutions_dynamicRangeIsNotFullySpecified()
761 EncoderProfilesProxy.ImmutableEncoderProfilesProxy.create( in filterOutEncoderUnsupportedResolutions_dynamicRangeIsNotFullySpecified()