Home
last modified time | relevance | path

Searched refs:cc_type (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dccaption_dec.c367 uint8_t cc_type = *cc_data_pair & 3; in validate_cc_data_pair() local
375 if (cc_type==0 || cc_type==1) { in validate_cc_data_pair()
390 if (cc_type == 3 || cc_type == 2) in validate_cc_data_pair()
856 uint8_t hi, cc_type = bptr[i] & 1; in decode() local
859 ctx->data_field = cc_type; in decode()
864 if (cc_type != ctx->data_field) in decode()
/third_party/ffmpeg/
H A Dconfigure4890 test -n "$cc_type" && enable $cc_type ||
4913 test "$cc_type" != "$ld_type" && add_ldflags $cc_ldflags
4947 case "$cc_type" in
4959 case "$cc_type" in
5223 if test "$cc_type" = "gcc"; then
5367 test "$cc_type" = "$ld_type" && add_ldflags $cpuflags
5760 eval test \$${pfx_no_}cc_type = "gcc" &&
5776 eval test \$${pfx_no_}cc_type = "gcc" &&
7128 test "$cc_type" !
[all...]
/third_party/ffmpeg/libavdevice/
H A Ddecklink_enc.cpp349 cdp->ccdata.cc[i].cc_type = data[3*i] & 0x03; in construct_cc()

Completed in 9 milliseconds