#include <algorithm>
#include <cfloat>
#include <cstdint>
#include "captions/vbi608extractor.h"
#include "mythlogging.h"
Go to the source code of this file.
|
#define | LOC QString("VBI608Extractor: ") |
|
|
static void | print (const QList< uint > &raw_minimas, const QList< uint > &raw_maximas, const QList< float > &minimas, const QList< float > &maximas) |
|
static float | find_clock_diff (const QList< float > &list) |
|
◆ LOC
#define LOC QString("VBI608Extractor: ") |
◆ print()
static void print |
( |
const QList< uint > & |
raw_minimas, |
|
|
const QList< uint > & |
raw_maximas, |
|
|
const QList< float > & |
minimas, |
|
|
const QList< float > & |
maximas |
|
) |
| |
|
static |
Definition at line 29 of file vbi608extractor.cpp.
Referenced by hardwareprofile.distros.mythtv_data.data_mythtv._Mythtv_data::_dump(), tmdb3::buildSingle(), hardwareprofile.smolt::debug(), hardwareprofile.hwdata.DeviceMap::device_map(), hardwareprofile.sendProfile::do_scan_remote(), hardwareprofile.distros.mythtv_data.makeopts.MakeOpts::dump(), hardwareprofile.sendProfile::dump_excerpts(), hardwareprofile.smolt::error(), VBI608Extractor::FindClocks(), hardwareprofile.distros.mythtv_data.main._Mythtv::gather(), ttvdb::get_graphics(), ttvdb::Getseries_episode_data(), ttvdb::Getseries_episode_numbers(), nv_python_libs.youtube.youtube_api.Videos::getUserPreferences(), hardwareprofile.MultipartPostHandler.MultipartPostHandler::http_request(), ttvdb::initialize_override_dictionary(), common.utilities::log(), mbutils::log(), hardwareprofile.deleteProfile::main(), hardwareprofile.getLink::main(), hardwareprofile.MultipartPostHandler::main(), mbutils::main(), ttvdb::main(), hardwareprofile.sendProfile::main_print_only(), hardwareprofile.sendProfile::main_request_new_public_uuid(), hardwareprofile.sendProfile::mention_missing_uuid(), hardwareprofile.sendProfile::mention_profile_web_view(), mbutils::performSelfTest(), hardwareprofile.sendProfile::present_and_require_confirmation(), hardwareprofile.scan::rating(), hardwareprofile.sendProfile::register_with_fedora_account_system(), hardwareprofile.smolt::reset_resolver(), hardwareprofile.scan::scan(), ttvdb::searchseries(), hardwareprofile.sendProfile::send_profile(), and hardwareprofile.smolt::serverMessage().
◆ find_clock_diff()
static float find_clock_diff |
( |
const QList< float > & |
list | ) |
|
|
static |