OPAL
Version 3.18.8
|
#include <ptlib.h>
#include <opal_config.h>
#include <ptclib/random.h>
#include <opal/transcoders.h>
#include <codec/opalplugin.h>
#include <codec/vidcodec.h>
Go to the source code of this file.
Data Structures | |
class | OpalRFC4175Transcoder |
struct | OpalRFC4175Transcoder::ScanLineHeader |
class | OpalRFC4175Encoder |
class | OpalRFC4175Decoder |
class | Opal_RFC4175YCbCr420_to_YUV420P |
class | Opal_YUV420P_to_RFC4175YCbCr420 |
class | Opal_RFC4175RGB_to_RGB24 |
class | Opal_RGB24_to_RFC4175RGB |
Macros | |
#define | OPAL_RFC4175_YCbCr420 "RFC4175_YCbCr-4:2:0" |
#define | OpalRFC4175YCbCr420 GetOpalRFC4175_YCbCr420() |
#define | OPAL_RFC4175_RGB "RFC4175_RGB" |
#define | OpalRFC4175RGB GetOpalRFC4175_RGB() |
#define | OPAL_REGISTER_RFC4175_VIDEO(oformat, rformat) |
#define | OPAL_REGISTER_RFC4175() |
Functions | |
const OpalVideoFormat & | GetOpalRFC4175_YCbCr420 () |
const OpalVideoFormat & | GetOpalRFC4175_RGB () |
#define OPAL_REGISTER_RFC4175 | ( | ) |
#define OPAL_REGISTER_RFC4175_VIDEO | ( | oformat, | |
rformat | |||
) |
#define OPAL_RFC4175_RGB "RFC4175_RGB" |
#define OPAL_RFC4175_YCbCr420 "RFC4175_YCbCr-4:2:0" |
#define OpalRFC4175RGB GetOpalRFC4175_RGB() |
#define OpalRFC4175YCbCr420 GetOpalRFC4175_YCbCr420() |
const OpalVideoFormat& GetOpalRFC4175_RGB | ( | ) |
const OpalVideoFormat& GetOpalRFC4175_YCbCr420 | ( | ) |