Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkYUVAInfo.h104 static std::tuple<int, int> PlaneSubsamplingFactors(PlaneConfig, Subsampling, int planeIdx);
160 return PlaneSubsamplingFactors(fPlaneConfig, fSubsampling, planeIdx); in planeSubsamplingFactors()
/external/skia/src/core/
DSkYUVAInfo.cpp40 std::tuple<int, int> SkYUVAInfo::PlaneSubsamplingFactors(PlaneConfig planeConfig, in PlaneSubsamplingFactors() function in SkYUVAInfo