Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dyuv_info.h44 …: width_(width), height_(height), planeConfig_(config), subSampling_(sampling), yuvColorSpace_(col… in YUVInfo()
64 return subSampling_; in GetSampling()
76 SubSampling subSampling_ = SubSampling::UNKNOWN; variable