Lines Matching refs:planeConfig
40 std::tuple<int, int> SkYUVAInfo::PlaneSubsamplingFactors(PlaneConfig planeConfig, in PlaneSubsamplingFactors() argument
43 if (!is_plane_config_compatible_with_subsampling(planeConfig, subsampling) || in PlaneSubsamplingFactors()
45 planeIdx > NumPlanes(planeConfig)) { in PlaneSubsamplingFactors()
49 switch (planeConfig) { in PlaneSubsamplingFactors()
76 PlaneConfig planeConfig, in PlaneDimensions() argument
81 if (!is_plane_config_compatible_with_subsampling(planeConfig, subsampling)) { in PlaneDimensions()
104 switch (planeConfig) { in PlaneDimensions()
279 bool SkYUVAInfo::HasAlpha(PlaneConfig planeConfig) { in HasAlpha() argument
280 switch (planeConfig) { in HasAlpha()
301 PlaneConfig planeConfig, in SkYUVAInfo() argument
308 , fPlaneConfig(planeConfig) in SkYUVAInfo()
315 !is_plane_config_compatible_with_subsampling(planeConfig, subsampling)) { in SkYUVAInfo()