Go to the source code of this file.
Typedefs |
typedef
boost::interprocess::scoped_lock
< boost::interprocess::interprocess_mutex > | Lock |
Functions |
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 Documentation
typedef boost::interprocess::scoped_lock<boost::interprocess::interprocess_mutex> Lock |
Function Documentation
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 |
|
) |
| |