Home
last modified time | relevance | path

Searched refs:kY_UV (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/include/core/
H A DSkYUVAInfo.h33 * mapped to the YUVA channels in the order specified, e.g. for kY_UV Y is in channel 0 of plane
48 kY_UV, ///< Plane 0: Y, Plane 1: UV member in SkYUVAInfo::PlaneConfig
254 case PlaneConfig::kY_UV: return 2; in NumPlanes()
276 case SkYUVAInfo::PlaneConfig::kY_UV: in NumChannelsInPlane()
/third_party/skia/src/core/
H A DSkYUVAInfo.cpp59 case PlaneConfig::kY_UV: in PlaneSubsamplingFactors()
113 case PlaneConfig::kY_UV: in PlaneDimensions()
210 case PlaneConfig::kY_UV: { in GetYUVALocations()
285 case PlaneConfig::kY_UV: return false; in HasAlpha()
/third_party/skia/tests/
H A DImageGeneratorTest.cpp69 SkYUVAInfo::PlaneConfig::kY_UV, in DEF_TEST()
/third_party/skia/gm/
H A Dwacky_yuv_formats.cpp121 fPlaneConfig = SkYUVAInfo::PlaneConfig::kY_UV; in YUVAPlanarConfig()

Completed in 6 milliseconds