#include <ptlib.h>
#include <opal/buildopts.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.
◆ OPAL_REGISTER_RFC4175
#define OPAL_REGISTER_RFC4175 |
( |
| ) |
|
Value: OPAL_REGISTER_RFC4175_VIDEO(RGB24, RGB)
#define OPAL_REGISTER_RFC4175_VIDEO(oformat, rformat)
Definition: rfc4175.h:232
◆ OPAL_REGISTER_RFC4175_VIDEO
#define OPAL_REGISTER_RFC4175_VIDEO |
( |
|
oformat, |
|
|
|
rformat |
|
) |
| |
Value: OPAL_REGISTER_TRANSCODER(Opal_##oformat##_to_RFC4175##rformat, Opal##oformat, OpalRFC4175##rformat);
#define OPAL_REGISTER_TRANSCODER(cls, input, output)
Definition: transcoders.h:127
◆ OPAL_RFC4175_RGB
#define OPAL_RFC4175_RGB "RFC4175_RGB" |
◆ OPAL_RFC4175_YCbCr420
#define OPAL_RFC4175_YCbCr420 "RFC4175_YCbCr-4:2:0" |
◆ OpalRFC4175RGB
◆ OpalRFC4175YCbCr420
◆ GetOpalRFC4175_RGB()
◆ GetOpalRFC4175_YCbCr420()