Home
last modified time | relevance | path

Searched refs:tb_num (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Dpmpdec.c46 int tb_num, tb_den; in pmp_header() local
74 tb_num = avio_rl32(pb); in pmp_header()
76 avpriv_set_pts_info(vst, 32, tb_num, tb_den); in pmp_header()
/third_party/ffmpeg/libavdevice/
Ddecklink_common.cpp222 int tb_num, int tb_den, in ff_decklink_set_format() argument
239 …width, height, tb_num, tb_den, field_order, direction, cctx->format_code ? cctx->format_code : "(u… in ff_decklink_set_format()
256 AVRational target_tb = av_make_q(tb_num, tb_den); in ff_decklink_set_format()
480 BMDTimeValue tb_num, tb_den; in ff_decklink_list_formats() local
481 mode->GetFrameRate(&tb_num, &tb_den); in ff_decklink_list_formats()
485 (int) tb_den, (int) tb_num); in ff_decklink_list_formats()
Ddecklink_common.h204 int ff_decklink_set_format(AVFormatContext *avctx, int width, int height, int tb_num, int tb_den, e…