Home
last modified time | relevance | path

Searched refs:window_title (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavdevice/
H A Dcaca.c29 char *window_title; member
177 if (!c->window_title) in caca_write_header()
178 c->window_title = av_strdup(s->url); in caca_write_header()
179 caca_set_display_title(c->display, c->window_title); in caca_write_header()
200 { "window_title", "set window title", OFFSET(window_title), AV_OPT_TYPE_STRING, {.str = NULL }, 0, 0, ENC },
H A Dsdl2.c41 char *window_title; member
167 if (!sdl->window_title) in sdl2_write_header()
168 sdl->window_title = av_strdup(s->url); in sdl2_write_header()
218 SDL_SetWindowTitle(sdl->window, sdl->window_title); in sdl2_write_header()
340 { "window_title", "set SDL window title", OFFSET(window_title), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, AV_OPT_FLAG_ENCODING_PARAM },
H A Dxv.c47 char *window_title; member
153 if (!xv->window_title) { in xv_write_header()
154 if (!(xv->window_title = av_strdup(s->url))) { in xv_write_header()
159 XStoreName(xv->display, xv->window, xv->window_title); in xv_write_header()
364 { "window_title", "set window title", OFFSET(window_title), AV_OPT_TYPE_STRING, {.str = NULL }, 0, 0, AV_OPT_FLAG_ENCODING_PARAM },
H A Dopengl_enc.c185 char *window_title; ///< Title of the window member
385 opengl->window = SDL_CreateWindow(opengl->window_title, in opengl_sdl_create_window()
1077 if (!opengl->window_title && !opengl->no_window) in opengl_write_header()
1078 opengl->window_title = av_strdup(h->url); in opengl_write_header()
1282 { "window_title", "set window title", OFFSET(window_title), AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, ENC },
/third_party/glfw/tests/
H A Dwindow.c65 char window_title[64] = ""; in main() local
114 strncpy(window_title, glfwGetWindowTitle(window), sizeof(window_title)); in main()
204 events = nk_edit_string_zero_terminated(nk, flags, window_title, in main()
205 sizeof(window_title), NULL); in main()
207 glfwSetWindowTitle(window, window_title); in main()
/third_party/ffmpeg/fftools/
H A Dffplay.c312 static const char *window_title; variable
1332 if (!window_title) in video_open()
1333 window_title = input_filename; in video_open()
1334 SDL_SetWindowTitle(window, window_title); in video_open()
2832 if (!window_title && (t = av_dict_get(ic->metadata, "title", NULL, 0))) in read_thread()
2833 window_title = av_asprintf("%s - %s", t->value, input_filename); in read_thread()
3594 { "window_title", OPT_STRING | HAS_ARG, { &window_title }, "set window title", "window title" },

Completed in 11 milliseconds