MythTV
master
|
#include "privatedecoder_crystalhd.h"
#include "mythlogging.h"
#include "mythavutil.h"
#include "fourcc.h"
#include "unistd.h"
#include "libavutil/imgutils.h"
Go to the source code of this file.
Macros | |
#define | LOC QString("CrystalHD: ") |
#define | ERR QString("CrystalHD Err: ") |
#define | WARN QString("CrystalHD Warn: ") |
#define | INIT_ST BC_STATUS st; bool ok = true |
#define | CHECK_ST |
Functions | |
AVPixelFormat | bcmpixfmt_to_pixfmt (BC_OUTPUT_FORMAT fmt) |
QString | device_to_string (BC_DEVICE_TYPE device) |
QString | bcmerr_to_string (BC_STATUS err) |
QString | bcmpixfmt_to_string (BC_OUTPUT_FORMAT fmt) |
QString | pulldown_to_string (int pulldown) |
QString | decoderflags_to_string (int flags) |
QString | poutflags_to_string (int flags) |
void | free_frame (VideoFrame *frame) |
void | free_buffer (PacketBuffer *buffer) |
#define LOC QString("CrystalHD: ") |
Definition at line 11 of file privatedecoder_crystalhd.cpp.
#define ERR QString("CrystalHD Err: ") |
Definition at line 12 of file privatedecoder_crystalhd.cpp.
#define WARN QString("CrystalHD Warn: ") |
Definition at line 13 of file privatedecoder_crystalhd.cpp.
Definition at line 33 of file privatedecoder_crystalhd.cpp.
#define CHECK_ST |
Definition at line 34 of file privatedecoder_crystalhd.cpp.
AVPixelFormat bcmpixfmt_to_pixfmt | ( | BC_OUTPUT_FORMAT | fmt | ) |
Definition at line 943 of file privatedecoder_crystalhd.cpp.
Referenced by PrivateDecoderCrystalHD::FillFrame().
QString device_to_string | ( | BC_DEVICE_TYPE | device | ) |
Definition at line 835 of file privatedecoder_crystalhd.cpp.
Referenced by PrivateDecoderCrystalHD::Init().
QString bcmerr_to_string | ( | BC_STATUS | err | ) |
Definition at line 845 of file privatedecoder_crystalhd.cpp.
QString bcmpixfmt_to_string | ( | BC_OUTPUT_FORMAT | fmt | ) |
Definition at line 880 of file privatedecoder_crystalhd.cpp.
Referenced by PrivateDecoderCrystalHD::CheckProcOutput(), and PrivateDecoderCrystalHD::Init().
QString pulldown_to_string | ( | int | pulldown | ) |
Definition at line 892 of file privatedecoder_crystalhd.cpp.
Referenced by PrivateDecoderCrystalHD::CheckPicInfo().
QString decoderflags_to_string | ( | int | flags | ) |
Definition at line 911 of file privatedecoder_crystalhd.cpp.
Referenced by PrivateDecoderCrystalHD::CheckPicInfo().
QString poutflags_to_string | ( | int | flags | ) |
Definition at line 926 of file privatedecoder_crystalhd.cpp.
Referenced by PrivateDecoderCrystalHD::CheckProcOutput().
|
inline |
Definition at line 359 of file privatedecoder_crystalhd.cpp.
Referenced by PrivateDecoderCrystalHD::GetFrame(), and PrivateDecoderCrystalHD::Reset().
|
inline |
Definition at line 371 of file privatedecoder_crystalhd.cpp.
Referenced by PrivateDecoderCrystalHD::ProcessPacket(), and PrivateDecoderCrystalHD::Reset().