Home
last modified time | relevance | path

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

/hardware/google/av/codec2/include/
DC2Config.h1200 struct C2RectStruct : C2Rect { struct
1201 C2RectStruct() = default;
1202 C2RectStruct(const C2Rect &rect) : C2Rect(rect) { } in C2RectStruct() function
1204 bool operator==(const C2RectStruct &) = delete;
1205 bool operator!=(const C2RectStruct &) = delete;
1214 typedef C2StreamParam<C2Info, C2RectStruct, kParamIndexCropRect> C2StreamCropRectInfo;
1277 typedef C2StreamParam<C2Tuning, C2RectStruct, kParamIndexScaledCropRect>