Home
last modified time | relevance | path

Searched refs:window_title (Results 1 – 16 of 16) sorted by relevance

/third_party/ffmpeg/libavdevice/
Dcaca.c29 char *window_title; member
48 av_freep(&c->window_title); in caca_write_trailer()
180 if (!c->window_title) in caca_write_header()
181 c->window_title = av_strdup(s->url); in caca_write_header()
182 caca_set_display_title(c->display, c->window_title); in caca_write_header()
207 …{ "window_title", "set window title", OFFSET(window_title), AV_OPT_TYPE_STRING, {.str =…
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, …
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…
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…
/third_party/gstreamer/gstplugins_good/ext/gtk/
Dgstgtksink.c67 base_class->window_title = "Gtk+ Cairo renderer"; in gst_gtk_sink_class_init()
Dgstgtkbasesink.h90 const gchar *window_title; member
Dgstgtkbasesink.c386 g_assert (klass->window_title); in gst_gtk_base_sink_start_on_main()
392 gtk_window_set_title (GTK_WINDOW (gst_sink->window), klass->window_title); in gst_gtk_base_sink_start_on_main()
Dgstgtkglsink.c104 gstgtkbasesink_class->window_title = "Gtk+ GL renderer"; in gst_gtk_gl_sink_class_init()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_test_common.h61 const char *window_title; member
/third_party/ffmpeg/doc/
Doutdevs.texi106 @item window_title
292 @item window_title
394 @item window_title
400 to the same value of @var{window_title}.
496 @item window_title
Dffplay.texi77 @item -window_title @var{title}
Dindevs.texi711 title=@var{window_title}
760 …@file{desktop} is selected, or the full window size if @file{title=@var{window_title}} is selected.
/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_common.c47 state->window_title = argv[0]; in SDLTest_CommonCreateState()
216 state->window_title = argv[index]; in SDLTest_CommonArg()
835 state->window_title, i + 1); in SDLTest_CommonInit()
837 SDL_strlcpy(title, state->window_title, SDL_arraysize(title)); in SDLTest_CommonInit()
/third_party/ffmpeg/fftools/
Dffplay.c313 static const char *window_title; variable
1344 if (!window_title) in video_open()
1345 window_title = input_filename; in video_open()
1346 SDL_SetWindowTitle(window, window_title); in video_open()
2843 if (!window_title && (t = av_dict_get(ic->metadata, "title", NULL, 0))) in read_thread()
2844 window_title = av_asprintf("%s - %s", t->value, input_filename); in read_thread()
3618 { "window_title", OPT_STRING | HAS_ARG, { &window_title }, "set window title", "window title" },
/third_party/cef/tests/cefclient/browser/
Droot_window_win.cc325 const std::wstring& window_title = GetResourceString(IDS_APP_TITLE); in CreateRootWindow() local
369 CreateWindowEx(dwExStyle, window_class.c_str(), window_title.c_str(), dwStyle, in CreateRootWindow()
/third_party/flutter/glfw/docs/
Dwindow.dox637 @subsection window_title Window title