Searched refs:tc_format (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
H A D | decklink_dec.cpp | 792 static int get_bmd_timecode(AVFormatContext *avctx, AVTimecode *tc, AVRational frame_rate, BMDTimecodeFormat tc_format, IDeckLinkVideoInputFrame *videoFrame) in get_bmd_timecode() argument 797 int hfr = (tc_format == bmdTimecodeRP188HighFrameRate); in get_bmd_timecode() 801 if (videoFrame->GetTimecode(tc_format, &timecode) == S_OK) { in get_bmd_timecode() 822 if (ctx->tc_format == bmdTimecodeRP188Any && av_cmp_q(frame_rate, av_make_q(30, 1)) == 1) { in get_frame_timecode() 833 ret = get_bmd_timecode(avctx, tc, frame_rate, ctx->tc_format, videoFrame); in get_frame_timecode() 917 if (ctx->tc_format) { in VideoInputFrameArrived() 955 if (ctx->tc_format && cctx->wait_for_tc && !ctx->tc_seen) { in VideoInputFrameArrived() 1182 if (cctx->tc_format > 0 && (unsigned int)cctx->tc_format < FF_ARRAY_ELEMS(decklink_timecode_format_map)) in ff_decklink_read_header() 1183 ctx->tc_format in ff_decklink_read_header() [all...] |
H A D | decklink_common_c.h | 61 int tc_format; member
|
H A D | decklink_common.h | 106 BMDTimecodeFormat tc_format; member
|
H A D | decklink_dec_c.c | 62 { "timecode_format", "timecode format", OFFSET(tc_format), AV_OPT_TYPE_INT, { .i64 = 0}, 0, 8, DEC, "tc_format"}, 63 { "none", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = 0}, 0, 0, DEC, "tc_format"}, 64 { "rp188vitc", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = 1}, 0, 0, DEC, "tc_format"}, 65 { "rp188vitc2", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = 2}, 0, 0, DEC, "tc_format"}, 66 { "rp188ltc", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = 3}, 0, 0, DEC, "tc_format"}, 67 { "rp188any", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = 4}, 0, 0, DEC, "tc_format"}, 68 { "vitc", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = 5}, 0, 0, DEC, "tc_format"}, 69 { "vitc2", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = 6}, 0, 0, DEC, "tc_format"}, 70 { "serial", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = 7}, 0, 0, DEC, "tc_format"}, [all...] |
Completed in 4 milliseconds