Image buffer wrapper.
More...
#include <VideoConverter.h>
List of all members.
Detailed Description
Image buffer wrapper.
Unfortunately, the GnashImage buffer class currently insists on owning its buffer. Hacking around this results in things like gnashGstBuffer, which is less than desirable. Furthermore, it only supports a handful of pixel and image formats. Something more elaborate is needed to support the various YUV formats and different bit depths for RGB. But in the mean time: here's a simple image class for use in VideoConverter, at least until we merge the image classes.
Member Typedef Documentation
Constructor & Destructor Documentation
gnash::media::ImgBuf::ImgBuf |
( |
Type4CC |
t, |
|
|
boost::uint8_t * |
dataptr, |
|
|
size_t |
datasize, |
|
|
size_t |
w, |
|
|
size_t |
h | |
|
) |
| | [inline] |
gnash::media::ImgBuf::~ImgBuf |
( |
|
) |
[inline] |
Member Function Documentation
static void gnash::media::ImgBuf::array_delete |
( |
void * |
voidptr |
) |
[inline, static] |
static void gnash::media::ImgBuf::noop |
( |
void * |
|
) |
[inline, static] |
Member Data Documentation
The documentation for this struct was generated from the following file: