Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dmxfenc.c2475 static int mxf_init_timecode(AVFormatContext *s, AVStream *st, AVRational tbc) in mxf_init_timecode() argument
2480 if (!ff_mxf_get_content_package_rate(tbc)) { in mxf_init_timecode()
2482 av_log(s, AV_LOG_ERROR, "Unsupported frame rate %d/%d. Set -strict option to 'unofficial' or lower in order to allow it!\n", tbc.den, tbc.num); in mxf_init_timecode()
2485 av_log(s, AV_LOG_WARNING, "Unofficial frame rate %d/%d.\n", tbc.den, tbc.num); in mxf_init_timecode()
2489 mxf->timecode_base = (tbc.den + tbc.num/2) / tbc.num; in mxf_init_timecode()
2494 return av_timecode_init_from_string(&mxf->tc, av_inv_q(tbc), tc in mxf_init_timecode()
2559 AVRational tbc = st->time_base; mxf_init() local
2651 AVRational tbc = av_inv_q(mxf->audio_edit_rate); mxf_init() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dg2meet.c1381 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/
H A Dxhci.c94 uint8_t tbc; member
1826 XHCI_TRB_3_TBC_SET(temp->tbc) | in xhci_setup_generic_chain_sub()
1976 temp.tbc = 0; in xhci_setup_generic_chain()
2135 temp.tbc = 0; in xhci_setup_generic_chain()
2157 temp.tbc = ((tdpc + mult - 1) / mult) - 1; in xhci_setup_generic_chain()

Completed in 11 milliseconds