Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddvbtxt.h36 static av_always_inline int ff_data_unit_id_is_teletext(int data_unit_id) in ff_data_unit_id_is_teletext() argument
38 return (data_unit_id == 0x02 || data_unit_id == 0x03); in ff_data_unit_id_is_teletext()
Dlibzvbi-teletextdec.c587 int data_unit_id = buf[0]; in slice_to_vbi_lines() local
591 if (ff_data_unit_id_is_teletext(data_unit_id)) { in slice_to_vbi_lines()
/third_party/gstreamer/gstplugins_bad/ext/teletextdec/
Dgstteletextdec.c96 } data_unit_id; typedef
1059 gint data_unit_id, data_unit_length; in gst_teletextdec_extract_data_units() local
1062 data_unit_id = data_unit[0]; in gst_teletextdec_extract_data_units()
1067 switch (data_unit_id) { in gst_teletextdec_extract_data_units()