Home
last modified time | relevance | path

Searched defs:planeConfig (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/src/core/
H A DSkYUVAInfo.cpp42 std::tuple<int, int> SkYUVAInfo::PlaneSubsamplingFactors(PlaneConfig planeConfig, in PlaneSubsamplingFactors()
78 PlaneConfig planeConfig, in PlaneDimensions()
281 bool SkYUVAInfo::HasAlpha(PlaneConfig planeConfig) { in HasAlpha()
303 PlaneConfig planeConfig, in SkYUVAInfo()
/aosp_15_r20/external/skia/include/core/
H A DSkYUVAInfo.h160 PlaneConfig planeConfig() const { return fPlaneConfig; } in planeConfig() function
253 constexpr int SkYUVAInfo::NumPlanes(PlaneConfig planeConfig) { in NumPlanes()
/aosp_15_r20/external/skia/gm/
H A Dasyncrescaleandread.cpp296 auto planeConfig = readAlpha ? SkYUVAInfo::PlaneConfig::kY_U_V_A : in readAndScaleYUVA() local
/aosp_15_r20/external/skia/tests/graphite/precompile/
H A DPaintParamsKeyTest.cpp550 SkYUVAInfo::PlaneConfig planeConfig = SkYUVAInfo::PlaneConfig::kY_UV; in make_yuv_image() local