#include <array>
#include <cstdlib>
#include <cstdarg>
#include <unistd.h>
#include <cstring>
#include <cctype>
#include <cerrno>
#include <fcntl.h>
#include <sys/types.h>
#include "cc.h"
Go to the source code of this file.
◆ parityok()
static int parityok |
( |
int |
n | ) |
|
|
static |
◆ decodebit()
static bool decodebit |
( |
const unsigned char * |
data, |
|
|
int |
threshold, |
|
|
int |
scale1 |
|
) |
| |
|
static |
◆ decode()
static int decode |
( |
unsigned char * |
vbiline, |
|
|
int |
scale0, |
|
|
int |
scale1 |
|
) |
| |
|
static |
Definition at line 67 of file cc.cpp.
Referenced by cc_decode(), lyricscom.LyricsFetcher::get_lyrics(), genius.LyricsFetcher::get_lyrics(), lyricswiki.LyricsFetcher::get_lyrics(), ttplayer.LyricsFetcher::get_lyrics(), hardwareprofile.os_detect.get_os_info::linuxstandardbase(), mythburn::processJob(), darklyrics.LyricsFetcher::search(), nv_python_libs.youtube.youtube_data.getData::update(), nv_python_libs.vimeo.vimeo_data.getData::update(), nv_python_libs.vimeo.vimeo_data.getData::update_old(), and mythburn::WriteXMLToFile().
◆ cc_close()
void cc_close |
( |
struct cc * |
cc | ) |
|
◆ cc_decode()
void cc_decode |
( |
struct cc * |
cc | ) |
|