/third_party/ffmpeg/libavdevice/ |
D | caca.c | 29 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 =…
|
D | sdl2.c | 41 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, …
|
D | xv.c | 47 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…
|
D | opengl_enc.c | 185 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/ |
D | gstgtksink.c | 67 base_class->window_title = "Gtk+ Cairo renderer"; in gst_gtk_sink_class_init()
|
D | gstgtkbasesink.h | 90 const gchar *window_title; member
|
D | gstgtkbasesink.c | 386 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()
|
D | gstgtkglsink.c | 104 gstgtkbasesink_class->window_title = "Gtk+ GL renderer"; in gst_gtk_gl_sink_class_init()
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_test_common.h | 61 const char *window_title; member
|
/third_party/ffmpeg/doc/ |
D | outdevs.texi | 106 @item window_title 292 @item window_title 394 @item window_title 400 to the same value of @var{window_title}. 496 @item window_title
|
D | ffplay.texi | 77 @item -window_title @var{title}
|
D | indevs.texi | 711 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/ |
D | SDL_test_common.c | 47 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/ |
D | ffplay.c | 313 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/ |
D | root_window_win.cc | 325 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/ |
D | window.dox | 637 @subsection window_title Window title
|