Home
last modified time | relevance | path

Searched refs:k410 (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/include/core/
H A DSkYUVAInfo.h77 k410, ///< 1 set of UV values for each 4x2 block of Y values. member in SkYUVAInfo::PlaneConfig::Subsampling
79 kLast = k410
/third_party/skia/src/core/
H A DSkYUVAInfo.cpp35 case Subsampling::k410: return {4, 2}; in SubsamplingFactors()
102 case Subsampling::k410: uvSize = {down4(w), down2(h)}; break; in PlaneDimensions()
/third_party/skia/src/codec/
H A DSkJpegCodec.cpp837 tempSubsampling = SkYUVAInfo::Subsampling::k410; in is_yuv_supported()

Completed in 5 milliseconds