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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Ddecklink_enc.cpp53 BMDTimeValue bmd_tb_num; member in struct:decklink_ctx
197 BMDTimeValue bmd_tb_num, bmd_tb_den; local
201 mode->GetFrameRate(&bmd_tb_num, &bmd_tb_den);
204 bmd_tb_num == tb_num && bmd_tb_den == tb_den) {
209 ctx->bmd_tb_num = bmd_tb_num;
324 ctx->dlo->StopScheduledPlayback(ctx->last_pts * ctx->bmd_tb_num,
393 pkt->pts * ctx->bmd_tb_num,
394 ctx->bmd_tb_num, ctx->bmd_tb_den);

Completed in 111 milliseconds