Searched refs:wcrep (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/win32/ |
D | gstglwindow_win32.c | 437 gunichar2 wcrep[128]; in gst_gl_window_win32_handle_key_event() local 439 if (GetKeyNameTextW (lParam, (LPWSTR) wcrep, 128)) { in gst_gl_window_win32_handle_key_event() 440 gchar *utfrep = g_utf16_to_utf8 (wcrep, 128, NULL, NULL, NULL); in gst_gl_window_win32_handle_key_event()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11window_win32.cpp | 593 gunichar2 wcrep[128]; in gst_d3d11_window_win32_on_key_event() local 599 if (GetKeyNameTextW (lParam, (LPWSTR) wcrep, 128)) { in gst_d3d11_window_win32_on_key_event() 600 gchar *utfrep = g_utf16_to_utf8 (wcrep, 128, NULL, NULL, NULL); in gst_d3d11_window_win32_on_key_event()
|
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/ |
D | d3dhelpers.c | 2138 gunichar2 wcrep[128]; in d3d_wnd_proc() local 2139 if (GetKeyNameTextW (lParam, (LPWSTR) wcrep, 128)) { in d3d_wnd_proc() 2140 gchar *utfrep = g_utf16_to_utf8 (wcrep, 128, NULL, NULL, NULL); in d3d_wnd_proc()
|