Home
last modified time | relevance | path

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

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