Lines Matching defs:xoffset
35 int xoffset; ///< x coordinate of top left corner
133 bytes_per_pixel * fbdev->varinfo.xoffset +
136 if (fbdev->xoffset) {
137 if (fbdev->xoffset < 0) {
138 if (-fbdev->xoffset >= video_width) //nothing to display
140 bytes_to_copy += fbdev->xoffset * bytes_per_pixel;
141 pin -= fbdev->xoffset * bytes_per_pixel;
143 int diff = (video_width + fbdev->xoffset) - fbdev->varinfo.xres;
149 pout += bytes_per_pixel * fbdev->xoffset;
195 { "xoffset", "set x coordinate of top left corner", OFFSET(xoffset), AV_OPT_TYPE_INT, {.i64 = 0}, INT_MIN, INT_MAX, ENC },