Home
last modified time | relevance | path

Searched refs:bmd_height (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavdevice/
H A Ddecklink_common.cpp298 int bmd_height = mode->GetHeight(); in ff_decklink_set_format() local
306 bmd_height == height && in ff_decklink_set_format()
312 ctx->bmd_height = bmd_height; in ff_decklink_set_format()
317 bmd_width, bmd_height, 1/av_q2d(mode_tb), in ff_decklink_set_format()
H A Ddecklink_common.h108 int bmd_height; member
H A Ddecklink_dec.cpp1311 st->codecpar->height = ctx->bmd_height; in ff_decklink_read_header()
1321 st->codecpar->bit_rate = av_rescale(ctx->bmd_width * ctx->bmd_height * 16, st->time_base.den, st->time_base.num); in ff_decklink_read_header()
1325 st->codecpar->bit_rate = av_rescale(ctx->bmd_width * ctx->bmd_height * 64, st->time_base.den, st->time_base.num * 3); in ff_decklink_read_header()
1330 st->codecpar->bit_rate = av_rescale(ctx->bmd_width * ctx->bmd_height * 32, st->time_base.den, st->time_base.num); in ff_decklink_read_header()
1335 st->codecpar->bit_rate = av_rescale(ctx->bmd_width * ctx->bmd_height * 32, st->time_base.den, st->time_base.num); in ff_decklink_read_header()
1339 st->codecpar->bit_rate = av_rescale(ctx->bmd_width * ctx->bmd_height * 30, st->time_base.den, st->time_base.num); in ff_decklink_read_header()
H A Ddecklink_enc.cpp447 tmp->height != ctx->bmd_height) { in decklink_write_video_packet()
466 frame = new decklink_frame(ctx, avpacket, st->codecpar->codec_id, ctx->bmd_height, ctx->bmd_width); in decklink_write_video_packet()

Completed in 5 milliseconds