Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dsampling_par.c53 return VBI_VIDEOSTD_SET_525_60; in _vbi_videostd_set_from_scanning()
111 if (VBI_VIDEOSTD_SET_525_60 & videostd_set) { in _vbi_sampling_par_valid_log()
375 || ((VBI_VIDEOSTD_SET_525_60 & videostd_set_req) in _vbi_sampling_par_from_services_log()
416 if (0 == (set & ~VBI_VIDEOSTD_SET_525_60) in _vbi_sampling_par_from_services_log()
421 if (VBI_VIDEOSTD_SET_525_60 & 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()
Draw_decoder.c158 VBI_VIDEOSTD_SET_525_60,
167 VBI_VIDEOSTD_SET_525_60,
176 VBI_VIDEOSTD_SET_525_60,
197 VBI_VIDEOSTD_SET_525_60,
215 VBI_VIDEOSTD_SET_525_60,
231 VBI_VIDEOSTD_SET_525_60,
240 VBI_VIDEOSTD_SET_525_60,
Dsampling_par.h38 #define VBI_VIDEOSTD_SET_525_60 2 macro
Ddecoder.c730 videostd_set = VBI_VIDEOSTD_SET_525_60; in vbi_raw_decoder_parameters()