Home
last modified time | relevance | path

Searched refs:chromaSubsampling (Results 1 – 7 of 7) sorted by relevance

/camera/camera-video/src/test/java/androidx/camera/video/internal/
DVideoValidatedEncoderProfilesProxyTest.kt93 assertThat(validatedProfiles.videoProfiles[0].chromaSubsampling) in createFromEncoderProfilesProxy()
94 .isEqualTo(profiles.videoProfiles[0].chromaSubsampling) in createFromEncoderProfilesProxy()
DDynamicRangeMatchedEncoderProfilesProviderTest.kt211 this.chromaSubsampling, in <lambda>()
/camera/camera-core/src/main/java/androidx/camera/core/impl/
DEncoderProfilesProxy.java107 int chromaSubsampling, in create() argument
118 chromaSubsampling, in create()
/camera/camera-camera2/src/androidTest/java/androidx/camera/camera2/internal/
DCamera2EncoderProfilesProviderTest.kt148 assertThat(videoProxy.chromaSubsampling).isEqualTo(YUV_420) in api31Api32_hasSameContentAsEncoderProfiles()
179 assertThat(videoProxy.chromaSubsampling).isEqualTo(video.chromaSubsampling) in afterApi33_hasSameContentAsEncoderProfiles()
/camera/camera-video/src/main/java/androidx/camera/video/internal/workaround/
DDefaultEncoderProfilesProvider.kt157 chromaSubsampling: Int = DEFAULT_VIDEO_CHROMA_SUBSAMPLING, in createDefaultVideoProfile()
169 chromaSubsampling, in createDefaultVideoProfile()
/camera/camera-camera2-pipe-integration/src/androidTest/java/androidx/camera/camera2/pipe/integration/
DEncoderProfilesProviderAdapterDeviceTest.kt163 assertThat(videoProxy.chromaSubsampling).isEqualTo(YUV_420) in api31Api32_hasSameContentAsEncoderProfiles()
194 assertThat(videoProxy.chromaSubsampling).isEqualTo(video.chromaSubsampling) in afterApi33_hasSameContentAsEncoderProfiles()
/camera/camera-video/src/test/java/androidx/camera/video/internal/workaround/
DDefaultEncoderProfilesProviderTest.kt358 assertThat(videoProfile.chromaSubsampling).isEqualTo(DEFAULT_VIDEO_CHROMA_SUBSAMPLING) in verifyVideoProfile()