Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
video_format_cap Struct Reference

Video format capability. More...

#include <video.h>

Data Fields

uint32_t pixelformat
 FourCC pixel format value (Video pixel formats).
 
uint32_t width_min
 minimum supported frame width in pixels.
 
uint32_t width_max
 maximum supported frame width in pixels.
 
uint32_t height_min
 minimum supported frame height in pixels.
 
uint32_t height_max
 maximum supported frame height in pixels.
 
uint16_t width_step
 width step size in pixels.
 
uint16_t height_step
 height step size in pixels.
 

Detailed Description

Video format capability.

Used to describe a video endpoint format capability.

Field Documentation

◆ height_max

uint32_t video_format_cap::height_max

maximum supported frame height in pixels.

◆ height_min

uint32_t video_format_cap::height_min

minimum supported frame height in pixels.

◆ height_step

uint16_t video_format_cap::height_step

height step size in pixels.

◆ pixelformat

uint32_t video_format_cap::pixelformat

FourCC pixel format value (Video pixel formats).

◆ width_max

uint32_t video_format_cap::width_max

maximum supported frame width in pixels.

◆ width_min

uint32_t video_format_cap::width_min

minimum supported frame width in pixels.

◆ width_step

uint16_t video_format_cap::width_step

width step size in pixels.


The documentation for this struct was generated from the following file: