Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "DVDDemuxSPU.h"
#include "DVDCodecs/Overlay/DVDOverlaySpu.h"
#include "cores/VideoPlayer/Interface/TimingConstants.h"
#include "utils/log.h"
#include <locale.h>
#include <memory>
#include <stdlib.h>
Macros | |
#define | ALIGN(value, alignment) |
#define | CMD_END 0xFF |
#define | FSTA_DSP 0x00 |
#define | STA_DSP 0x01 |
#define | STP_DSP 0x02 |
#define | SET_COLOR 0x03 |
#define | SET_CONTR 0x04 |
#define | SET_DAREA 0x05 |
#define | SET_DSPXA 0x06 |
#define | CHG_COLCON 0x07 |
Functions | |
void | DebugLog (const char *format,...) |
unsigned int | AddNibble (unsigned int i_code, const uint8_t *p_src, unsigned int *pi_index) |
#define ALIGN | ( | value, | |
alignment ) |
#define CHG_COLCON 0x07 |
#define CMD_END 0xFF |
#define FSTA_DSP 0x00 |
#define SET_COLOR 0x03 |
#define SET_CONTR 0x04 |
#define SET_DAREA 0x05 |
#define SET_DSPXA 0x06 |
#define STA_DSP 0x01 |
#define STP_DSP 0x02 |
|
inline |
void DebugLog | ( | const char * | format, |
... ) |