Mac OS 9
PlanarComponentInfo Struct Reference

#include <ImageCodec.h>

Data Fields

SInt32 offset
 
UInt32 rowBytes
 

Detailed Description

These data structures are used by code that wants to pass planar pixmap information around. The structure below gives the basic idea of what is being done. Normal instances of code will use a fixed number of planes (eg YUV420 uses three planes, Y, U and V). Each such code instance will define its own version of the PlanarPixMapInfo struct counting the number of planes it needs along with defining constants that specify the meanings of each plane.


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