|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ctype.h>#include "cc_decoder.h"Macros | |
| #define | TRANSP_SPACE |
Enumerations | |
| enum | { WHITE , GREEN , BLUE , CYAN , RED , YELLOW , MAGENTA , BLACK } |
Functions | |
| void | ccmem_tobuf (cc_decoder_t *dec) |
| void | decode_cc (cc_decoder_t *dec, const uint8_t *buffer, uint32_t buf_len) |
| cc_decoder_t * | cc_decoder_open () |
| void | cc_decoder_close (cc_decoder_t *dec) |
| void | cc_decoder_init (void) |
| #define TRANSP_SPACE |
| void cc_decoder_close | ( | cc_decoder_t * | dec | ) |
| cc_decoder_t * cc_decoder_open | ( | ) |
| void ccmem_tobuf | ( | cc_decoder_t * | dec | ) |
| void decode_cc | ( | cc_decoder_t * | dec, |
| const uint8_t * | buffer, | ||
| uint32_t | buf_len | ||
| ) |