Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dsampling_par.c361 vbi_videostd_set videostd_set_req, in _vbi_sampling_par_from_services_log() argument
373 if (0 != videostd_set_req) { in _vbi_sampling_par_from_services_log()
374 if (0 == (VBI_VIDEOSTD_SET_ALL & videostd_set_req) in _vbi_sampling_par_from_services_log()
375 || ((VBI_VIDEOSTD_SET_525_60 & videostd_set_req) in _vbi_sampling_par_from_services_log()
376 && (VBI_VIDEOSTD_SET_625_50 & videostd_set_req))) { in _vbi_sampling_par_from_services_log()
378 "Ambiguous videostd_set 0x%lx.", (unsigned long) videostd_set_req); in _vbi_sampling_par_from_services_log()
383 videostd_set = videostd_set_req; in _vbi_sampling_par_from_services_log()
411 if (0 == videostd_set_req) { in _vbi_sampling_par_from_services_log()