libcamera: v4l2_subdevice: Replace FormatEnum with ImageFormats
Replace all usage of FormatEnum with ImageFormats and completely remove FormatEnum which is no longer needed. Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
be78ffbe9a
commit
ce02ea29cd
6 changed files with 28 additions and 42 deletions
|
@ -14,16 +14,6 @@
|
|||
|
||||
namespace libcamera {
|
||||
|
||||
/**
|
||||
* \typedef FormatEnum
|
||||
* \brief Type definition for the map of image formats and sizes
|
||||
*
|
||||
* Type definition used to enumerate the supported pixel formats and image
|
||||
* frame sizes. The type associates in a map a pixel format (for memory
|
||||
* formats) or a media bus code (for bus formats), to a vector of image
|
||||
* resolutions represented by SizeRange items.
|
||||
*/
|
||||
|
||||
/**
|
||||
* \class ImageFormats
|
||||
* \brief Describe V4L2Device and V4L2SubDevice image formats
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue