Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/core/include/
DC2Buffer.h1338 struct C2Rect { struct
1345 constexpr inline C2Rect() in C2Rect() argument
1348 constexpr inline C2Rect(uint32_t width_, uint32_t height_) in C2Rect() function
1351 constexpr C2Rect inline at(uint32_t left_, uint32_t top_) const { in at() argument
1374 inline constexpr bool contains(const C2Rect &other) const { in contains() argument
1424 inline constexpr C2Rect intersect(const C2Rect &other) const { in intersect() argument
1432 inline constexpr C2Rect normalize() const { in normalize() argument
1438 constexpr inline C2Rect(uint32_t width_, uint32_t height_, uint32_t left_, uint32_t top_) in C2Rect() argument
1455 inline constexpr operator C2Rect() const { in C2Rect() function