#include <Common.hpp>
Public Member Functions | |
ImageBuffer (uint8_t *buffer, int ref_count) | |
~ImageBuffer () | |
void | incref () |
void | suicide () |
Public Attributes | |
uint8_t * | buffer |
int | ref_count |
pthread_mutex_t | ref_mutex |
Definition at line 130 of file Common.hpp.
|
inline |
Definition at line 133 of file Common.hpp.
|
inline |
Definition at line 139 of file Common.hpp.
|
inline |
Definition at line 143 of file Common.hpp.
|
inline |
Definition at line 149 of file Common.hpp.
uint8_t* ImageBuffer::buffer |
Definition at line 162 of file Common.hpp.
int ImageBuffer::ref_count |
Definition at line 163 of file Common.hpp.
pthread_mutex_t ImageBuffer::ref_mutex |
Definition at line 164 of file Common.hpp.