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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Davf_showcqt.c81 int fullhd; /* if true, output video is at full HD resolution, otherwise it will be halved */ member in struct:__anon3335
95 { "fullhd", "set full HD resolution", OFFSET(fullhd), AV_OPT_TYPE_INT, { .i64 = 1 }, 0, 1, FLAGS },
165 int video_scale = s->fullhd ? 2 : 1;
267 int video_scale = s->fullhd ? 2 : 1;
425 int video_scale = s->fullhd ? 2 : 1;
480 if (!s->fullhd) {

Completed in 89 milliseconds