Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkYUVAInfo.cpp34 case Subsampling::k411: return {4, 1}; in SubsamplingFactors()
101 case Subsampling::k411: uvSize = {down4(w), h }; break; in PlaneDimensions()
/external/skia/include/core/
DSkYUVAInfo.h76 k411, ///< 1 set of UV values for each 4x1 block of Y values. enumerator
/external/skia/src/codec/
DSkJpegCodec.cpp809 tempSubsampling = SkYUVAInfo::Subsampling::k411; in is_yuv_supported()