mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-24 17:15:07 +03:00
libcamera: StreamConfiguration: Add frameSize field
In addition to the stride field, we want the pipeline handler to be able to declare the frame size for the configuration. Add a frameSize field to StreamConfiguration for this purpose. Signed-off-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
fad0314bc9
commit
8addae2583
2 changed files with 15 additions and 3 deletions
|
@ -43,6 +43,7 @@ struct StreamConfiguration {
|
|||
PixelFormat pixelFormat;
|
||||
Size size;
|
||||
unsigned int stride;
|
||||
unsigned int frameSize;
|
||||
|
||||
unsigned int bufferCount;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue