Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkYUVAInfo.cpp48 bool isSubsampledPlane = false; in PlaneSubsamplingFactors() local
56 isSubsampledPlane = planeIdx == 1 || planeIdx == 2; in PlaneSubsamplingFactors()
63 isSubsampledPlane = planeIdx == 1; in PlaneSubsamplingFactors()
72 return isSubsampledPlane ? SubsamplingFactors(subsampling) : std::make_tuple(1, 1); in PlaneSubsamplingFactors()