MythTV
master
|
Public Member Functions | |
eld_data () | |
Public Attributes | |
bool | eld_valid |
int | eld_size |
int | baseline_len |
int | eld_ver |
int | cea_edid_ver |
char | monitor_name [ELD_MAX_MNL+1] |
int | manufacture_id |
int | product_id |
uint64_t | port_id |
uint64_t | formats |
int | support_hdcp |
int | support_ai |
int | conn_type |
int | aud_synch_delay |
int | spk_alloc |
int | sad_count |
struct cea_sad | sad [ELD_MAX_SAD] |
Definition at line 105 of file eldutils.h.
|
inline |
Definition at line 123 of file eldutils.h.
bool ELD::eld_data::eld_valid |
Definition at line 106 of file eldutils.h.
Referenced by ELD::ELD(), ELD::isValid(), and ELD::update_eld().
int ELD::eld_data::eld_size |
Definition at line 107 of file eldutils.h.
Referenced by ELD::update_eld().
int ELD::eld_data::baseline_len |
Definition at line 108 of file eldutils.h.
Referenced by ELD::update_eld().
int ELD::eld_data::eld_ver |
Definition at line 109 of file eldutils.h.
Referenced by ELD::eld_version_name(), and ELD::update_eld().
int ELD::eld_data::cea_edid_ver |
Definition at line 110 of file eldutils.h.
Referenced by ELD::edid_version_name(), and ELD::update_eld().
char ELD::eld_data::monitor_name[ELD_MAX_MNL+1] |
Definition at line 111 of file eldutils.h.
Referenced by ELD::product_name(), and ELD::update_eld().
int ELD::eld_data::manufacture_id |
Definition at line 112 of file eldutils.h.
Referenced by ELD::info_desc(), and ELD::update_eld().
int ELD::eld_data::product_id |
Definition at line 113 of file eldutils.h.
Referenced by ELD::info_desc(), and ELD::update_eld().
uint64_t ELD::eld_data::port_id |
Definition at line 114 of file eldutils.h.
Referenced by ELD::info_desc(), and ELD::update_eld().
uint64_t ELD::eld_data::formats |
Definition at line 115 of file eldutils.h.
Referenced by ELD::codecs_desc(), ELD::ELD(), and ELD::update_sad().
int ELD::eld_data::support_hdcp |
Definition at line 116 of file eldutils.h.
Referenced by ELD::info_desc(), and ELD::update_eld().
int ELD::eld_data::support_ai |
Definition at line 117 of file eldutils.h.
Referenced by ELD::info_desc(), and ELD::update_eld().
int ELD::eld_data::conn_type |
Definition at line 118 of file eldutils.h.
Referenced by ELD::connection_name(), and ELD::update_eld().
int ELD::eld_data::aud_synch_delay |
Definition at line 119 of file eldutils.h.
Referenced by ELD::info_desc(), and ELD::update_eld().
int ELD::eld_data::spk_alloc |
Definition at line 120 of file eldutils.h.
Referenced by ELD::channel_allocation_desc(), ELD::show(), and ELD::update_eld().
int ELD::eld_data::sad_count |
Definition at line 121 of file eldutils.h.
Referenced by ELD::info_desc(), ELD::maxChannels(), ELD::maxLPCMChannels(), ELD::show(), and ELD::update_eld().
struct cea_sad ELD::eld_data::sad[ELD_MAX_SAD] |
Definition at line 122 of file eldutils.h.
Referenced by ELD::maxChannels(), ELD::maxLPCMChannels(), ELD::sad_desc(), and ELD::update_sad().