|
Urbi SDK Remote for C++
2.7.5
|
Conversion of sounds and images. More...


Go to the source code of this file.
Classes | |
| struct | urbi::wavheader |
Namespaces | |
| namespace | urbi |
Global definition of the starterlist. | |
Typedefs | |
| typedef unsigned char | urbi::byte |
Functions | |
| int | urbi::convertYCrCbtoYCbCr (const byte *source, size_t sourcelen, byte *dest) |
| Image format conversion functions. | |
| int | urbi::convertRGBtoYCbCr (const byte *source, size_t sourcelen, byte *dest) |
| Convert a buffer in containing a source image, (an RGB image), to a buffer out for the destinationImage, which will contain a YCbCr (YUV) image. | |
| int | urbi::convertYCbCrtoRGB (const byte *source, size_t sourcelen, byte *dest) |
| Convert a buffer in, which contains an YCrCb, image to a buffer for the out, which will contain a RGB image. | |
| int | urbi::convertJPEGtoYCrCb (const byte *source, size_t sourcelen, byte **dest, size_t &size, size_t &w, size_t &h) |
| int | urbi::convertJPEGtoRGB (const byte *source, size_t sourcelen, byte **dest, size_t &size, size_t &w, size_t &h) |
| int | urbi::convertRGBtoJPEG (const byte *source, size_t w, size_t h, byte *dest, size_t &size, int quality) |
| Convert a buffer source, which contains an RGB image, to a buffer for the dest, which will contain a JPEG image. | |
| int | urbi::convertYCrCbtoJPEG (const byte *source, size_t w, size_t h, byte *dest, size_t &size, int quality) |
| Convert a buffer source, which contains an YCrCb image, to a buffer for the dest, which will contain a JPEG image. | |
| int | urbi::convertRGBtoGrey8_601 (const byte *in, size_t bufferSize, byte *out) |
| Convert a buffer in containing a source image, (an RGB image), to a buffer out for the destination Image, which will contain a Grey8 image with the formula defined in recommendation 601. | |
| int | urbi::convert (const USound &source, USound &destination) |
| Conversion between various sound formats. | |
| int | urbi::convert (const UImage &source, UImage &destination) |
| Convert the image src to the image dest. | |
Conversion of sounds and images.
Definition in file uconversion.hh.