Home
last modified time | relevance | path

Searched refs:planeConfig (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkYUVAInfo.cpp40 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
[all …]
DSkYUVAPixmaps.cpp174 return supportedDataTypes.supported(fYUVAInfo.planeConfig(), fDataType); in isSupported()
/external/skia/include/core/
DSkYUVAInfo.h156 PlaneConfig planeConfig() const { return fPlaneConfig; } in planeConfig() function
249 constexpr int SkYUVAInfo::NumPlanes(PlaneConfig planeConfig) { in NumPlanes() argument
250 switch (planeConfig) { in NumPlanes()