Home
last modified time | relevance | path

Searched defs:cc_type (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstline21enc.c326 guint8 cc_type = cc_data[i * 3] & 0x03; in compact_cc_data() local
383 guint8 cc_type = cc_data[i * 3] & 0x03; in cc_data_extract_cea608() local
Dgstcccombiner.c450 guint8 cc_type = cc_data[i * 3] & 0x03; in schedule_cdp() local
562 guint8 cc_type = data[i * 3] & 0x03; in schedule_cea708_raw() local
Dgstceaccoverlay.c1426 gst_cea_cc_overlay_process_packet (GstCeaCcOverlay * overlay, guint8 cc_type) in gst_cea_cc_overlay_process_packet()
1512 guint8 cc_type; in gst_cea_cc_overlay_user_data_decode() local
Dgstccconverter.c617 guint8 cc_type = cc_data[i * 3] & 0x03; in compact_cc_data() local
674 guint8 cc_type = cc_data[i * 3] & 0x03; in cc_data_extract_cea608() local
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dmpegvideoparse.c270 guint8 cc_type = caption_meta->data[3 * j] & 0x03; in GST_START_TEST() local
/third_party/ffmpeg/libavcodec/
Dccaption_dec.c365 uint8_t cc_type = *cc_data_pair & 3; in validate_cc_data_pair() local
853 uint8_t hi, cc_type = bptr[i] & 1; in decode() local