Searched refs:C2RectStruct (Results 1 – 1 of 1) sorted by relevance
1248 struct C2RectStruct : C2Rect { struct1249 C2RectStruct() = default;1250 C2RectStruct(const C2Rect &rect) : C2Rect(rect) { } in C2RectStruct() argument1252 bool operator==(const C2RectStruct &) = delete;1253 bool operator!=(const C2RectStruct &) = delete;1262 typedef C2StreamParam<C2Info, C2RectStruct, kParamIndexCropRect> C2StreamCropRectInfo;1323 typedef C2StreamParam<C2Tuning, C2RectStruct, kParamIndexScaledCropRect>