Lines Matching refs:window_width
42 int window_width, window_height; /**< size of the window */
110 if (sdl->window_width && sdl->window_height) {
112 if (av_cmp_q(dar, (AVRational){ sdl->window_width, sdl->window_height }) > 0) {
114 texture_rect->w = sdl->window_width;
129 sdl->window_width = texture_rect->w;
133 texture_rect->x = (sdl->window_width - texture_rect->w) / 2;
212 if (SDL_CreateWindowAndRenderer(sdl->window_width, sdl->window_height,
232 sdl->window_width, sdl->window_height);
270 sdl->window_width = event.window.data1;
341 { "window_size", "set SDL window forced size", OFFSET(window_width), AV_OPT_TYPE_IMAGE_SIZE, { .str = NULL }, 0, 0, AV_OPT_FLAG_ENCODING_PARAM },