Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/core/include/
H A DC2Config.h1295 struct C2RectStruct : C2Rect { struct
1296 C2RectStruct() = default;
1297 C2RectStruct(const C2Rect &rect) : C2Rect(rect) { } in C2RectStruct() function
1299 bool operator==(const C2RectStruct &) = delete;
1300 bool operator!=(const C2RectStruct &) = delete;
1309 typedef C2StreamParam<C2Info, C2RectStruct, kParamIndexCropRect> C2StreamCropRectInfo;
1370 typedef C2StreamParam<C2Tuning, C2RectStruct, kParamIndexScaledCropRect>