Gnash
0.8.11dev
|
#include <VideoDecoderGst.h>
Public Member Functions | |
gnashGstBuffer (GstBuffer *buf, int width, int height) | |
~gnashGstBuffer () | |
virtual size_t | stride () const |
Get the pitch of the image buffer. | |
virtual iterator | begin () |
Access the raw data. | |
virtual const_iterator | begin () const |
Access the raw data. | |
![]() | |
ImageRGB (size_t width, size_t height) | |
Create an empty RGB image with uninitialized data. | |
ImageRGB (iterator data, size_t width, size_t height) | |
Create an ImageRGB taking ownership of the data. | |
virtual | ~ImageRGB () |
![]() | |
virtual | ~GnashImage () |
ImageType | type () const |
Return the ImageType of the image. | |
ImageLocation | location () const |
Return the ImageLocation of the image. | |
size_t | size () const |
Get the size of the image buffer. | |
size_t | channels () const |
Get the number of channels. | |
size_t | width () const |
Get the image's width. | |
size_t | height () const |
Get the image's width. | |
void | update (const_iterator data) |
Copy image data from a buffer. | |
void | update (const GnashImage &from) |
Copy image data from another image data. | |
iterator | end () |
An iterator to the end of the data. | |
const_iterator | end () const |
An iterator to the end of the data. |
|
inline |
|
inline |
|
inlinevirtual |
Access the raw data.
Reimplemented from gnash::image::GnashImage.
|
inlinevirtual |
Access the raw data.
Reimplemented from gnash::image::GnashImage.
|
inlinevirtual |
Get the pitch of the image buffer.
Reimplemented from gnash::image::GnashImage.
References gnash::image::GnashImage::channels(), and gnash::image::GnashImage::width().