Searched refs:chromaSubsampling (Results 1 – 7 of 7) sorted by relevance
93 assertThat(validatedProfiles.videoProfiles[0].chromaSubsampling) in createFromEncoderProfilesProxy()94 .isEqualTo(profiles.videoProfiles[0].chromaSubsampling) in createFromEncoderProfilesProxy()
211 this.chromaSubsampling, in <lambda>()
107 int chromaSubsampling, in create() argument118 chromaSubsampling, in create()
148 assertThat(videoProxy.chromaSubsampling).isEqualTo(YUV_420) in api31Api32_hasSameContentAsEncoderProfiles()179 assertThat(videoProxy.chromaSubsampling).isEqualTo(video.chromaSubsampling) in afterApi33_hasSameContentAsEncoderProfiles()
157 chromaSubsampling: Int = DEFAULT_VIDEO_CHROMA_SUBSAMPLING, in createDefaultVideoProfile()169 chromaSubsampling, in createDefaultVideoProfile()
163 assertThat(videoProxy.chromaSubsampling).isEqualTo(YUV_420) in api31Api32_hasSameContentAsEncoderProfiles()194 assertThat(videoProxy.chromaSubsampling).isEqualTo(video.chromaSubsampling) in afterApi33_hasSameContentAsEncoderProfiles()
358 assertThat(videoProfile.chromaSubsampling).isEqualTo(DEFAULT_VIDEO_CHROMA_SUBSAMPLING) in verifyVideoProfile()