Lines Matching refs:tc_format
792 static int get_bmd_timecode(AVFormatContext *avctx, AVTimecode *tc, AVRational frame_rate, BMDTimecodeFormat tc_format, IDeckLinkVideoInputFrame *videoFrame)
797 int hfr = (tc_format == bmdTimecodeRP188HighFrameRate);
801 if (videoFrame->GetTimecode(tc_format, &timecode) == S_OK) {
822 if (ctx->tc_format == bmdTimecodeRP188Any && av_cmp_q(frame_rate, av_make_q(30, 1)) == 1) {
833 ret = get_bmd_timecode(avctx, tc, frame_rate, ctx->tc_format, videoFrame);
917 if (ctx->tc_format) {
955 if (ctx->tc_format && cctx->wait_for_tc && !ctx->tc_seen) {
1182 if (cctx->tc_format > 0 && (unsigned int)cctx->tc_format < FF_ARRAY_ELEMS(decklink_timecode_format_map))
1183 ctx->tc_format = decklink_timecode_format_map[cctx->tc_format];
1436 if (ctx->tc_format && !(av_dict_get(ctx->video_st->metadata, "timecode", NULL, 0))) {