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:
Niklas Söderlund 2019-05-25 02:20:55 +02:00
parent be78ffbe9a
commit ce02ea29cd
6 changed files with 28 additions and 42 deletions

View file

@ -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