Searched refs:cc_type (Results 1 – 10 of 10) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstline21enc.c | 326 guint8 cc_type = cc_data[i * 3] & 0x03; in compact_cc_data() local 328 if (!started_ccp && (cc_type == 0x00 || cc_type == 0x01)) { in compact_cc_data() 338 if (cc_type & 0x10) in compact_cc_data() 344 if (cc_type == 0x00 || cc_type == 0x01) { in compact_cc_data() 383 guint8 cc_type = cc_data[i * 3] & 0x03; in cc_data_extract_cea608() local 387 cc_type & 0x2, cc_type & 0x1); in cc_data_extract_cea608() 389 if (cc_type == 0x00) { in cc_data_extract_cea608() 402 } else if (cc_type == 0x01) { in cc_data_extract_cea608()
|
D | gstceaccoverlay.c | 1426 gst_cea_cc_overlay_process_packet (GstCeaCcOverlay * overlay, guint8 cc_type) in gst_cea_cc_overlay_process_packet() argument 1433 switch (cc_type) { in gst_cea_cc_overlay_process_packet() 1436 index = &overlay->cea608_index[cc_type]; in gst_cea_cc_overlay_process_packet() 1437 buffer = overlay->cea608_buffer[cc_type]; in gst_cea_cc_overlay_process_packet() 1447 "attempted to process packet for unknown cc_type %d", cc_type); in gst_cea_cc_overlay_process_packet() 1453 if (cc_type == CCTYPE_708_ADD || cc_type == CCTYPE_708_START) { in gst_cea_cc_overlay_process_packet() 1512 guint8 cc_type; in gst_cea_cc_overlay_user_data_decode() local 1523 cc_type = (temp & CCTYPE_TYPE_MASK); in gst_cea_cc_overlay_user_data_decode() 1527 i, cc_valid, cc_type, cc_data[0], cc_data[1]); in gst_cea_cc_overlay_user_data_decode() 1530 switch (cc_type) { in gst_cea_cc_overlay_user_data_decode() [all …]
|
D | gstcccombiner.c | 450 guint8 cc_type = cc_data[i * 3] & 0x03; in schedule_cdp() local 455 if (cc_type == 0x00 || cc_type == 0x01) { in schedule_cdp() 562 guint8 cc_type = data[i * 3] & 0x03; in schedule_cea708_raw() local 565 if (cc_type == 0x00) { in schedule_cea708_raw() 580 } else if (cc_type == 0x01) { in schedule_cea708_raw() 600 if (cc_type & 0x10) in schedule_cea708_raw() 606 if (cc_type == 0x00 || cc_type == 0x01) in schedule_cea708_raw()
|
D | gstccconverter.c | 617 guint8 cc_type = cc_data[i * 3] & 0x03; in compact_cc_data() local 619 if (!started_ccp && (cc_type == 0x00 || cc_type == 0x01)) { in compact_cc_data() 629 if (cc_type & 0x10) in compact_cc_data() 635 if (cc_type == 0x00 || cc_type == 0x01) { in compact_cc_data() 674 guint8 cc_type = cc_data[i * 3] & 0x03; in cc_data_extract_cea608() local 678 cc_type & 0x2, cc_type & 0x1); in cc_data_extract_cea608() 680 if (cc_type == 0x00) { in cc_data_extract_cea608() 693 } else if (cc_type == 0x01) { in cc_data_extract_cea608()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | mpegvideoparse.c | 270 guint8 cc_type = caption_meta->data[3 * j] & 0x03; in GST_START_TEST() local 274 fail_unless_equals_int (cc_type, 1); in GST_START_TEST() 277 fail_unless_equals_int (cc_type, 0); in GST_START_TEST() 279 fail_unless (cc_type == 2 || cc_type == 3); in GST_START_TEST() 282 fail_unless (cc_type == 3); in GST_START_TEST()
|
/third_party/ffmpeg/libavcodec/ |
D | ccaption_dec.c | 365 uint8_t cc_type = *cc_data_pair & 3; in validate_cc_data_pair() local 373 if (cc_type==0 || cc_type==1) { in validate_cc_data_pair() 388 if (cc_type == 3 || cc_type == 2) in validate_cc_data_pair() 853 uint8_t hi, cc_type = bptr[i] & 1; in decode() local 856 ctx->data_field = cc_type; in decode() 861 if (cc_type != ctx->data_field) in decode()
|
/third_party/boost/boost/safe_numerics/concept/ |
D | promotion_policy.hpp | 24 using cc_type = typename PP::template comparison_result<T, U>; typedef
|
/third_party/ffmpeg/libavdevice/ |
D | decklink_enc.cpp | 349 cdp->ccdata.cc[i].cc_type = data[3*i] & 0x03; in construct_cc()
|
/third_party/ffmpeg/ |
D | configure | 5250 test "$cc_type" = "$ld_type" && add_ldflags $cpuflags 5634 eval test \$${pfx_no_}cc_type = "gcc" && 5650 eval test \$${pfx_no_}cc_type = "gcc" && 6933 test "$cc_type" != "$ld_type" && die "LTO requires same compiler and linker" 7075 varname=${pfx%_}cc_type
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 1654 The previous code was mistakenly trying to compute a cc_type out
|