Searched defs:rect (Results 1 – 7 of 7) sorted by relevance
26 #define morpho_RectInt_setRect(rect,l,t,r,b) do { \ argument
41 struct v4l2_rect rect; member
62 struct v4l2_rect rect; member
1782 ExynosRect *rect) in yuv2Jpeg()3716 void ExynosCamera::m_setExifChangedAttribute(exif_attribute_t *exifInfo, ExynosRect *rect) in m_setExifChangedAttribute()3931 void ExynosCamera::m_secRect2SecRect2(ExynosRect *rect, ExynosRect2 *rect2) in m_secRect2SecRect2()3939 void ExynosCamera::m_secRect22SecRect(ExynosRect2 *rect2, ExynosRect *rect) in m_secRect22SecRect()
197 inline int WIDTH(const hwc_rect &rect) { return rect.right - rect.left; } in WIDTH()198 inline int HEIGHT(const hwc_rect &rect) { return rect.bottom - rect.top; } in HEIGHT()
47 #define WIDTH(rect) ((rect).right - (rect).left) argument48 #define HEIGHT(rect) ((rect).bottom - (rect).top) argument
4634 ExynosRect *rect) in yuv2Jpeg()5710 …d ExynosCameraHWInterface2::m_setExifChangedAttribute(exif_attribute_t *exifInfo, ExynosRect *rect, in m_setExifChangedAttribute()