dng_pixel_buffer.h File Reference
Go to the source code of this file.
|
Classes |
class | dng_pixel_buffer |
| Holds a buffer of pixel data with "pixel geometry" metadata. More...
|
Defines |
#define | qDebugPixelType 0 |
#define | ASSERT_PIXEL_TYPE(typeVal) DNG_ASSERT (fPixelType == typeVal, "Pixel type access mismatch") |
Functions |
void | OptimizeOrder (const void *&sPtr, void *&dPtr, uint32 sPixelSize, uint32 dPixelSize, uint32 &count0, uint32 &count1, uint32 &count2, int32 &sStep0, int32 &sStep1, int32 &sStep2, int32 &dStep0, int32 &dStep1, int32 &dStep2) |
| Compute best set of step values for a given source and destination area and stride.
|
void | OptimizeOrder (const void *&sPtr, uint32 sPixelSize, uint32 &count0, uint32 &count1, uint32 &count2, int32 &sStep0, int32 &sStep1, int32 &sStep2) |
void | OptimizeOrder (void *&dPtr, uint32 dPixelSize, uint32 &count0, uint32 &count1, uint32 &count2, int32 &dStep0, int32 &dStep1, int32 &dStep2) |
Detailed Description
Support for holding buffers of sample data.