Home
last modified time | relevance | path

Searched refs:nitSection (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/kaffeine/kaffeine-2.0.18/src/dvb/
H A Ddvbscan.cpp253 DvbNitSection nitSection(data, size); in processSection() local
256 if (!nitSection.isValid()) in processSection()
259 if (!((nitSection.tableId() == 0x40) || (useOtherNit && (nitSection.tableId() == 0x41)))) in processSection()
262 …g(logDvb, "Handling NIT table ID 0x%02x, extension 0x%04x", nitSection.tableId(), nitSection.table… in processSection()
264 if (!checkMultipleSection(nitSection)) { in processSection()
269 scan->processNit(nitSection); in processSection()