Lines Matching refs:yoffset
36 int yoffset; ///< y coordinate of top left corner
134 fbdev->varinfo.yoffset * fbdev->fixinfo.line_length;
153 if (fbdev->yoffset) {
154 if (fbdev->yoffset < 0) {
155 if (-fbdev->yoffset >= video_height) //nothing to display
157 disp_height += fbdev->yoffset;
158 pin -= fbdev->yoffset * src_line_size;
160 int diff = (video_height + fbdev->yoffset) - fbdev->varinfo.yres;
166 pout += fbdev->yoffset * fbdev->fixinfo.line_length;
196 { "yoffset", "set y coordinate of top left corner", OFFSET(yoffset), AV_OPT_TYPE_INT, {.i64 = 0}, INT_MIN, INT_MAX, ENC },