Searched refs:planeConfig (Results 1 – 3 of 3) sorted by relevance
40 std::tuple<int, int> SkYUVAInfo::PlaneSubsamplingFactors(PlaneConfig planeConfig, in PlaneSubsamplingFactors() argument43 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() argument81 if (!is_plane_config_compatible_with_subsampling(planeConfig, subsampling)) { in PlaneDimensions()104 switch (planeConfig) { in PlaneDimensions()279 bool SkYUVAInfo::HasAlpha(PlaneConfig planeConfig) { in HasAlpha() argument280 switch (planeConfig) { in HasAlpha()301 PlaneConfig planeConfig, in SkYUVAInfo() argument[all …]
174 return supportedDataTypes.supported(fYUVAInfo.planeConfig(), fDataType); in isSupported()
156 PlaneConfig planeConfig() const { return fPlaneConfig; } in planeConfig() function249 constexpr int SkYUVAInfo::NumPlanes(PlaneConfig planeConfig) { in NumPlanes() argument250 switch (planeConfig) { in NumPlanes()