Home
last modified time | relevance | path

Searched defs:DCResolution (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/utils/
H A Dconstants.h124 struct DCResolution { struct
128 DCResolution() : width_(0), height_(0) {} in DCResolution() argument
130 DCResolution(int32_t width, int32_t height) : width_(width), height_(height) {} in DCResolution() argument