Gnash
0.8.10
|
Base class for video image space conversion. More...
#include <VideoConverterHaiku.h>
Public Member Functions | |
VideoConverterHaiku (ImgBuf::Type4CC srcFormat, ImgBuf::Type4CC dstFormat) | |
Base class for video image space conversion. | |
~VideoConverterHaiku () | |
std::auto_ptr< ImgBuf > | convert (const ImgBuf &src) |
Convert a (video) image from one colorspace to another. |
Base class for video image space conversion.
gnash::media::haiku::VideoConverterHaiku::VideoConverterHaiku | ( | ImgBuf::Type4CC | srcFormat, |
ImgBuf::Type4CC | dstFormat | ||
) |
Base class for video image space conversion.
References QQ.
gnash::media::haiku::VideoConverterHaiku::~VideoConverterHaiku | ( | ) |
References QQ.
std::auto_ptr< ImgBuf > gnash::media::haiku::VideoConverterHaiku::convert | ( | const ImgBuf & | src | ) | [virtual] |
Convert a (video) image from one colorspace to another.
src | the image to convert |
Implements gnash::media::VideoConverter.
References QQ.