Searched refs:follow_mouse (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
H A D | xcbgrab.c | 70 int follow_mouse; member 94 { "follow_mouse", "Move the grabbing region when the mouse pointer reaches within specified amount of pixels to the edge of region.", 95 OFFSET(follow_mouse), AV_OPT_TYPE_INT, { .i64 = 0 }, FOLLOW_CENTER, INT_MAX, D, "follow_mouse" }, 96 { "centered", "Keep the mouse pointer at the center of grabbing region when following.", 0, AV_OPT_TYPE_CONST, { .i64 = -1 }, INT_MIN, INT_MAX, D, "follow_mouse" }, 117 int w = c->width, h = c->height, f = c->follow_mouse; in xcbgrab_reposition() 430 if (c->follow_mouse || c->draw_mouse) { in xcbgrab_read_packet() 459 if (c->follow_mouse && p->same_screen) in xcbgrab_read_packet() 858 if (c->follow_mouse) { in xcbgrab_read_header() 859 av_log(s, AV_LOG_WARNING, "follow_mouse ignore in xcbgrab_read_header() [all...] |
Completed in 2 milliseconds