Searched refs:needs_tuning (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaNode.cpp1206 bool needs_tuning = false; local
1246 needs_tuning = (fTuningParam.u.dvb_t.frequency
1248 needs_tuning = true;
1252 printf("needs_tuning = %d, forcing tuning for DVB-S\n",
1253 needs_tuning);
1254 needs_tuning = true;
1258 needs_tuning = true;
1267 if (needs_tuning) {
1283 if (needs_tuning) {
1290 if (needs_tuning) {
[all...]

Completed in 31 milliseconds