Searched refs:tc_format (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
D | decklink_dec.cpp | 793 …ontext *avctx, AVTimecode *tc, AVRational frame_rate, BMDTimecodeFormat tc_format, IDeckLinkVideoI… in get_bmd_timecode() argument 798 int hfr = (tc_format == bmdTimecodeRP188HighFrameRate); in get_bmd_timecode() 802 if (videoFrame->GetTimecode(tc_format, &timecode) == S_OK) { in get_bmd_timecode() 823 if (ctx->tc_format == bmdTimecodeRP188Any && av_cmp_q(frame_rate, av_make_q(30, 1)) == 1) { in get_frame_timecode() 834 ret = get_bmd_timecode(avctx, tc, frame_rate, ctx->tc_format, videoFrame); in get_frame_timecode() 918 if (ctx->tc_format) { in VideoInputFrameArrived() 956 if (ctx->tc_format && cctx->wait_for_tc && !ctx->tc_seen) { in VideoInputFrameArrived() 1183 …if (cctx->tc_format > 0 && (unsigned int)cctx->tc_format < FF_ARRAY_ELEMS(decklink_timecode_format… in ff_decklink_read_header() 1184 ctx->tc_format = decklink_timecode_format_map[cctx->tc_format]; in ff_decklink_read_header() 1437 if (ctx->tc_format && !(av_dict_get(ctx->video_st->metadata, "timecode", NULL, 0))) { in ff_decklink_read_packet()
|
D | decklink_common_c.h | 55 int tc_format; member
|
D | decklink_common.h | 103 BMDTimecodeFormat tc_format; member
|
D | decklink_dec_c.c | 52 …{ "timecode_format", "timecode format", OFFSET(tc_format), AV_OPT_TYPE_INT, { .i64 = …
|