Searched defs:ExtendedSceneModeCapability (Results 1 – 1 of 1) sorted by relevance
150 struct ExtendedSceneModeCapability { struct151 int32_t mode, max_width, max_height;152 float min_zoom, max_zoom;153 ExtendedSceneModeCapability() in ExtendedSceneModeCapability() argument160 ExtendedSceneModeCapability(int32_t m, int32_t w, int32_t h, float min_z, in ExtendedSceneModeCapability() function