#include <pixdesc.h>
|
| uint16_t | plane: 2 |
| | Which of the 4 planes contains the component. More...
|
| |
| uint16_t | step_minus1: 3 |
| | Number of elements between 2 horizontally consecutive pixels minus 1. More...
|
| |
| uint16_t | offset_plus1: 3 |
| | Number of elements before the component of the first pixel plus 1. More...
|
| |
| uint16_t | shift: 3 |
| | Number of least significant bits that must be shifted away to get the value. More...
|
| |
| uint16_t | depth_minus1: 4 |
| | Number of bits in the component minus 1. More...
|
| |
Definition at line 30 of file pixdesc.h.
| uint16_t AVComponentDescriptor::plane |
Which of the 4 planes contains the component.
Definition at line 34 of file pixdesc.h.
| uint16_t AVComponentDescriptor::step_minus1 |
Number of elements between 2 horizontally consecutive pixels minus 1.
Elements are bits for bitstream formats, bytes otherwise.
Definition at line 40 of file pixdesc.h.
| uint16_t AVComponentDescriptor::offset_plus1 |
Number of elements before the component of the first pixel plus 1.
Elements are bits for bitstream formats, bytes otherwise.
Definition at line 46 of file pixdesc.h.
| uint16_t AVComponentDescriptor::shift |
Number of least significant bits that must be shifted away to get the value.
Definition at line 52 of file pixdesc.h.
| uint16_t AVComponentDescriptor::depth_minus1 |
Number of bits in the component minus 1.
Definition at line 57 of file pixdesc.h.
The documentation for this struct was generated from the following file: