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