Lines Matching refs:videostd_set

83   vbi_videostd_set videostd_set;  in _vbi_sampling_par_valid_log()  local
109 videostd_set = _vbi_videostd_set_from_scanning (sp->scanning); in _vbi_sampling_par_valid_log()
111 if (VBI_VIDEOSTD_SET_525_60 & videostd_set) { in _vbi_sampling_par_valid_log()
112 if (VBI_VIDEOSTD_SET_625_50 & videostd_set) in _vbi_sampling_par_valid_log()
122 } else if (VBI_VIDEOSTD_SET_625_50 & videostd_set) { in _vbi_sampling_par_valid_log()
132 info (log, "Ambiguous videostd_set 0x%lx.", (unsigned long) videostd_set); in _vbi_sampling_par_valid_log()
178 vbi_videostd_set videostd_set; in _vbi_sampling_par_permit_service() local
183 videostd_set = _vbi_videostd_set_from_scanning (sp->scanning); in _vbi_sampling_par_permit_service()
184 if (0 == (par->videostd_set & videostd_set)) { in _vbi_sampling_par_permit_service()
190 (unsigned long) par->videostd_set, (unsigned long) videostd_set); in _vbi_sampling_par_permit_service()
365 vbi_videostd_set videostd_set; in _vbi_sampling_par_from_services_log() local
371 videostd_set = 0; in _vbi_sampling_par_from_services_log()
383 videostd_set = videostd_set_req; in _vbi_sampling_par_from_services_log()
414 set = par->videostd_set | videostd_set; in _vbi_sampling_par_from_services_log()
418 videostd_set |= par->videostd_set; in _vbi_sampling_par_from_services_log()
421 if (VBI_VIDEOSTD_SET_525_60 & videostd_set) in _vbi_sampling_par_from_services_log()
427 if (0 == (par->videostd_set & videostd_set)) { in _vbi_sampling_par_from_services_log()
433 (unsigned long) par->videostd_set, (unsigned long) videostd_set); in _vbi_sampling_par_from_services_log()
479 sp->scanning = (videostd_set & VBI_VIDEOSTD_SET_525_60) in _vbi_sampling_par_from_services_log()
538 vbi_videostd_set videostd_set, vbi_service_set services) in vbi_sampling_par_from_services() argument
541 videostd_set, services, in vbi_sampling_par_from_services()