Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dsampling_par.c83 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()
[all …]
Dsampling_par.h47 vbi_videostd_set videostd_set,
63 vbi_videostd_set videostd_set,
Ddecoder.c725 vbi_videostd_set videostd_set; in vbi_raw_decoder_parameters() local
730 videostd_set = VBI_VIDEOSTD_SET_525_60; in vbi_raw_decoder_parameters()
734 videostd_set = VBI_VIDEOSTD_SET_625_50; in vbi_raw_decoder_parameters()
738 videostd_set = 0; in vbi_raw_decoder_parameters()
749 (unsigned int *) max_rate, videostd_set, service_set); in vbi_raw_decoder_parameters()
Draw_decoder.h154 vbi_videostd_set videostd_set; member