Home
last modified time | relevance | path

Searched refs:planeConfig_ (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()
59 return planeConfig_; in GetConfig()
75 PlaneConfig planeConfig_ = PlaneConfig::UNKNOWN; variable