Go to the source code of this file.
|
typedef boost::interprocess::scoped_lock< boost::interprocess::interprocess_mutex > | Lock |
|
|
unsigned int | Pyuv422tobgr24 (unsigned char *input_ptr, unsigned char *output_ptr, unsigned int image_width, unsigned int image_height) |
|
unsigned int | Pyuv422togray8 (unsigned char *input_ptr, unsigned char *output_ptr, unsigned int image_width, unsigned int image_height) |
|
unsigned int | Pyuv422torgb24 (unsigned char *input_ptr, unsigned char *output_ptr, unsigned int image_width, unsigned int image_height) |
|
typedef boost::interprocess::scoped_lock<boost::interprocess::interprocess_mutex> Lock |
unsigned int Pyuv422tobgr24 |
( |
unsigned char * |
input_ptr, |
|
|
unsigned char * |
output_ptr, |
|
|
unsigned int |
image_width, |
|
|
unsigned int |
image_height |
|
) |
| |
unsigned int Pyuv422togray8 |
( |
unsigned char * |
input_ptr, |
|
|
unsigned char * |
output_ptr, |
|
|
unsigned int |
image_width, |
|
|
unsigned int |
image_height |
|
) |
| |
unsigned int Pyuv422torgb24 |
( |
unsigned char * |
input_ptr, |
|
|
unsigned char * |
output_ptr, |
|
|
unsigned int |
image_width, |
|
|
unsigned int |
image_height |
|
) |
| |