Valkka
1.6.1
OpenSource Video Management
|
Constant/default values, version numbers. More...
#include "common.h"
Go to the source code of this file.
Classes | |
struct | BitmapPars |
For AVBitmapFrames, linesizes are the widths + padding bytes. More... | |
Macros | |
#define | GLX_CONTEXT_MAJOR_VERSION 0x2091 |
#define | GLX_CONTEXT_MINOR_VERSION 0x2092 |
#define | ALIGNMENT 1 |
Typedefs | |
typedef unsigned | BitmapType |
typedef unsigned short | SlotNumber |
typedef std::size_t | IdNumber |
Enumerations | |
enum | PayloadSizes { DEFAULT_PAYLOAD_SIZE = 1024 , DEFAULT_PAYLOAD_SIZE_H264 = 1024*500 , DEFAULT_PAYLOAD_SIZE_PCMU = 1024 } |
enum | MaxSizes { N_MAX_SLOTS =256 , N_MAX_DECODERS =4 } |
Functions | |
bool | operator== (BitmapPars const &a, BitmapPars const &b) |
std::ostream & | operator<< (std::ostream &os, BitmapPars const &m) |
Constant/default values, version numbers.
enum MaxSizes |
Enumerator | |
---|---|
N_MAX_SLOTS | Maximum number of slots (used both by livethread.cpp and openglthread.cpp. |
N_MAX_DECODERS | Maximum number of decoders per one AVThread instance. |
enum PayloadSizes |