Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Draw_decoder.c58 VBI_VIDEOSTD_SET_625_50,
67 VBI_VIDEOSTD_SET_625_50,
76 VBI_VIDEOSTD_SET_625_50,
85 VBI_VIDEOSTD_SET_625_50,
94 VBI_VIDEOSTD_SET_625_50,
121 VBI_VIDEOSTD_SET_625_50,
133 VBI_VIDEOSTD_SET_625_50,
141 VBI_VIDEOSTD_SET_625_50,
149 VBI_VIDEOSTD_SET_625_50,
Dsampling_par.c56 return VBI_VIDEOSTD_SET_625_50; in _vbi_videostd_set_from_scanning()
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()
376 && (VBI_VIDEOSTD_SET_625_50 & videostd_set_req))) { in _vbi_sampling_par_from_services_log()
417 || 0 == (set & ~VBI_VIDEOSTD_SET_625_50)) in _vbi_sampling_par_from_services_log()
Dsampling_par.h37 #define VBI_VIDEOSTD_SET_625_50 1 macro
Ddecoder.c734 videostd_set = VBI_VIDEOSTD_SET_625_50; in vbi_raw_decoder_parameters()