Searched refs:tbc (Results 1 – 13 of 13) sorted by relevance
/third_party/ejdb/src/util/ |
D | utf8proc.c | 258 static utf8proc_bool grapheme_break_simple(int lbc, int tbc) { in grapheme_break_simple() argument 261 && tbc == UTF8PROC_BOUNDCLASS_LF) ? false // --- in grapheme_break_simple() 263 : (tbc >= UTF8PROC_BOUNDCLASS_CR && tbc <= UTF8PROC_BOUNDCLASS_CONTROL) ? true // GB5 in grapheme_break_simple() 265 && ( tbc == UTF8PROC_BOUNDCLASS_L // --- in grapheme_break_simple() 266 || tbc == UTF8PROC_BOUNDCLASS_V // --- in grapheme_break_simple() 267 || tbc == UTF8PROC_BOUNDCLASS_LV // --- in grapheme_break_simple() 268 || tbc == UTF8PROC_BOUNDCLASS_LVT)) ? false // --- in grapheme_break_simple() 271 && ( tbc == UTF8PROC_BOUNDCLASS_V // --- in grapheme_break_simple() 272 || tbc == UTF8PROC_BOUNDCLASS_T)) ? false // --- in grapheme_break_simple() 275 && tbc == UTF8PROC_BOUNDCLASS_T) ? false // --- in grapheme_break_simple() [all …]
|
/third_party/ffmpeg/libavformat/ |
D | dump.c | 576 int tbc = st->codec->time_base.den && st->codec->time_base.num; in dump_stream_format() local 579 int tbc = 0; in dump_stream_format() 582 if (fps || tbr || tbn || tbc) in dump_stream_format() 586 print_fps(av_q2d(st->avg_frame_rate), tbr || tbn || tbc ? "fps, " : "fps"); in dump_stream_format() 588 print_fps(av_q2d(st->r_frame_rate), tbn || tbc ? "tbr, " : "tbr"); in dump_stream_format() 590 print_fps(1 / av_q2d(st->time_base), tbc ? "tbn, " : "tbn"); in dump_stream_format() 593 if (tbc) in dump_stream_format()
|
D | mxfenc.c | 2480 static int mxf_init_timecode(AVFormatContext *s, AVStream *st, AVRational tbc) in mxf_init_timecode() argument 2485 if (!ff_mxf_get_content_package_rate(tbc)) { in mxf_init_timecode() 2487 …ate %d/%d. Set -strict option to 'unofficial' or lower in order to allow it!\n", tbc.den, tbc.num); in mxf_init_timecode() 2490 av_log(s, AV_LOG_WARNING, "Unofficial frame rate %d/%d.\n", tbc.den, tbc.num); in mxf_init_timecode() 2494 mxf->timecode_base = (tbc.den + tbc.num/2) / tbc.num; in mxf_init_timecode() 2499 return av_timecode_init_from_string(&mxf->tc, av_inv_q(tbc), tcr->value, s); in mxf_init_timecode() 2501 return av_timecode_init(&mxf->tc, av_inv_q(tbc), 0, 0, s); in mxf_init_timecode() 2538 AVRational tbc = st->time_base; in mxf_write_header() local 2562 mxf->content_package_rate = ff_mxf_get_content_package_rate(tbc); in mxf_write_header() 2563 mxf->time_base = tbc; in mxf_write_header() [all …]
|
/third_party/openssl/test/recipes/04-test_pem_data/ |
D | dsa-threecolumn.pem | 372 tbc
|
/third_party/ffmpeg/libavcodec/ |
D | g2meet.c | 1381 GetByteContext bc, tbc; in g2m_decode_frame() local 1542 bytestream2_init(&tbc, buf + bytestream2_tell(&bc), in g2m_decode_frame() 1544 g2m_load_cursor(avctx, c, &tbc); in g2m_decode_frame()
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | xhci.c | 95 uint8_t tbc; member 1839 XHCI_TRB_3_TBC_SET(temp->tbc) | in xhci_setup_generic_chain_sub() 1989 temp.tbc = 0; in xhci_setup_generic_chain() 2152 temp.tbc = 0; in xhci_setup_generic_chain() 2175 temp.tbc = ((tdpc + mult - 1) / mult) - 1; in xhci_setup_generic_chain()
|
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/ |
D | likelySubtags.txt | 1146 tbc{"tbc_Latn_ZZ"}
|
/third_party/skia/third_party/externals/icu/source/data/misc/ |
D | likelySubtags.txt | 1164 tbc{"tbc_Latn_ZZ"}
|
D | langInfo.txt | 1401 "tbc","Latn","ZZ",
|
D | supplementalData.txt | 6834 "tbc~z",
|
/third_party/icu/icu4c/source/data/misc/ |
D | likelySubtags.txt | 1163 tbc{"tbc_Latn_ZZ"}
|
D | langInfo.txt | 1399 "tbc","Latn","ZZ",
|
D | supplementalData.txt | 6834 "tbc~z",
|