#include <pixdesc.h>
Definition at line 31 of file pixdesc.h.
int AVComponentDescriptor::plane |
Which of the 4 planes contains the component.
Definition at line 35 of file pixdesc.h.
int AVComponentDescriptor::step |
Number of elements between 2 horizontally consecutive pixels.
Elements are bits for bitstream formats, bytes otherwise.
Definition at line 41 of file pixdesc.h.
int AVComponentDescriptor::offset |
Number of elements before the component of the first pixel.
Elements are bits for bitstream formats, bytes otherwise.
Definition at line 47 of file pixdesc.h.
int AVComponentDescriptor::shift |
Number of least significant bits that must be shifted away to get the value.
Definition at line 53 of file pixdesc.h.
int AVComponentDescriptor::depth |
Number of bits in the component.
Definition at line 58 of file pixdesc.h.
deprecated, use step instead
Definition at line 62 of file pixdesc.h.
deprecated, use depth instead
Definition at line 65 of file pixdesc.h.
deprecated, use offset instead
Definition at line 68 of file pixdesc.h.
The documentation for this struct was generated from the following file: