Lines Matching refs:u
166 deliverySystemProperty.u.data = SYS_DVBT; in tuneInternal()
169 deliverySystemProperty.u.data = SYS_DVBT2; in tuneInternal()
172 deliverySystemProperty.u.data = SYS_DVBS; in tuneInternal()
175 deliverySystemProperty.u.data = SYS_DVBS2; in tuneInternal()
178 deliverySystemProperty.u.data = SYS_DVBC_ANNEX_A; in tuneInternal()
182 deliverySystemProperty.u.data = SYS_ATSC; in tuneInternal()
192 .cmd = DTV_BANDWIDTH_HZ, .u.data = 8000000 in tuneInternal()
194 frequencyProperty.u.data = static_cast<__u32>(frequency); in tuneInternal()
197 modulationProperty.u.data = QAM_AUTO; in tuneInternal()
199 modulationProperty.u.data = VSB_8; in tuneInternal()
237 feParams.u.vsb.modulation = VSB_8; in tuneInternal()
239 feParams.u.vsb.modulation = QAM_AUTO; in tuneInternal()
247 feParams.u.ofdm.constellation = VSB_8; in tuneInternal()
249 feParams.u.ofdm.constellation = QAM_16; in tuneInternal()
251 feParams.u.ofdm.constellation = QAM_64; in tuneInternal()
253 feParams.u.ofdm.constellation = QAM_256; in tuneInternal()
255 feParams.u.ofdm.constellation = QPSK; in tuneInternal()
260 feParams.u.ofdm.code_rate_HP = FEC_AUTO; in tuneInternal()
261 feParams.u.ofdm.code_rate_LP = FEC_AUTO; in tuneInternal()
262 feParams.u.ofdm.transmission_mode = TRANSMISSION_MODE_AUTO; in tuneInternal()
557 for (unsigned int i = 0; i < feProp.props[0].u.buffer.len; i++) { in getDeliverySystemTypes()
558 switch (feProp.props[0].u.buffer.data[i]) { in getDeliverySystemTypes()