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

/frameworks/av/media/libstagefright/codec2/include/
H A DC2Buffer.h733 * C2Rect: rectangle type with non-negative coordinates.
737 struct C2Rect { struct in namespace:android
744 inline C2Rect(uint32_t width, uint32_t height) function in struct:android::C2Rect
745 : C2Rect(width, height, 0, 0) { }
747 inline C2Rect(uint32_t width, uint32_t height, uint32_t left, uint32_t top) function in struct:android::C2Rect
768 inline bool contains(const C2Rect &other) const {
780 inline bool operator==(const C2Rect &other) const {
791 inline bool operator!=(const C2Rect &other) const {
795 inline bool operator>=(const C2Rect &other) const {
799 inline bool operator>(const C2Rect
[all...]

Completed in 1158 milliseconds