Searched refs:tb_num (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | pmpdec.c | 46 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/ |
H A D | decklink_common.cpp | 259 int tb_num, int tb_den, in ff_decklink_set_format() 276 width, height, tb_num, tb_den, field_order, direction, cctx->format_code ? cctx->format_code : "(unset)"); in ff_decklink_set_format() 293 AVRational target_tb = av_make_q(tb_num, tb_den); in ff_decklink_set_format() 517 BMDTimeValue tb_num, tb_den; in ff_decklink_list_formats() local 518 mode->GetFrameRate(&tb_num, &tb_den); in ff_decklink_list_formats() 522 (int) tb_den, (int) tb_num); in ff_decklink_list_formats() 257 ff_decklink_set_format(AVFormatContext *avctx, int width, int height, int tb_num, int tb_den, enum AVFieldOrder field_order, decklink_direction_t direction) ff_decklink_set_format() argument
|
H A D | decklink_common.h | 226 int ff_decklink_set_format(AVFormatContext *avctx, int width, int height, int tb_num, int tb_den, enum AVFieldOrder field_order, decklink_direction_t direction = DIRECTION_OUT);
|
Completed in 3 milliseconds