Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
video_format_cap Struct Reference

video format capability More...

#include <video.h>

Data Fields

uint32_t pixelformat
 
uint32_t width_min
 
uint32_t width_max
 
uint32_t height_min
 
uint32_t height_max
 
uint16_t width_step
 
uint16_t height_step
 

Detailed Description

video format capability

Used to describe a video endpoint format capability.

Parameters
pixelformatis a list of supported pixel formats (0 terminated).
width_minis the minimum supported frame width.
width_maxis the maximum supported frame width.
height_minis the minimum supported frame width.
height_maxis the maximum supported frame width.
width_stepis the width step size.
height_stepis the height step size.

Field Documentation

◆ height_max

uint32_t video_format_cap::height_max

◆ height_min

uint32_t video_format_cap::height_min

◆ height_step

uint16_t video_format_cap::height_step

◆ pixelformat

uint32_t video_format_cap::pixelformat

◆ width_max

uint32_t video_format_cap::width_max

◆ width_min

uint32_t video_format_cap::width_min

◆ width_step

uint16_t video_format_cap::width_step

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