Home
last modified time | relevance | path

Searched refs:current_window (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstcea708decoder.c205 decoder->current_window = 0; in gst_cea708dec_set_service_number()
618 cea708Window *window = decoder->cc_windows[decoder->current_window]; in gst_cea708dec_set_pen_color()
642 cea708Window *window = decoder->cc_windows[decoder->current_window]; in gst_cea708dec_set_window_attributes()
671 cea708Window *window = decoder->cc_windows[decoder->current_window]; in gst_cea708dec_set_pen_style()
723 cea708Window *window = decoder->cc_windows[decoder->current_window]; in gst_cea708dec_set_window_style()
776 cea708Window *window = decoder->cc_windows[decoder->current_window]; in gst_cea708dec_define_window()
794 GST_LOG ("current_window=%d", decoder->current_window); in gst_cea708dec_define_window()
1399 cea708Window *window = decoder->cc_windows[decoder->current_window]; in gst_cea708dec_set_pen_attributes()
1471 cea708Window *window = decoder->cc_windows[decoder->current_window]; in gst_cea708dec_process_command()
1480 gst_cea708dec_show_pango_window (decoder, decoder->current_window); in gst_cea708dec_process_command()
[all …]
Dgstcea708decoder.h454 guint8 current_window; member
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/
DSDL_mirvideo.h38 MIR_Window* current_window; member
DSDL_mirwindow.c157 mir_data->current_window = mir_window; in MIR_CreateWindow()
172 mir_data->current_window = NULL; in MIR_DestroyWindow()
DSDL_mirmouse.c220 MIR_Window* mir_window = mir_data->current_window; in MIR_ShowCursor()
DSDL_mirvideo.c301 mir_data->current_window = NULL; in MIR_VideoInit()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_video.c3646 SDL_Window *current_window; in SDL_ShowMessageBox() local
3652 current_window = SDL_GetKeyboardFocus(); in SDL_ShowMessageBox()
3653 …mouse_captured = current_window && ((SDL_GetWindowFlags(current_window) & SDL_WINDOW_MOUSE_CAPTURE… in SDL_ShowMessageBox()
3714 if (current_window) { in SDL_ShowMessageBox()
3715 SDL_RaiseWindow(current_window); in SDL_ShowMessageBox()