Searched refs:bmd_height (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.cpp56 int bmd_height; member in struct:decklink_ctx
199 int bmd_height = mode->GetHeight(); local
203 if (bmd_width == width && bmd_height == height &&
207 ctx->bmd_height = bmd_height;
364 tmp->height = ctx->bmd_height;
381 frame = new decklink_frame(ctx, avframe, ctx->bmd_width, ctx->bmd_height,

Completed in 174 milliseconds