Searched refs:subChannelOut (Results 1 – 2 of 2) sorted by relevance
199 bool getLegacyChannel(const ProgramSelector& sel, uint32_t* channelOut, uint32_t* subChannelOut) { in getLegacyChannel() argument201 if (subChannelOut) *subChannelOut = 0; in getLegacyChannel()204 if (subChannelOut && hasId(sel, IdentifierType::HD_SUBCHANNEL)) { in getLegacyChannel()206 *subChannelOut = getId(sel, IdentifierType::HD_SUBCHANNEL) + 1; in getLegacyChannel()
71 uint32_t* subChannelOut);