mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-25 01:25:08 +03:00
libcamera: geometry: Fix SizeRange constructor style
Match the style of the SizeRange() which specifies the hStep and vStep, and wrap the lines in pairs of min and max values. Reviewed-by: Jacopo Mondi <jacopo@jmondi.org> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
4232b60612
commit
c544506e1a
1 changed files with 2 additions and 1 deletions
|
@ -197,7 +197,8 @@ bool operator<(const Size &lhs, const Size &rhs)
|
|||
*/
|
||||
|
||||
/**
|
||||
* \fn SizeRange::SizeRange(unsigned int minW, unsigned int minH, unsigned int maxW, unsigned int maxH)
|
||||
* \fn SizeRange::SizeRange(unsigned int minW, unsigned int minH,
|
||||
* unsigned int maxW, unsigned int maxH)
|
||||
* \brief Construct an initialized size range
|
||||
* \param[in] minW The minimum width
|
||||
* \param[in] minH The minimum height
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue