libcamera: v4l2_videodevice: Re-group operations
Group together operations to enumerate formats and operations to handle memory handling, alternating public and private operations but respecting the ordering within each group. Cosmetic change only. Signed-off-by: Jacopo Mondi <jacopo@jmondi.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
This commit is contained in:
@@ -160,13 +160,13 @@ private:
|
||||
int getFormatSingleplane(V4L2DeviceFormat *format);
|
||||
int setFormatSingleplane(V4L2DeviceFormat *format);
|
||||
|
||||
std::vector<unsigned int> enumPixelformats();
|
||||
std::vector<SizeRange> enumSizes(unsigned int pixelFormat);
|
||||
|
||||
int requestBuffers(unsigned int count);
|
||||
int createPlane(Buffer *buffer, unsigned int plane,
|
||||
unsigned int length);
|
||||
|
||||
std::vector<unsigned int> enumPixelformats();
|
||||
std::vector<SizeRange> enumSizes(unsigned int pixelFormat);
|
||||
|
||||
Buffer *dequeueBuffer();
|
||||
void bufferAvailable(EventNotifier *notifier);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user