#include <VideoDecoderGst.h>
|
typedef std::uint8_t | value_type |
|
typedef std::unique_ptr< value_type[]> | container_type |
|
typedef value_type * | iterator |
|
typedef const value_type * | const_iterator |
|
| GnashImage (iterator data, size_t width, size_t height, ImageType type, ImageLocation location=GNASH_IMAGE_CPU) |
| Construct a GnashImage from a data buffer, taking ownership of the data. More...
|
|
| GnashImage (size_t width, size_t height, ImageType type, ImageLocation location=GNASH_IMAGE_CPU) |
| Construct an empty GnashImage. More...
|
|
const ImageType | _type |
| The type of the image: RGBA or RGB. More...
|
|
const ImageLocation | _location |
| Image data location (CPU or GPU) More...
|
|
const size_t | _width |
| Width of image, in pixels. More...
|
|
const size_t | _height |
| Height of image, in pixels. More...
|
|
container_type | _data |
| Data if held in this class. More...
|
|
§ gnashGstBuffer()
gnash::media::gst::gnashGstBuffer::gnashGstBuffer |
( |
GstBuffer * |
buf, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
|
inline |
§ ~gnashGstBuffer()
gnash::media::gst::gnashGstBuffer::~gnashGstBuffer |
( |
| ) |
|
|
inline |
§ begin() [1/2]
virtual iterator gnash::media::gst::gnashGstBuffer::begin |
( |
| ) |
|
|
inlinevirtual |
§ begin() [2/2]
virtual const_iterator gnash::media::gst::gnashGstBuffer::begin |
( |
| ) |
const |
|
inlinevirtual |
§ stride()
virtual size_t gnash::media::gst::gnashGstBuffer::stride |
( |
| ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following file: