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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dgdigrab.c49 int show_region; /**< Draw border (private option) */ member in struct:gdigrab
252 if (gdigrab->show_region) {
255 gdigrab->show_region = 0;
393 if (gdigrab->show_region) {
517 if (gdigrab->show_region)
586 if (s->show_region)
605 { "show_region", "draw border around capture area", OFFSET(show_region), AV_OPT_TYPE_INT, {.i64 = 0}, 0, 1, DEC },
H A Dx11grab.c78 int show_region; /**< set by a private option. */ member in struct:x11grab
84 Window region_win; /**< This is used by show_region option. */
547 if (s->show_region && s->region_win)
553 if (s->show_region) {
626 { "show_region", "show the grabbing region", OFFSET(show_region), AV_OPT_TYPE_INT, {.i64 = 0}, 0, 1, DEC },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dx11grab.c78 int show_region; /**< set by a private option. */ member in struct:x11_grab
81 Window region_win; /**< This is used by show_region option. */
514 if (s->show_region && s->region_win)
520 if (s->show_region) {
591 { "show_region", "Show the grabbing region.", OFFSET(show_region), AV_OPT_TYPE_INT, { 0 }, 0, 1, DEC },

Completed in 67 milliseconds